DeFiPy 1.0.3__tar.gz → 1.0.5__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 (41) hide show
  1. {defipy-1.0.3 → defipy-1.0.5}/DeFiPy.egg-info/PKG-INFO +4 -4
  2. defipy-1.0.5/DeFiPy.egg-info/requires.txt +5 -0
  3. {defipy-1.0.3 → defipy-1.0.5}/PKG-INFO +4 -4
  4. {defipy-1.0.3 → defipy-1.0.5}/setup.py +4 -4
  5. defipy-1.0.3/DeFiPy.egg-info/requires.txt +0 -5
  6. {defipy-1.0.3 → defipy-1.0.5}/DeFiPy.egg-info/SOURCES.txt +0 -0
  7. {defipy-1.0.3 → defipy-1.0.5}/DeFiPy.egg-info/dependency_links.txt +0 -0
  8. {defipy-1.0.3 → defipy-1.0.5}/DeFiPy.egg-info/not-zip-safe +0 -0
  9. {defipy-1.0.3 → defipy-1.0.5}/DeFiPy.egg-info/top_level.txt +0 -0
  10. {defipy-1.0.3 → defipy-1.0.5}/LICENSE.txt +0 -0
  11. {defipy-1.0.3 → defipy-1.0.5}/README.md +0 -0
  12. {defipy-1.0.3 → defipy-1.0.5}/python/prod/__init__.py +0 -0
  13. {defipy-1.0.3 → defipy-1.0.5}/python/prod/analytics/risk/__init__.py +0 -0
  14. {defipy-1.0.3 → defipy-1.0.5}/python/prod/analytics/simulate/__init__.py +0 -0
  15. {defipy-1.0.3 → defipy-1.0.5}/python/prod/erc/__init__.py +0 -0
  16. {defipy-1.0.3 → defipy-1.0.5}/python/prod/math/basic/__init__.py +0 -0
  17. {defipy-1.0.3 → defipy-1.0.5}/python/prod/math/interest/__init__.py +0 -0
  18. {defipy-1.0.3 → defipy-1.0.5}/python/prod/math/interest/ips/__init__.py +0 -0
  19. {defipy-1.0.3 → defipy-1.0.5}/python/prod/math/interest/ips/aggregate/__init__.py +0 -0
  20. {defipy-1.0.3 → defipy-1.0.5}/python/prod/math/model/__init__.py +0 -0
  21. {defipy-1.0.3 → defipy-1.0.5}/python/prod/math/risk/__init__.py +0 -0
  22. {defipy-1.0.3 → defipy-1.0.5}/python/prod/process/__init__.py +0 -0
  23. {defipy-1.0.3 → defipy-1.0.5}/python/prod/process/burn/__init__.py +0 -0
  24. {defipy-1.0.3 → defipy-1.0.5}/python/prod/process/deposit/__init__.py +0 -0
  25. {defipy-1.0.3 → defipy-1.0.5}/python/prod/process/join/Join.py +0 -0
  26. {defipy-1.0.3 → defipy-1.0.5}/python/prod/process/join/__init__.py +0 -0
  27. {defipy-1.0.3 → defipy-1.0.5}/python/prod/process/liquidity/AddLiquidity.py +0 -0
  28. {defipy-1.0.3 → defipy-1.0.5}/python/prod/process/liquidity/RemoveLiquidity.py +0 -0
  29. {defipy-1.0.3 → defipy-1.0.5}/python/prod/process/liquidity/__init__.py +0 -0
  30. {defipy-1.0.3 → defipy-1.0.5}/python/prod/process/mint/__init__.py +0 -0
  31. {defipy-1.0.3 → defipy-1.0.5}/python/prod/process/swap/Swap.py +0 -0
  32. {defipy-1.0.3 → defipy-1.0.5}/python/prod/process/swap/__init__.py +0 -0
  33. {defipy-1.0.3 → defipy-1.0.5}/python/prod/utils/client/__init__.py +0 -0
  34. {defipy-1.0.3 → defipy-1.0.5}/python/prod/utils/client/contract/ExecuteScript.py +0 -0
  35. {defipy-1.0.3 → defipy-1.0.5}/python/prod/utils/client/contract/__init__.py +0 -0
  36. {defipy-1.0.3 → defipy-1.0.5}/python/prod/utils/data/__init__.py +0 -0
  37. {defipy-1.0.3 → defipy-1.0.5}/python/prod/utils/interfaces/__init__.py +0 -0
  38. {defipy-1.0.3 → defipy-1.0.5}/python/prod/utils/tools/UniswapScriptHelper.py +0 -0
  39. {defipy-1.0.3 → defipy-1.0.5}/python/prod/utils/tools/__init__.py +0 -0
  40. {defipy-1.0.3 → defipy-1.0.5}/python/prod/utils/tools/v3/__init__.py +0 -0
  41. {defipy-1.0.3 → defipy-1.0.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DeFiPy
3
- Version: 1.0.3
3
+ Version: 1.0.5
4
4
  Summary: DeFi Analytics with Python
5
5
  Home-page: http://github.com/defipy-devs/defipy
6
6
  Author: icmoore
@@ -17,9 +17,9 @@ Description-Content-Type: text/markdown
17
17
  License-File: LICENSE.txt
18
18
  Requires-Dist: scipy>=1.7.3
19
19
  Requires-Dist: bokeh==3.3.4
20
- Requires-Dist: uniswappy==1.7.0
21
- Requires-Dist: stableswappy==1.0.0
22
- Requires-Dist: balancerpy==1.0.1
20
+ Requires-Dist: uniswappy==1.7.3
21
+ Requires-Dist: stableswappy==1.0.2
22
+ Requires-Dist: balancerpy==1.0.3
23
23
 
24
24
  # DeFiPy: Python SDK for DeFi Analytics and Agents
25
25
 
@@ -0,0 +1,5 @@
1
+ scipy>=1.7.3
2
+ bokeh==3.3.4
3
+ uniswappy==1.7.3
4
+ stableswappy==1.0.2
5
+ balancerpy==1.0.3
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: DeFiPy
3
- Version: 1.0.3
3
+ Version: 1.0.5
4
4
  Summary: DeFi Analytics with Python
5
5
  Home-page: http://github.com/defipy-devs/defipy
6
6
  Author: icmoore
@@ -17,9 +17,9 @@ Description-Content-Type: text/markdown
17
17
  License-File: LICENSE.txt
18
18
  Requires-Dist: scipy>=1.7.3
19
19
  Requires-Dist: bokeh==3.3.4
20
- Requires-Dist: uniswappy==1.7.0
21
- Requires-Dist: stableswappy==1.0.0
22
- Requires-Dist: balancerpy==1.0.1
20
+ Requires-Dist: uniswappy==1.7.3
21
+ Requires-Dist: stableswappy==1.0.2
22
+ Requires-Dist: balancerpy==1.0.3
23
23
 
24
24
  # DeFiPy: Python SDK for DeFi Analytics and Agents
25
25
 
@@ -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='1.0.3',
7
+ version='1.0.5',
8
8
  description='DeFi Analytics with Python',
9
9
  long_description=long_description,
10
10
  long_description_content_type="text/markdown",
@@ -50,8 +50,8 @@ setup(name='DeFiPy',
50
50
  install_requires=[
51
51
  'scipy >= 1.7.3',
52
52
  'bokeh == 3.3.4',
53
- 'uniswappy == 1.7.0',
54
- 'stableswappy == 1.0.0',
55
- 'balancerpy == 1.0.1'
53
+ 'uniswappy == 1.7.3',
54
+ 'stableswappy == 1.0.2',
55
+ 'balancerpy == 1.0.3'
56
56
  ],
57
57
  zip_safe=False)
@@ -1,5 +0,0 @@
1
- scipy>=1.7.3
2
- bokeh==3.3.4
3
- uniswappy==1.7.0
4
- stableswappy==1.0.0
5
- balancerpy==1.0.1
File without changes
File without changes
File without changes
File without changes