Metadata-Version: 2.1
Name: DeFiPy
Version: 0.0.11
Summary: DeFi Analytics with Python
Home-page: http://github.com/defipy-devs/defipy
Author: icmoore
Author-email: defipy.devs@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: scipy>=1.7.3
Requires-Dist: gmpy2>=2.0.8
Requires-Dist: uniswappy==1.1.3
Requires-Dist: stableswappy==0.0.8
Requires-Dist: balancerpy==0.0.7

# defipy
DeFi Analytics with Python
* Currently in Beta (version 0.0.11)
* Decoupled into [UniswapPy](https://github.com/icmoore/uniswappy),
[BalancerPy](https://github.com/icmoore/balancerpy), and [StableSwapPy](https://github.com/icmoore/stableswappy) python packages

## Install
To install package:
```
> git clone https://github.com/defipy-devs/defipy
> pip install .
```
or
```
> pip install DeFiPy
```

## DeFi Overview
	* DeFi Analytics with Python
