Skip to content

vino9net/cookiecutter-python

Repository files navigation

Cookiecutter template for Python3 project

This is a cookiecutter template for generic Python3 project with preconfigured with the following tools:

Project Options

The template supports the following application types with or without database drivers. If database driver is chosen, conftest.py will contain test databae preparation fixtures.

To use the template,

# install uv first.
# generate the template, enter project name when prompted
uvx cookiecutter gh:vino9org/cookiecutter-python

# init venv and install dependencies
cd <project_path>
uv sync

# activate venv
source .venv/bin/activate

# kick the tires...
pytest -v

# hack away!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published