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