Metadata-Version: 2.4
Name: karpatkit
Version: 2.1.1
Summary: DeFi protocol integration toolkit
Author-email: kpk-oss <oss@kpk.io>
License: MIT
Project-URL: Homepage, https://kpk.io
Project-URL: Documentation, https://docs.kpk.io
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: web3>=6.0.0
Requires-Dist: eth-abi>=4.0.0

# karpatkit

DeFi protocol integration toolkit for Aave, Morpho, Lido, and Balancer.

## Installation

```bash
pip install karpatkit
```

## Quick Start

```python
from karpatkit import chains

print(chains.MAINNET)
```
