The idea behind this project is to give a try to this amazing SDK with a more or less real python project that uses:
- Using Poetry as the build and package tool
- Using pytest as a Test Framework
- Using ruff as the linter tool
- ...and using the
src
pattern, which is not used by default in poetry projects
For now, the pipeline only implements the following commands:
- lint
- test
The way to use this target is as follows:
python pipeline.py (test|lint)