TODO: Provide a complete README file.
A Nix shell is provided for development:
nix develop
Build to run tests:
nix build
Build the source distribution:
python -m build --sdist --wheel
Check the distribution(s):
twine check dist/*
Upload the distribution:
twine upload -s dist/*
This software is licensed under The 3-Clause BSD License.