Skip to content

timbmg/python-poetry-vs-code-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  2. poetry installed against the pyenv shim
  3. vs-code with the python extension

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

Releases

No releases published

Packages

No packages published

Languages