DeFiPy 0.0.22__tar.gz → 0.0.24__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.
Files changed (32) hide show
  1. {defipy-0.0.22 → defipy-0.0.24}/DeFiPy.egg-info/PKG-INFO +3 -3
  2. {defipy-0.0.22 → defipy-0.0.24}/DeFiPy.egg-info/requires.txt +1 -1
  3. {defipy-0.0.22 → defipy-0.0.24}/PKG-INFO +3 -3
  4. {defipy-0.0.22 → defipy-0.0.24}/README.md +1 -1
  5. {defipy-0.0.22 → defipy-0.0.24}/setup.py +2 -2
  6. {defipy-0.0.22 → defipy-0.0.24}/DeFiPy.egg-info/SOURCES.txt +0 -0
  7. {defipy-0.0.22 → defipy-0.0.24}/DeFiPy.egg-info/dependency_links.txt +0 -0
  8. {defipy-0.0.22 → defipy-0.0.24}/DeFiPy.egg-info/not-zip-safe +0 -0
  9. {defipy-0.0.22 → defipy-0.0.24}/DeFiPy.egg-info/top_level.txt +0 -0
  10. {defipy-0.0.22 → defipy-0.0.24}/LICENSE.txt +0 -0
  11. {defipy-0.0.22 → defipy-0.0.24}/python/prod/__init__.py +0 -0
  12. {defipy-0.0.22 → defipy-0.0.24}/python/prod/erc/__init__.py +0 -0
  13. {defipy-0.0.22 → defipy-0.0.24}/python/prod/math/basic/__init__.py +0 -0
  14. {defipy-0.0.22 → defipy-0.0.24}/python/prod/math/interest/__init__.py +0 -0
  15. {defipy-0.0.22 → defipy-0.0.24}/python/prod/math/interest/ips/__init__.py +0 -0
  16. {defipy-0.0.22 → defipy-0.0.24}/python/prod/math/interest/ips/aggregate/__init__.py +0 -0
  17. {defipy-0.0.22 → defipy-0.0.24}/python/prod/math/model/__init__.py +0 -0
  18. {defipy-0.0.22 → defipy-0.0.24}/python/prod/math/risk/__init__.py +0 -0
  19. {defipy-0.0.22 → defipy-0.0.24}/python/prod/process/__init__.py +0 -0
  20. {defipy-0.0.22 → defipy-0.0.24}/python/prod/process/burn/__init__.py +0 -0
  21. {defipy-0.0.22 → defipy-0.0.24}/python/prod/process/deposit/__init__.py +0 -0
  22. {defipy-0.0.22 → defipy-0.0.24}/python/prod/process/join/__init__.py +0 -0
  23. {defipy-0.0.22 → defipy-0.0.24}/python/prod/process/liquidity/__init__.py +0 -0
  24. {defipy-0.0.22 → defipy-0.0.24}/python/prod/process/mint/__init__.py +0 -0
  25. {defipy-0.0.22 → defipy-0.0.24}/python/prod/process/swap/__init__.py +0 -0
  26. {defipy-0.0.22 → defipy-0.0.24}/python/prod/simulate/__init__.py +0 -0
  27. {defipy-0.0.22 → defipy-0.0.24}/python/prod/utils/client/__init__.py +0 -0
  28. {defipy-0.0.22 → defipy-0.0.24}/python/prod/utils/data/__init__.py +0 -0
  29. {defipy-0.0.22 → defipy-0.0.24}/python/prod/utils/interfaces/__init__.py +0 -0
  30. {defipy-0.0.22 → defipy-0.0.24}/python/prod/utils/tools/__init__.py +0 -0
  31. {defipy-0.0.22 → defipy-0.0.24}/python/prod/utils/tools/v3/__init__.py +0 -0
  32. {defipy-0.0.22 → defipy-0.0.24}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DeFiPy
3
- Version: 0.0.22
3
+ Version: 0.0.24
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.0
13
+ Requires-Dist: uniswappy==1.5.3
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.22)
17
+ # DeFiPy: DeFi Analytics with Python (v 0.0.24)
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,5 +1,5 @@
1
1
  scipy>=1.7.3
2
2
  bokeh==3.3.4
3
- uniswappy==1.5.0
3
+ uniswappy==1.5.3
4
4
  stableswappy==0.0.11
5
5
  balancerpy==0.0.9
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DeFiPy
3
- Version: 0.0.22
3
+ Version: 0.0.24
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.0
13
+ Requires-Dist: uniswappy==1.5.3
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.22)
17
+ # DeFiPy: DeFi Analytics with Python (v 0.0.24)
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.22)
1
+ # DeFiPy: DeFi Analytics with Python (v 0.0.24)
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.22',
7
+ version='0.0.24',
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.0',
42
+ 'uniswappy == 1.5.3',
43
43
  'stableswappy == 0.0.11',
44
44
  'balancerpy == 0.0.9'
45
45
  ],
File without changes
File without changes
File without changes