- autor: Rene Hlavova rene.hlavova@gmail.com
- created: 2023-03-08
The where_my_money
package does:
- text
- text
- text
See pyproject.toml
Install this project using poetry
.
poetry install
poe isort
- sort imports using
isort
- sort imports using
poe isort-check
- check imports are sorted using
isort
- check imports are sorted using
poe black
- format Python files using
black
- format Python files using
poe black-check
- check Python formatting using
black
- check Python formatting using
poe mypy
- use
mypy
to static check Python types
- use
poe pylint
- use
pylint
to lint your Python files
- use
poe format
- run
isort
andblack
in succession
- run
poe lint
- run
isort-check
,black-check
,pylint
andmypy
in succession
- run
poe test
- run
pytest
and generate coverage report
- run
poe coverage
- display coverage from last test run
poe tox
- run all tests and build against all supported Python versions
poe docs
- build docs using docstrings and
pdoc3
- build docs using docstrings and
poe docker
- build project using
docker
- target image is
bizztreat/where_my_money
- build project using
poe run
- run the project