duck.setup.makeproject¶
Module for creating project structure.
Module Contents¶
Functions¶
Ignore pycache directories during copy. |
|
Create a Duck project in provided base_dir. |
API¶
- duck.setup.makeproject.ignore_pycache(dir_path, contents)¶
Ignore pycache directories during copy.
- duck.setup.makeproject.makeproject(name: str, base_dir: str = '.', overwrite_existing: bool = False, project_type: str = 'normal') None¶
Create a Duck project in provided base_dir.