JeffCarpenter / poetry-template

Copier template for a python project using poetry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

poetry-template

Copier template for a python project using poetry.

Usage

Firstly, ensure that copier and poetry are installed and accessible.

copier copy --trust gh:clbarnes/poetry-template path/to/new/project

--trust is required so that copier can run poetry commands to set up the environment after scaffolding the project.

Fill in the following interactive prompts and you're done!

In order to use the generated deploy GitHub action, you will need to add your PyPI token as an encrypted secret called PYPI_PASSWORD for your repository.

About

Copier template for a python project using poetry

License:MIT License


Languages

Language:Jinja 71.9%Language:Makefile 21.1%Language:Python 7.0%