pip install alacrity
To run alacrity, use:
alacrity <package_name>
To display all the options, use:
alacrity -h
Answer some questions interactively, and poof, your package structure is ready. Based on the sample Python package structure by Kenneth Reitz.
- Customized setup.py file
- Automatic git repository initialization
- Automatic virtual environment setup
- Automatic Sphinx docs initialization
- Easily extensible workflow for custom install steps
- Windows (and Cygwin)
- Linux
- Android (Termux)
- To run the built-in tests, run
tox
in the project root - To add custom testing, edit
tox.ini