Metadata-Version: 2.4
Name: indro
Version: 0.0.2
Summary: Secure, asynchronous Python client for the Indro streaming network.
Home-page: https://github.com/indrohelpdesk-cpu/indro-veda-sdk
Author: Abhinav Anand
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aiohttp>=3.8.5
Requires-Dist: cryptography>=41.0.3
Requires-Dist: tqdm>=4.65.0
Requires-Dist: huggingface_hub>=0.19.0
Requires-Dist: PyJWT>=2.8.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Indro SDK

The official Python client for the Indro edge delivery network. It provides secure, asynchronous file streaming, hardware attestation, and model management.

## Installation

Install the package via pip:

```bash
pip install indro
