Metadata-Version: 2.1
Name: mantrapy
Version: 0.0.2
Summary: A Python lib to interact with the Mantra chain
Home-page: https://github.com/Quantum-Architects/mantrapy
Author: Quantum-Architects
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: base58>=2.1.1
Requires-Dist: bech32>=1.2.0
Requires-Dist: ecdsa>=0.19.0
Requires-Dist: fastapi>=0.115.3
Requires-Dist: googleapis-common-protos>=1.61.0
Requires-Dist: hdwallet>=2.2.1
Requires-Dist: httpx>=0.27.2
Requires-Dist: mnemonic>=0.21
Requires-Dist: pydantic>=2.9.2
Requires-Dist: pydantic-settings==2.6.0
Requires-Dist: requests>=2.32.3
Requires-Dist: SQLAlchemy>=2.0.36
Requires-Dist: tenacity>=9.0.0
Requires-Dist: uvicorn>=0.32.0
Requires-Dist: websockets>=13.1

# mantra-py

A Python library to interact with the Mantra chain

Documentation can be found [here](https://quantum-architects.github.io/mantrapy)

## Build docs locally

```sh
npm install
npm run dev
```


