Metadata-Version: 2.4
Name: empooriochain
Version: 0.1.9
Summary: Python SDK for interacting with EmpoorioChain
Home-page: https://github.com/empoorio/EmpoorioChain
Author: EmpoorioChain Project Team
Author-email: dev@empooriochain.io
License: Proprietary; Copyright (c) 2026 Empoorio Inc.
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: web3>=6.0.0
Requires-Dist: eth-account>=0.8.0
Requires-Dist: websockets>=11.0.0
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: rich>=13.7.0
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: isort>=5.10.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# EmpoorioChain Python SDK

Python library for interacting with the EmpoorioChain blockchain.

## Installation

```bash
pip install empooriochain
```

## Terminal dashboard

Set RPC/WS endpoints and run the interactive dashboard:

```bash
export EMPOORIO_RPC_URL=http://HOST:8545
export EMPOORIO_WS_URL=ws://HOST:8546
export EMPOORIO_CHAIN_ID=1234
empooriochain
```

## Features

- Support for AI model registration and inference.
- DeFi stablecoin management.
- Gaming and NFT operations.
- Async support using `aiohttp` and `websockets`.

## License

Copyright (c) 2026 Empoorio Inc. All rights reserved. Proprietary and confidential.
