/cookiecutter-app

A cookiecutter template for python applications

Primary LanguagePython

My Poetry Template

This repo is a cookiecutter template for python libraries - contains a skeletal Typer app and pre-configured Rich logger.

Use the cookiecutter CLI to create the new project:

pip3 install cookiecutter
cookiecutter gh:coffeegist/cookiecutter-app

Credit

github.com/Tw1sm/Poetry-Template