This is a cookiecutter template used to generate Python 3.10+ poetry projects.
local directory installation for vscode interpreter magic.
Dockerfile with python 3.10 base image and package installation
VSCode settings that use black and the local poetry python package for auto-completes and module discovery
For application type packages that have .env provided runtime configurations
pip3 install cookiecutter
cookiecutter gh:IndicoDataSolutions/cookiecutter-poetry-py3-10
The cookiecutter generation hooks will automatically setup all features and dependency necessary for this project.
$ pip install pre-commit
$ pre-commit install