Skip to content

Furtim/python-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors