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.
- {python-binance-1.0.25/python_binance.egg-info → python_binance-1.0.26}/PKG-INFO +2 -2
- {python-binance-1.0.25 → python_binance-1.0.26}/README.rst +1 -1
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/__init__.py +1 -1
- {python-binance-1.0.25 → python_binance-1.0.26/python_binance.egg-info}/PKG-INFO +2 -2
- {python-binance-1.0.25 → python_binance-1.0.26}/LICENSE +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/async_client.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/base_client.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/client.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/enums.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/exceptions.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/helpers.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/__init__.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/constants.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/depthcache.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/keepalive_websocket.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/reconnecting_websocket.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/streams.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/threaded_stream.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/binance/ws/websocket_api.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/pyproject.toml +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/python_binance.egg-info/SOURCES.txt +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/python_binance.egg-info/dependency_links.txt +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/python_binance.egg-info/requires.txt +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/python_binance.egg-info/top_level.txt +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/setup.cfg +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/setup.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_api_request.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_futures.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_gift_card copy.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_margin.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_options.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_portfolio.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_ws_api.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_ws_futures_requests.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_futures.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_gift_card.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_margin.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_options.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_portfolio.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_ws_api.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_client_ws_futures_requests.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_cryptography.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_depth_cache.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_futures.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_get_order_book.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_headers.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_historical_klines.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_ids.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_order.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_ping.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_reconnecting_websocket.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_socket_manager.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_streams.py +0 -0
- {python-binance-1.0.25 → python_binance-1.0.26}/tests/test_threaded_socket_manager.py +0 -0
- {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.
|
|
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.
|
|
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,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: python-binance
|
|
3
|
-
Version: 1.0.
|
|
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.
|
|
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
|
|
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
|
{python-binance-1.0.25 → python_binance-1.0.26}/python_binance.egg-info/dependency_links.txt
RENAMED
|
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
|
{python-binance-1.0.25 → python_binance-1.0.26}/tests/test_async_client_ws_futures_requests.py
RENAMED
|
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
|