Skip to content

onethousand-ai/python-best-practices-cookiecutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Best Practices Cookiecutter

Best practices cookiecutter template as described in this blogpost.

Features

Quickstart

# Install pipx if pipenv and cookiecutter are not installed
# Use cookiecutter to create project from this template
cookiecutter gh:LEAD-Machine-Learning/python-best-practices-cookiecutter

# Enter project directory
cd <repo_name>

# Initialise git repo
git init

# Install dependencies
pip install -e ".[test]"

# 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%