python_project_generator

generate a python project


Keywords
structure, of, python, project
License
Other
Install
pip install python_project_generator==0.0.2

Documentation

An Generator of Python Project


Follow the recommendation of Kenneth Reitz, you can generate the project immediately.

usage

pip install python_project_generator

pygen [-h] [--dir DIR] [--name NAME] [--author AUTHOR][--email EMAIL]

Args of Pyhton Project Generator

optional arguments:

-h, --help       show this help message and exit
-dir DIR         target dir of the project, default is currentdir,
                 it must be abspath path and empty.
--name NAME      name of the project which you want generate
--author AUTHOR  author of the project
--email EMAIL    email of the author