exchanges-wrapper 2.1.33__tar.gz → 2.1.35__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.
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/PKG-INFO +18 -10
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/README.md +14 -6
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/__init__.py +1 -1
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/client.py +25 -303
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/exch_srv.py +5 -10
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/exch_srv_cfg.toml.template +22 -26
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/http_client.py +0 -1
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/lib.py +2 -5
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/parsers/bitfinex.py +18 -32
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/parsers/bybit.py +4 -18
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/parsers/huobi.py +6 -19
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/parsers/okx.py +11 -24
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/web_sockets.py +27 -29
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/pyproject.toml +3 -3
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/LICENSE.md +0 -0
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/definitions.py +0 -0
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/errors.py +0 -0
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/events.py +0 -0
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/martin/__init__.py +0 -0
- {exchanges_wrapper-2.1.33 → exchanges_wrapper-2.1.35}/exchanges_wrapper/proto/martin.proto +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: exchanges-wrapper
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.35
|
|
4
4
|
Summary: REST API and WebSocket asyncio wrapper with grpc powered multiplexer server
|
|
5
5
|
Author-email: Thomas Marchand <thomas.marchand@tuta.io>, Jerry Fedorenko <jerry.fedorenko@yahoo.com>
|
|
6
|
-
Requires-Python: >=3.
|
|
6
|
+
Requires-Python: >=3.10
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
Classifier: Programming Language :: Python :: 3
|
|
9
9
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -12,10 +12,10 @@ Classifier: Operating System :: Unix
|
|
|
12
12
|
Classifier: Operating System :: Microsoft :: Windows
|
|
13
13
|
Classifier: Operating System :: MacOS
|
|
14
14
|
License-File: LICENSE.md
|
|
15
|
-
Requires-Dist: crypto-ws-api==2.0.
|
|
15
|
+
Requires-Dist: crypto-ws-api==2.0.20
|
|
16
16
|
Requires-Dist: pyotp==2.9.0
|
|
17
17
|
Requires-Dist: simplejson==3.20.1
|
|
18
|
-
Requires-Dist: aiohttp~=3.11.
|
|
18
|
+
Requires-Dist: aiohttp~=3.11.18
|
|
19
19
|
Requires-Dist: expiringdict~=1.2.2
|
|
20
20
|
Requires-Dist: betterproto==2.0.0b7
|
|
21
21
|
Requires-Dist: grpclib~=0.4.7
|
|
@@ -35,7 +35,9 @@ Project-URL: Source, https://github.com/DogsTailFarmer/exchanges-wrapper
|
|
|
35
35
|
<a href="https://sonarcloud.io/summary/new_code?id=DogsTailFarmer_exchanges-wrapper" target="_blank"><img alt="sonarcloud" title="sonarcloud" src="https://sonarcloud.io/api/project_badges/measure?project=DogsTailFarmer_exchanges-wrapper&metric=alert_status"/></a>
|
|
36
36
|
<a href="https://pepy.tech/project/exchanges-wrapper" target="_blank"><img alt="Downloads" title="Downloads" src="https://static.pepy.tech/badge/exchanges-wrapper/month"/></a>
|
|
37
37
|
***
|
|
38
|
-
|
|
38
|
+
On `Binance`: now API key type [Ed25519](https://www.binance.com/en/support/faq/detail/6b9a63f1e3384cf48a2eedb82767a69a) is used instead of `HMAC`
|
|
39
|
+
|
|
40
|
+
From `2.1.34` must be updated `exch_srv_cfg.toml` from `exchanges_wrapper/exch_srv_cfg.toml.template`
|
|
39
41
|
***
|
|
40
42
|
|
|
41
43
|
## exchanges-wrapper vs [binance.py](https://github.com/Th0rgal/binance.py)
|
|
@@ -75,11 +77,17 @@ at real bidding. First, run applications on the [Binance Spot Test Network](http
|
|
|
75
77
|
|
|
76
78
|
## Get started
|
|
77
79
|
### Prepare exchange account
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
80
|
+
Create account on [Binance](https://accounts.binance.com/en/register?ref=FXQ6HY5O) and get 10% discount on all trading fee
|
|
81
|
+
|
|
82
|
+
Create account on [HTX](https://www.htx.com/invite/en-us/1f?invite_code=9uaw3223)
|
|
83
|
+
|
|
84
|
+
Create account on [Bitfinex](https://www.bitfinex.com/sign-up?refcode=v_4az2nCP) and get 6% rebate fee
|
|
85
|
+
|
|
86
|
+
Create account on [OKX](https://okx.com/join/2607649) and will be in for the chance to earn up to 100 USDT
|
|
87
|
+
|
|
88
|
+
Create account on [Bybit](https://www.bybit.com/invite?ref=9KEW1K) and get exclusive referral rewards
|
|
89
|
+
|
|
90
|
+
Also, you can start strategy on [Hetzner](https://hetzner.cloud/?ref=uFdrF8nsdGMc) cloud VPS only for 4.75 € per month
|
|
83
91
|
|
|
84
92
|
* For test purpose log in at [Binance Spot Test Network](https://testnet.binance.vision/)
|
|
85
93
|
* Create API Key
|
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
<a href="https://sonarcloud.io/summary/new_code?id=DogsTailFarmer_exchanges-wrapper" target="_blank"><img alt="sonarcloud" title="sonarcloud" src="https://sonarcloud.io/api/project_badges/measure?project=DogsTailFarmer_exchanges-wrapper&metric=alert_status"/></a>
|
|
13
13
|
<a href="https://pepy.tech/project/exchanges-wrapper" target="_blank"><img alt="Downloads" title="Downloads" src="https://static.pepy.tech/badge/exchanges-wrapper/month"/></a>
|
|
14
14
|
***
|
|
15
|
-
|
|
15
|
+
On `Binance`: now API key type [Ed25519](https://www.binance.com/en/support/faq/detail/6b9a63f1e3384cf48a2eedb82767a69a) is used instead of `HMAC`
|
|
16
|
+
|
|
17
|
+
From `2.1.34` must be updated `exch_srv_cfg.toml` from `exchanges_wrapper/exch_srv_cfg.toml.template`
|
|
16
18
|
***
|
|
17
19
|
|
|
18
20
|
## exchanges-wrapper vs [binance.py](https://github.com/Th0rgal/binance.py)
|
|
@@ -52,11 +54,17 @@ at real bidding. First, run applications on the [Binance Spot Test Network](http
|
|
|
52
54
|
|
|
53
55
|
## Get started
|
|
54
56
|
### Prepare exchange account
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
Create account on [Binance](https://accounts.binance.com/en/register?ref=FXQ6HY5O) and get 10% discount on all trading fee
|
|
58
|
+
|
|
59
|
+
Create account on [HTX](https://www.htx.com/invite/en-us/1f?invite_code=9uaw3223)
|
|
60
|
+
|
|
61
|
+
Create account on [Bitfinex](https://www.bitfinex.com/sign-up?refcode=v_4az2nCP) and get 6% rebate fee
|
|
62
|
+
|
|
63
|
+
Create account on [OKX](https://okx.com/join/2607649) and will be in for the chance to earn up to 100 USDT
|
|
64
|
+
|
|
65
|
+
Create account on [Bybit](https://www.bybit.com/invite?ref=9KEW1K) and get exclusive referral rewards
|
|
66
|
+
|
|
67
|
+
Also, you can start strategy on [Hetzner](https://hetzner.cloud/?ref=uFdrF8nsdGMc) cloud VPS only for 4.75 € per month
|
|
60
68
|
|
|
61
69
|
* For test purpose log in at [Binance Spot Test Network](https://testnet.binance.vision/)
|
|
62
70
|
* Create API Key
|
|
@@ -12,7 +12,7 @@ __maintainer__ = "Jerry Fedorenko"
|
|
|
12
12
|
__contact__ = "https://github.com/DogsTailFarmer"
|
|
13
13
|
__email__ = "jerry.fedorenko@yahoo.com"
|
|
14
14
|
__credits__ = ["https://github.com/DanyaSWorlD"]
|
|
15
|
-
__version__ = "2.1.
|
|
15
|
+
__version__ = "2.1.35"
|
|
16
16
|
|
|
17
17
|
from pathlib import Path
|
|
18
18
|
import shutil
|