This project template helps to set up the local python development environment. It supports:
- setting pyproject.toml metadata,
- creating a python virtual environment with poetry,
- installing default development dependencies
- configure vs-code's workspace settings.json for preferred Editor, Formatting, Linting and Testing settings.
- pyenv
- poetry installed against the pyenv shim
- vs-code with the python extension
- Click on Use this template button and setup a new repository in github
- Clone the new repository locally
- Run
bash setup.shand follow the instructions