In order to build this project poetry and JVM 8 must be available in your environment.
poetry install
poetry run ruff check
poetry run pylint --output-format=colorized --fail-under=8 src/ tests/
poetry run pycodestyle --config pycodestyle.ini src/ tests/
poetry run pytest
poetry build