A spin template to generate Python CLIs.
- Python 67.8%
- Makefile 25%
- Batchfile 7.2%
| template | ||
| README.md | ||
| spin | ||
spin-python-cli
A spin template to generate Python CLI.
spin new https://github.com/tmattio/spin-python-cli.git
The template uses:
- Pipenv as the package manager
- Black as the code formatter
- Sphinx as the documentation generator
- Flake8 and Pylint as code linters
- MyPy as type checkers
- Github Actions as a CI/CD platform