Skip to content

A cookiecutter template for python package with poetry as build system

Notifications You must be signed in to change notification settings

iiicebearrr/cookiecutter-pypackage-poetry

Repository files navigation

CookieCutter Python Poetry

Features

  • Use poetry as package manager
  • Integrated with pre-commit configuration
  • Integrated with github workflow configuration
  • For Python ^3.12

Usage

You should install cookiecutter first by pip install cookiecutter

cookiecutter gh:iiicebearrr/cookiecutter-pypackage-poetry

then, cd to your app and init your project:

git init
poetry env use {YOUR PYTHON EXECUTABLE}
source {YOUR POETRY VENV PATH}/bin/activate
poetry install

About

A cookiecutter template for python package with poetry as build system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages