A collection of Python project scaffolding templates. Generate a new project instantly using Cookiecutter.
Ensure you have the following installed before getting started:
- Python 3.10+
- Cookiecutter
pip install cookiecutterA plain Python 3 script/package with a basic CLI entry point and tests.
cookiecutter gh:erujs/cc-py --directory python-scriptA layered FastAPI service with routers, schemas, repositories, and per-route CORS enforcement.
cookiecutter gh:erujs/cc-py --directory fastapicd <project-slug>
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"✨ Happy coding! If you find this project useful, a ⭐ on the repo is always appreciated!