okxv5 1.8.5__tar.gz → 1.8.6__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 (33) hide show
  1. {okxv5-1.8.5 → okxv5-1.8.6}/PKG-INFO +1 -1
  2. {okxv5-1.8.5 → okxv5-1.8.6}/okxv5.egg-info/PKG-INFO +1 -1
  3. {okxv5-1.8.5 → okxv5-1.8.6}/setup.py +1 -1
  4. {okxv5-1.8.5 → okxv5-1.8.6}/README.md +0 -0
  5. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Account_api.py +0 -0
  6. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Affiliate_api.py +0 -0
  7. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Broker_api.py +0 -0
  8. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Convert_api.py +0 -0
  9. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Copytrading_api.py +0 -0
  10. {okxv5-1.8.5 → okxv5-1.8.6}/okx/FDBroker_api.py +0 -0
  11. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Finance_api.py +0 -0
  12. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Funding_api.py +0 -0
  13. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Market_api.py +0 -0
  14. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Public_api.py +0 -0
  15. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Recurring_api.py +0 -0
  16. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Rfq_api.py +0 -0
  17. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Singal_api.py +0 -0
  18. {okxv5-1.8.5 → okxv5-1.8.6}/okx/SprdApi_api.py +0 -0
  19. {okxv5-1.8.5 → okxv5-1.8.6}/okx/Trade_api.py +0 -0
  20. {okxv5-1.8.5 → okxv5-1.8.6}/okx/TradingBot_api.py +0 -0
  21. {okxv5-1.8.5 → okxv5-1.8.6}/okx/TradingData_api.py +0 -0
  22. {okxv5-1.8.5 → okxv5-1.8.6}/okx/__init__.py +0 -0
  23. {okxv5-1.8.5 → okxv5-1.8.6}/okx/client.py +0 -0
  24. {okxv5-1.8.5 → okxv5-1.8.6}/okx/consts.py +0 -0
  25. {okxv5-1.8.5 → okxv5-1.8.6}/okx/exceptions.py +0 -0
  26. {okxv5-1.8.5 → okxv5-1.8.6}/okx/status_api.py +0 -0
  27. {okxv5-1.8.5 → okxv5-1.8.6}/okx/subAccount_api.py +0 -0
  28. {okxv5-1.8.5 → okxv5-1.8.6}/okx/utils.py +0 -0
  29. {okxv5-1.8.5 → okxv5-1.8.6}/okxv5.egg-info/SOURCES.txt +0 -0
  30. {okxv5-1.8.5 → okxv5-1.8.6}/okxv5.egg-info/dependency_links.txt +0 -0
  31. {okxv5-1.8.5 → okxv5-1.8.6}/okxv5.egg-info/requires.txt +0 -0
  32. {okxv5-1.8.5 → okxv5-1.8.6}/okxv5.egg-info/top_level.txt +0 -0
  33. {okxv5-1.8.5 → okxv5-1.8.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: okxv5
3
- Version: 1.8.5
3
+ Version: 1.8.6
4
4
  Summary: 自己随便上传使用的,精力有限没有整理调用方法,不知道怎么调用的可以查看源码发给AI
5
5
  Home-page:
6
6
  Author:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: okxv5
3
- Version: 1.8.5
3
+ Version: 1.8.6
4
4
  Summary: 自己随便上传使用的,精力有限没有整理调用方法,不知道怎么调用的可以查看源码发给AI
5
5
  Home-page:
6
6
  Author:
@@ -1,6 +1,6 @@
1
1
  from setuptools import setup,find_packages
2
2
  setup(name='okxv5',
3
- version='1.8.5',
3
+ version='1.8.6',
4
4
  author='',
5
5
  author_email='',
6
6
  description=f'自己随便上传使用的,精力有限没有整理调用方法,不知道怎么调用的可以查看源码发给AI ',
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
File without changes