Skip to content

duarte-pompeu/great-tools-pyconpt23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tools to setup great Python projects (PyCon PT talk)

Requirements

Installing

Run the following to configure poetry and pyenv:

pyenv install 3.11.4
poetry config virtualenvs.in-project true
poetry env use ~/.pyenv/versions/3.11.4/bin/python
make install

Running the application

make run

Quality checks

make format
make lint
make test
# or just...
make all
--

Based on [my-python-template](https://github.com/duarte-pompeu/my-python-template), created by [Duarte Pompeu](https://duartepompeu.com).

Releases

No releases published

Packages

No packages published