Note: you might be looking for Alacritty (the terminal emulator), this project was named similarly by coincidence.
Quickstarts your Python project with a single handy command.
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
toxin the project root - To add custom testing, edit
tox.ini
