Metadata-Version: 2.1
Name: zetta
Version: 0.0.7
Summary: Python client library for ZettaBlock AI Network
Home-page: UNKNOWN
Author: ZettaBlock Labs
Author-email: support@zettablock.com
License: UNKNOWN
Project-URL: Homepage, https://zettablock.com
Project-URL: Source, https://github.com/Zettablock/zetta-py-client
Keywords: zettablock,client,cloud,AI,blockchain,infrastructure
Platform: UNKNOWN
Classifier: Topic :: System :: Distributed Computing
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: typer

Python client for ZettaBlock AI Network.

# Development
## Setup
1. Clone the repository.
2. Create a virtual environment and install the package.
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install .
```
3. Try run the client.
```sh
zetta --help
```


