Yet another Python cookiecutter π πͺ
- structured project:
- license: MIT, Apache-2.0, GPL, ...
- hooks: pre-commit
- testing: pytest, pytest-cov
- linting: ruff check
- typing: mypy
- formatting: ruff format
- documentation: mkdocs, mkdocs-material, mkdocstrings
- ci: GitHub Actions
- per each PR: checkers (linting, formatting, hooks, docs build), tests
- Python 3.12+
- cookiecutter for baking project
Start your project by running:
cookiecutter https://github.com/budivoy/pycookiex
This will prompt you to fill out a few details about your new Python package, then set up everything automatically.
This project is licensed under the MIT License. See the LICENSE file for details.
Created by budivoy - feel free to reach out!