Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
icmoore committed Jan 25, 2024
1 parent c57f94c commit d158c21
Show file tree
Hide file tree
Showing 20 changed files with 1,400 additions and 3 deletions.
Binary file added .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions LICENSE → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Ian Moore
Copyright (c) 2023 Ian Moore

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,17 @@
# defipy
defipy
Python package for DeFi modelling
* Currently in Beta (version 0.0.1) until fully tested and analyzed

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

## DeFi Overview
* Python for DeFi analytics
Binary file added python/prod/.DS_Store
Binary file not shown.
Binary file added python/prod/cst/.DS_Store
Binary file not shown.
Binary file added python/prod/cst/exchg/.DS_Store
Binary file not shown.
Loading

0 comments on commit d158c21

Please sign in to comment.