Metadata-Version: 2.1
Name: nillion-python-helpers
Version: 0.2.4
Summary: 
Author: José Cabrero-Holgueras
Author-email: jose.cabrero@nillion.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cosmpy (>=0.9.2,<0.10.0)
Requires-Dist: py-nillion-client (>=0.4.0,<0.5.0)
Requires-Dist: pytest-asyncio (>=0.23.7,<0.24.0)
Requires-Dist: python-dotenv (==1.0.0)
Description-Content-Type: text/markdown

# Nillion Python Helpers

This helpers are meant to be used with Nillion's Python Quickstart. This are meant not to be copied every time we need to include them in a separate project, as they have become the standard.

## Installation
### Using pip

```bash
pip install nillion-python-helpers
```

### From Sources
You can install the `nillion-python-helpers` library using:

```bash
git clone https://github.com/NillionNetwork/nillion-python-helpers.git
pip install ./nillion-python-helpers
```

## License

This project is licensed under the Apache2 License. See the LICENSE file for details.
