mexc-exchange-api 0.0.11__tar.gz → 0.0.13__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.
Potentially problematic release.
This version of mexc-exchange-api might be problematic. Click here for more details.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
|
-
Name:
|
|
3
|
-
Version: 0.0.
|
|
2
|
+
Name: mexc-exchange-api
|
|
3
|
+
Version: 0.0.13
|
|
4
4
|
Summary: mexc crypto exchange api client
|
|
5
5
|
Project-URL: Homepage, https://github.com/ccxt/ccxt
|
|
6
6
|
Project-URL: Issues, https://github.com/ccxt/ccxt
|
|
@@ -18,12 +18,10 @@ Requires-Python: >=3.8
|
|
|
18
18
|
Description-Content-Type: text/markdown
|
|
19
19
|
|
|
20
20
|
# mexc-python
|
|
21
|
-
Python SDK (sync and async) for Mexc with Rest and WS capabilities.
|
|
22
|
-
|
|
23
|
-
You can check Mexc's docs here: [Docs](https://ccxt.com)
|
|
24
|
-
|
|
21
|
+
Python SDK (sync and async) for Mexc cryptocurrency exchange with Rest and WS capabilities.
|
|
25
22
|
|
|
26
23
|
You can check the SDK docs here: [SDK](https://docs.ccxt.com/#/exchanges/mexc)
|
|
24
|
+
You can check Mexc's docs here: [Docs](https://ccxt.com)
|
|
27
25
|
|
|
28
26
|
*This package derives from CCXT and allows you to call pretty much every endpoint by either using the unified CCXT API or calling the endpoints directly*
|
|
29
27
|
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
# mexc-python
|
|
2
|
-
Python SDK (sync and async) for Mexc with Rest and WS capabilities.
|
|
3
|
-
|
|
4
|
-
You can check Mexc's docs here: [Docs](https://ccxt.com)
|
|
5
|
-
|
|
2
|
+
Python SDK (sync and async) for Mexc cryptocurrency exchange with Rest and WS capabilities.
|
|
6
3
|
|
|
7
4
|
You can check the SDK docs here: [SDK](https://docs.ccxt.com/#/exchanges/mexc)
|
|
5
|
+
You can check Mexc's docs here: [Docs](https://ccxt.com)
|
|
8
6
|
|
|
9
7
|
*This package derives from CCXT and allows you to call pretty much every endpoint by either using the unified CCXT API or calling the endpoints directly*
|
|
10
8
|
|
|
@@ -7,10 +7,11 @@ include = ["src/mexc"]
|
|
|
7
7
|
|
|
8
8
|
[tool.hatch.build.targets.wheel]
|
|
9
9
|
packages = ["mexc"]
|
|
10
|
+
src-layout = "src"
|
|
10
11
|
|
|
11
12
|
[project]
|
|
12
|
-
name = "
|
|
13
|
-
version = "0.0.
|
|
13
|
+
name = "mexc-exchange-api"
|
|
14
|
+
version = "0.0.13"
|
|
14
15
|
authors = [
|
|
15
16
|
{ name="CCXT", email="info@ccxt.trade" },
|
|
16
17
|
]
|
|
File without changes
|