Metadata-Version: 2.2
Name: nillion-client-proto
Version: 0.2.0
Summary: Nillion client Protobuf files
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: betterproto==2.0.0b7
Requires-Dist: googleapis-common-protos==1.66.0
Provides-Extra: dev
Requires-Dist: grpcio-tools==1.62.3; extra == "dev"
Requires-Dist: betterproto[compiler]==2.0.0b7; extra == "dev"

# Python 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
