Skip to content

erujs/cc-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

cc-py

A collection of Python project scaffolding templates. Generate a new project instantly using Cookiecutter.

Dependencies

Ensure you have the following installed before getting started:

  • Python 3.10+
  • Cookiecutter
pip install cookiecutter

Templates

python-script

A plain Python 3 script/package with a basic CLI entry point and tests.

cookiecutter gh:erujs/cc-py --directory python-script

fastapi

A layered FastAPI service with routers, schemas, repositories, and per-route CORS enforcement.

cookiecutter gh:erujs/cc-py --directory fastapi

After Generation

cd <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!

About

Python Project Template

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages