We use UV for environment management, so install it as per the documentation..
Then create your environment with
uv syncThe repository includes an example application that demonstrates the library's features:
uv run example.pyContributions are very welcome through pull requests. Please document any changes in both the readme and the example.py file.
The maintainers will handle the release process, which typically involves:
- Updating the version number in pyproject.toml
- Creating a new release on GitHub
- Publishing the package to PyPI
By contributing to this project, you agree that your contributions will be licensed under the project's MIT License.