https://github.com/timbmg/python-poetry-vs-code-template
https://github.com/timbmg/python-poetry-vs-code-template
development-environment poetry python template virtual-environments vs-code vscode
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timbmg/python-poetry-vs-code-template
- Owner: timbmg
- Created: 2020-05-09T09:08:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T18:29:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-14T02:46:11.983Z (5 months ago)
- Topics: development-environment, poetry, python, template, virtual-environments, vs-code, vscode
- Language: Shell
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
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.## Prerequestites
1. [pyenv](https://github.com/python-poetry/poetry)
2. [poetry](https://github.com/python-poetry/poetry) installed against the pyenv shim
3. [vs-code](https://code.visualstudio.com/) with the [python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python)## Usage
1. Click on _Use this template_ button and setup a new repository in github
2. Clone the new repository locally
3. Run `bash setup.sh` and follow the instructions