Python Application Project Template
This is a Cookiecutter template for creating a Python application project.
Project Features
- Python 3.7+
- MIT License
- pytest test suite
- Sphinx documentation
Application Features
- CLI with subcommands
- Logging
- Hierarchical YAML configuration
Usage
Install Python requirements for using the template:
$ python -m pip install --user --requirement=requirements.txt
Create a new project directly from the template on GitHub:
$ cookiecutter gh:mdklatt/cookiecutter-python-app