suidpit / poetry-cookiecutter

A modern Cookiecutter template for scaffolding Python packages and apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poetry Cookiecutter

A modern Cookiecutter template for scaffolding Python packages and apps.

Using

Setting up a new project with this template
  1. Install Cruft in your Python environment with:
    pip install cruft
  2. Create a new repository and clone it locally.
  3. In the repository's parent directory, run:
    cruft create -f git@github.com:radix-ai/poetry-cookiecutter.git
Updating your project with the latest template
  1. Run cruft check to check for updates.
  2. Run cruft update to update to the latest scaffolding.
  3. Address failed merges in any .rej files.

Features

About

A modern Cookiecutter template for scaffolding Python packages and apps.

License:GNU Affero General Public License v3.0


Languages

Language:Dockerfile 95.4%Language:Shell 3.1%Language:Python 1.5%