Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to start

Python version + venv

$ pyenv install 3.10
$ pyenv virtualenv 3.10 py310-template
$ pyenv activate py310-template
$ python3 -m pip install -U pip
$ python3 -m pip install poetry==1.2.0a2 tox

Install all deps

$ poetry install --with quality,format,security,changelog

Run tox

About

A Python 3.10 project template using Poetry and Tox to automate stuff..

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Contributors

Languages