Skip to content

Latest commit

Β 

History

History
31 lines (22 loc) Β· 742 Bytes

File metadata and controls

31 lines (22 loc) Β· 742 Bytes

David's Python dev template

πŸš€ Prerequisites

Before you start, make sure the following tools are installed:

  • Poetry – Dependency and environment management
  • Cookiecutter – For project generation
  • Python (managed via pyenv recommended)

You can install them with:

# Install Poetry and Cookiecutter
brew install poetry cookiecutter

πŸ“¦ Generating a New Project

cookiecutter https://github.com/Furtim/python-template
cd your-new-project
./bootstrap.sh

This will:

  • Initialise a Git repository
  • Install dependencies with Poetry
  • Set up Git hooks via pre-commit