cookiecutter [email protected]:CIvanPiMa/pylib_template.git
- setuptools for packaging.
- Use of pyproject.toml to manage the project.
- pdoc for documentation generation and deployment to GitHub Pages.
- python-semantic-release to manage the versioning, changelog and release process with:
- Code style and linting (configured with pre-commit hooks):
- Testing and compatibility assurance (integrated with github actions):
- click for command line interfaces.
TODO:
- Add TOX support and github actions