Skip to content

afhoffman/cookiecutter-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cookiecutter Python

This is a cookiecutter template for a python project. This cookiecutter was heavily inspired by cookiecutter-hypermodern-python but removes items requiring external services such. This cookiecutter includes:

Usage

cookiecutter cookiecutter-python

Then, change to the project directory and initialize a git repository:

git init
git add .
git commit -m "initial commit"

Install poetry environment:

poetry install

Install the pre-commit hooks:

nox -s pre-commit -- install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages