/python-template-quick

Template using for quick Python codes

Primary LanguagePythonApache License 2.0Apache-2.0

Template for quick Python codes

Template using cookiecutter for quick Python codes.

Features

  • dependency management & packaging with poetry

Quickstart

pipx install cookiecutter

to install cookiecutter using pipx. The template uses Python3.9, so check your pipx versions.

cookiecutter gh:GregoireHENRY/template-python-library

to create your project from this template.