Metadata-Version: 2.1
Name: nillion-client
Version: 0.1.1
Summary: Nillion client
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: cosmpy==0.9.2
Requires-Dist: secp256k1==0.14.0
Requires-Dist: base58==2.1.1
Requires-Dist: tenacity==9.0.0
Requires-Dist: nillion-client-core==0.1.1
Requires-Dist: nillion-client-proto==0.1.1
Requires-Dist: pyyaml==6.0.2

# nillion-client

nillion-client is a Python client for building on top of the Nillion Network.
It can be used to manage Nada programs, store and retrieve values, and run
computations.

See the official Nillion documentation site for more about [Nillion
Clients][clients], [Python Client Examples][examples] and the [Python Client
Reference][reference].

[clients]: https://docs.nillion.com/nillion-client

[examples]: https://docs.nillion.com/python-client-examples

[reference]: https://docs.nillion.com/python-client-reference

