Metadata-Version: 2.1
Name: DeFiPy
Version: 0.0.7
Summary: DeFi for Python
Home-page: http://github.com/icmoore/defipy
Author: icmoore
Author-email: utiliwire@gmail.com
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: scipy>=1.7.3
Requires-Dist: uniswappy>=1.1.1
Requires-Dist: stableswappy>=0.0.4
Requires-Dist: balancerpy>=0.0.6

# defipy
Python package for DeFi modelling
* Currently in Beta (version 0.0.4) until fully tested and analyzed
* Decoupled into sub-repos, which include: [UniswapPy](https://github.com/icmoore/uniswappy), 
[BalancerPy](https://github.com/icmoore/balancerpy), and [StableSwapPy](https://github.com/icmoore/stableswappy)

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

## DeFi Overview
	* Python for DeFi analytics
