A setup.cfg based Cookiecutter Python package template.
- Use setup.cfg for package configuration
- Testing with unittest or pytest
- Sphinx documentation
- Version bumping vith Bumpversion
- RPM building
- Convenient Makefile
Install the latest Cookiecutter if you haven't installed it yet:
pip install -U cookiecutter
Generate a Python package project:
cookiecutter https://github.com/AntoineCezar/cookiecutter-pypkg.git
BSD license