Skip to content

Latest commit

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Python Best Practices Cookiecutter

Best practices cookiecutter template as described in this blogpost.

Features

Quickstart

# Install cookiecutter
pip install cookiecutter
# Install venv
pip install virtualenv
# Use cookiecutter to create project from this template
cookiecutter gh:ds4data/python-best-practices-cookiecutter
# Enter project directorycd<repo_name># Initialise git repo
git init
# Create a virtualenv and activate it
python -m venv .env
./.env/Scripts/activate
# Install dependencies
pip install -r requirements.txt
# Setup pre-commit and pre-push hooks
pre-commit install -t pre-commit
pre-commit install -t pre-push

About

Python best practices project cookiecutter 🍪

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages