Setup

You can install it from PyPi, it is known as boozelib and has no dependencies:

pip install --user boozelib

Development Setup

poetry is used to manage a virtual environment for the development setup.

A Makefile is provided, that collects some common tasks. You have to run the following once, to setup your environment:

make setup

Testing

nox is used as a test runner (with ward as the framework). You can run the test suit like this:

make tests

If something fails, please get in touch.