Install Cookiecutter:
$ pip install --user cookiecutter
Generate a python project using this template:
$ cookiecutter gh:haoqixu/cookiecutter-python
For more detail about cookiecutter, please refer to Cookiecutter Document.
- Manage working environment with
pipenv - Consistent coding styles with
editorconfig - Format the code with
black - Lint the code with
flake8 - Testing setup with
pytest
Licensed under the terms of the MIT License (see the file LICENSE).