python-binance 1.0.25__tar.gz → 1.0.26__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 (57) hide show
  1. {python-binance-1.0.25/python_binance.egg-info → python_binance-1.0.26}/PKG-INFO +2 -2
  2. {python-binance-1.0.25 → python_binance-1.0.26}/README.rst +1 -1
  3. {python-binance-1.0.25 → python_binance-1.0.26}/binance/__init__.py +1 -1
  4. {python-binance-1.0.25 → python_binance-1.0.26/python_binance.egg-info}/PKG-INFO +2 -2
  5. {python-binance-1.0.25 → python_binance-1.0.26}/LICENSE +0 -0
  6. {python-binance-1.0.25 → python_binance-1.0.26}/binance/async_client.py +0 -0
  7. {python-binance-1.0.25 → python_binance-1.0.26}/binance/base_client.py +0 -0
  8. {python-binance-1.0.25 → python_binance-1.0.26}/binance/client.py +0 -0
  9. {python-binance-1.0.25 → python_binance-1.0.26}/binance/enums.py +0 -0
  10. {python-binance-1.0.25 → python_binance-1.0.26}/binance/exceptions.py +0 -0
  11. {python-binance-1.0.25 → python_binance-1.0.26}/binance/helpers.py +0 -0
  12. {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/__init__.py +0 -0
  13. {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/constants.py +0 -0
  14. {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/depthcache.py +0 -0
  15. {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/keepalive_websocket.py +0 -0
  16. {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/reconnecting_websocket.py +0 -0
  17. {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/streams.py +0 -0
  18. {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/threaded_stream.py +0 -0
  19. {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/websocket_api.py +0 -0
  20. {python-binance-1.0.25 → python_binance-1.0.26}/pyproject.toml +0 -0
  21. {python-binance-1.0.25 → python_binance-1.0.26}/python_binance.egg-info/SOURCES.txt +0 -0
  22. {python-binance-1.0.25 → python_binance-1.0.26}/python_binance.egg-info/dependency_links.txt +0 -0
  23. {python-binance-1.0.25 → python_binance-1.0.26}/python_binance.egg-info/requires.txt +0 -0
  24. {python-binance-1.0.25 → python_binance-1.0.26}/python_binance.egg-info/top_level.txt +0 -0
  25. {python-binance-1.0.25 → python_binance-1.0.26}/setup.cfg +0 -0
  26. {python-binance-1.0.25 → python_binance-1.0.26}/setup.py +0 -0
  27. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_api_request.py +0 -0
  28. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client.py +0 -0
  29. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_futures.py +0 -0
  30. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_gift_card copy.py +0 -0
  31. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_margin.py +0 -0
  32. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_options.py +0 -0
  33. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_portfolio.py +0 -0
  34. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_ws_api.py +0 -0
  35. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_ws_futures_requests.py +0 -0
  36. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client.py +0 -0
  37. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_futures.py +0 -0
  38. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_gift_card.py +0 -0
  39. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_margin.py +0 -0
  40. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_options.py +0 -0
  41. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_portfolio.py +0 -0
  42. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_ws_api.py +0 -0
  43. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_ws_futures_requests.py +0 -0
  44. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_cryptography.py +0 -0
  45. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_depth_cache.py +0 -0
  46. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_futures.py +0 -0
  47. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_get_order_book.py +0 -0
  48. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_headers.py +0 -0
  49. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_historical_klines.py +0 -0
  50. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_ids.py +0 -0
  51. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_order.py +0 -0
  52. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_ping.py +0 -0
  53. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_reconnecting_websocket.py +0 -0
  54. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_socket_manager.py +0 -0
  55. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_streams.py +0 -0
  56. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_threaded_socket_manager.py +0 -0
  57. {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_ws_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-binance
3
- Version: 1.0.25
3
+ Version: 1.0.26
4
4
  Summary: Binance REST API python implementation
5
5
  Home-page: https://github.com/sammchardy/python-binance
6
6
  Author: Sam McHardy
@@ -31,7 +31,7 @@ Requires-Dist: websockets
31
31
  Requires-Dist: pycryptodome
32
32
 
33
33
  =================================
34
- Welcome to python-binance v1.0.25
34
+ Welcome to python-binance v1.0.26
35
35
  =================================
36
36
 
37
37
  .. image:: https://img.shields.io/pypi/v/python-binance.svg
@@ -1,5 +1,5 @@
1
1
  =================================
2
- Welcome to python-binance v1.0.25
2
+ Welcome to python-binance v1.0.26
3
3
  =================================
4
4
 
5
5
  .. image:: https://img.shields.io/pypi/v/python-binance.svg
@@ -4,7 +4,7 @@
4
4
 
5
5
  """
6
6
 
7
- __version__ = "1.0.25"
7
+ __version__ = "1.0.26"
8
8
 
9
9
  from binance.async_client import AsyncClient # noqa
10
10
  from binance.client import Client # noqa
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-binance
3
- Version: 1.0.25
3
+ Version: 1.0.26
4
4
  Summary: Binance REST API python implementation
5
5
  Home-page: https://github.com/sammchardy/python-binance
6
6
  Author: Sam McHardy
@@ -31,7 +31,7 @@ Requires-Dist: websockets
31
31
  Requires-Dist: pycryptodome
32
32
 
33
33
  =================================
34
- Welcome to python-binance v1.0.25
34
+ Welcome to python-binance v1.0.26
35
35
  =================================
36
36
 
37
37
  .. image:: https://img.shields.io/pypi/v/python-binance.svg
File without changes