Installation

Package managers

The recommended way to install the stable version of pypbl is using pip

pip install pypbl

From source

If installing from source, it is recommended to use Poetry to manage dependencies and virtual environments

poetry install

To run tests

poetry run pytest --cov=src --cov-branch --cov-fail-under=90 tests/