Skip to content

sihrc/cookiecutter-poetry-py3-10

Repository files navigation

cookiecutter-poetry-py3-10

This is a cookiecutter template used to generate Python 3.10+ poetry projects.

Features

Poetry

local directory installation for vscode interpreter magic.

Docker

Dockerfile with python 3.10 base image and package installation

vscode settings (optional)

VSCode settings that use black and the local poetry python package for auto-completes and module discovery

dotenv loading (optional)

For application type packages that have .env provided runtime configurations

Installation

pip3 install cookiecutter

Usage

cookiecutter gh:IndicoDataSolutions/cookiecutter-poetry-py3-10

The cookiecutter generation hooks will automatically setup all features and dependency necessary for this project.

Pre-commit Hooks

$ pip install pre-commit
$ pre-commit install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published