Skip to content

teloscube/decaf-client-python

Repository files navigation

DECAF API Client (Python)

Test

TODO: Provide a complete README file.

Development

A Nix shell is provided for development:

nix develop

Build to run tests:

nix build

Build and Publish

Build the source distribution:

python -m build --sdist --wheel

Check the distribution(s):

twine check dist/*

Upload the distribution:

twine upload -s dist/*

License and Copyrights

This software is licensed under The 3-Clause BSD License.