DeFiPy 0.0.24__tar.gz → 0.0.25__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {defipy-0.0.24 → defipy-0.0.25}/DeFiPy.egg-info/PKG-INFO +3 -3
- {defipy-0.0.24 → defipy-0.0.25}/DeFiPy.egg-info/requires.txt +1 -1
- {defipy-0.0.24 → defipy-0.0.25}/PKG-INFO +3 -3
- {defipy-0.0.24 → defipy-0.0.25}/README.md +1 -1
- {defipy-0.0.24 → defipy-0.0.25}/setup.py +2 -2
- {defipy-0.0.24 → defipy-0.0.25}/DeFiPy.egg-info/SOURCES.txt +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/DeFiPy.egg-info/dependency_links.txt +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/DeFiPy.egg-info/not-zip-safe +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/DeFiPy.egg-info/top_level.txt +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/LICENSE.txt +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/erc/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/math/basic/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/math/interest/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/math/interest/ips/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/math/interest/ips/aggregate/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/math/model/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/math/risk/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/process/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/process/burn/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/process/deposit/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/process/join/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/process/liquidity/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/process/mint/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/process/swap/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/simulate/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/utils/client/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/utils/data/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/utils/interfaces/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/utils/tools/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/python/prod/utils/tools/v3/__init__.py +0 -0
- {defipy-0.0.24 → defipy-0.0.25}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: DeFiPy
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.25
|
|
4
4
|
Summary: DeFi Analytics with Python
|
|
5
5
|
Home-page: http://github.com/defipy-devs/defipy
|
|
6
6
|
Author: icmoore
|
|
@@ -10,11 +10,11 @@ Description-Content-Type: text/markdown
|
|
|
10
10
|
License-File: LICENSE.txt
|
|
11
11
|
Requires-Dist: scipy>=1.7.3
|
|
12
12
|
Requires-Dist: bokeh==3.3.4
|
|
13
|
-
Requires-Dist: uniswappy==1.5.
|
|
13
|
+
Requires-Dist: uniswappy==1.5.4
|
|
14
14
|
Requires-Dist: stableswappy==0.0.11
|
|
15
15
|
Requires-Dist: balancerpy==0.0.9
|
|
16
16
|
|
|
17
|
-
# DeFiPy: DeFi Analytics with Python (v 0.0.
|
|
17
|
+
# DeFiPy: DeFi Analytics with Python (v 0.0.25)
|
|
18
18
|
|
|
19
19
|
Welcome to the worlds first DeFi Python package with all major protocols intergrated into one package! Implement your analytics in one package with DeFiPy. Since DeFiPy is built with a modular design in mind, your can also silo your analytics by protocol
|
|
20
20
|
using:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: DeFiPy
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.25
|
|
4
4
|
Summary: DeFi Analytics with Python
|
|
5
5
|
Home-page: http://github.com/defipy-devs/defipy
|
|
6
6
|
Author: icmoore
|
|
@@ -10,11 +10,11 @@ Description-Content-Type: text/markdown
|
|
|
10
10
|
License-File: LICENSE.txt
|
|
11
11
|
Requires-Dist: scipy>=1.7.3
|
|
12
12
|
Requires-Dist: bokeh==3.3.4
|
|
13
|
-
Requires-Dist: uniswappy==1.5.
|
|
13
|
+
Requires-Dist: uniswappy==1.5.4
|
|
14
14
|
Requires-Dist: stableswappy==0.0.11
|
|
15
15
|
Requires-Dist: balancerpy==0.0.9
|
|
16
16
|
|
|
17
|
-
# DeFiPy: DeFi Analytics with Python (v 0.0.
|
|
17
|
+
# DeFiPy: DeFi Analytics with Python (v 0.0.25)
|
|
18
18
|
|
|
19
19
|
Welcome to the worlds first DeFi Python package with all major protocols intergrated into one package! Implement your analytics in one package with DeFiPy. Since DeFiPy is built with a modular design in mind, your can also silo your analytics by protocol
|
|
20
20
|
using:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# DeFiPy: DeFi Analytics with Python (v 0.0.
|
|
1
|
+
# DeFiPy: DeFi Analytics with Python (v 0.0.25)
|
|
2
2
|
|
|
3
3
|
Welcome to the worlds first DeFi Python package with all major protocols intergrated into one package! Implement your analytics in one package with DeFiPy. Since DeFiPy is built with a modular design in mind, your can also silo your analytics by protocol
|
|
4
4
|
using:
|
|
@@ -4,7 +4,7 @@ with open('README.md') as f:
|
|
|
4
4
|
long_description = f.read()
|
|
5
5
|
|
|
6
6
|
setup(name='DeFiPy',
|
|
7
|
-
version='0.0.
|
|
7
|
+
version='0.0.25',
|
|
8
8
|
description='DeFi Analytics with Python',
|
|
9
9
|
long_description=long_description,
|
|
10
10
|
long_description_content_type="text/markdown",
|
|
@@ -39,7 +39,7 @@ setup(name='DeFiPy',
|
|
|
39
39
|
install_requires=[
|
|
40
40
|
'scipy >= 1.7.3',
|
|
41
41
|
'bokeh == 3.3.4',
|
|
42
|
-
'uniswappy == 1.5.
|
|
42
|
+
'uniswappy == 1.5.4',
|
|
43
43
|
'stableswappy == 0.0.11',
|
|
44
44
|
'balancerpy == 0.0.9'
|
|
45
45
|
],
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|