duck.setup.makeblueprintยถ
Module for creating blueprint directory structure.
Module Contentsยถ
Functionsยถ
Creates a blueprint.py file in provided directory for the provided blueprint. |
|
Ignore pycache directories during copy. |
|
Create a Duck blueprint directory structure in provided base_dir. |
Dataยถ
APIยถ
- duck.setup.makeblueprint.BLUEPRINT_TEMPLATEยถ
โlstrip(โฆ)โ
- duck.setup.makeblueprint.create_blueprint_py(blueprint_name: str, dest_directory)ยถ
Creates a blueprint.py file in provided directory for the provided blueprint.
- Parameters:
blueprint_name โ The blueprint name.
dest_directory โ The destination directory.
- duck.setup.makeblueprint.ignore_pycache(dir_path, contents)ยถ
Ignore pycache directories during copy.
- duck.setup.makeblueprint.makeblueprint(name: str, base_dir: str, overwrite_existing: bool = False) Noneยถ
Create a Duck blueprint directory structure in provided base_dir.