Development
From the project root, you can run the following commands:
make test: Run unit testsmake artifacts: Build all artifacts (sdist, wheel, etc… )make sdist: Build a Python sdistmake wheel: Build a Python wheelmake docs: Build the HTML documentationmake format-code: Format the code withblackmake publish: Publish artifacts in dist folder to Pypimake freeze: List packages installed in base virtual environmentmake clean: Remove all build filesmake env-clean: Remove all build files and virtual environments