hyperliquid-python-sdk-async 0.24.6__tar.gz → 0.24.7__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.
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/PKG-INFO +6 -6
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/README.md +3 -3
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/pyproject.toml +3 -3
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/LICENSE.md +0 -0
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/__init__.py +0 -0
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/api.py +0 -0
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/exchange.py +0 -0
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/info.py +0 -0
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/utils/__init__.py +0 -0
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/utils/constants.py +0 -0
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/utils/error.py +0 -0
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/utils/signing.py +0 -0
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/utils/types.py +0 -0
- {hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/websocket_manager.py +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hyperliquid-python-sdk-async
|
|
3
|
-
Version: 0.24.
|
|
3
|
+
Version: 0.24.7
|
|
4
4
|
Summary: SDK for Hyperliquid API trading with Python.
|
|
5
|
-
Home-page: https://github.com/
|
|
5
|
+
Home-page: https://github.com/darkerego/hyperliquid-python-sdk-async
|
|
6
6
|
License: MIT
|
|
7
7
|
Author: Hyperliquid
|
|
8
8
|
Author-email: hello@hyperliquid.xyz
|
|
@@ -27,10 +27,10 @@ Requires-Dist: eth-account (>=0.13.5,<0.14.0)
|
|
|
27
27
|
Requires-Dist: eth-utils (>=5.2.0,<6.0.0)
|
|
28
28
|
Requires-Dist: msgpack (>=1.0.5,<2.0.0)
|
|
29
29
|
Requires-Dist: websockets (>=15.0.1,<16.0.0)
|
|
30
|
-
Project-URL: Repository, https://github.com/
|
|
30
|
+
Project-URL: Repository, https://github.com/darkerego/hyperliquid-python-sdk-async
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
|
|
33
|
-
# hyperliquid-python-sdk
|
|
33
|
+
# hyperliquid-python-sdk-async
|
|
34
34
|
|
|
35
35
|
<div align="center">
|
|
36
36
|
|
|
@@ -42,13 +42,13 @@ Description-Content-Type: text/markdown
|
|
|
42
42
|
[](https://github.com/hyperliquid-dex/hyperliquid-python-sdk/releases)
|
|
43
43
|
[](https://github.com/hyperliquid-dex/hyperliquid-python-sdk/blob/master/LICENSE.md)
|
|
44
44
|
|
|
45
|
-
SDK for Hyperliquid API trading with Python.
|
|
45
|
+
SDK for Hyperliquid API trading with Python. Made Asynchronous by DarkerEgo
|
|
46
46
|
|
|
47
47
|
</div>
|
|
48
48
|
|
|
49
49
|
## Installation
|
|
50
50
|
```bash
|
|
51
|
-
pip install hyperliquid-python-sdk
|
|
51
|
+
pip install hyperliquid-python-sdk-async
|
|
52
52
|
```
|
|
53
53
|
## Configuration
|
|
54
54
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# hyperliquid-python-sdk
|
|
1
|
+
# hyperliquid-python-sdk-async
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
[](https://github.com/hyperliquid-dex/hyperliquid-python-sdk/releases)
|
|
11
11
|
[](https://github.com/hyperliquid-dex/hyperliquid-python-sdk/blob/master/LICENSE.md)
|
|
12
12
|
|
|
13
|
-
SDK for Hyperliquid API trading with Python.
|
|
13
|
+
SDK for Hyperliquid API trading with Python. Made Asynchronous by DarkerEgo
|
|
14
14
|
|
|
15
15
|
</div>
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
```bash
|
|
19
|
-
pip install hyperliquid-python-sdk
|
|
19
|
+
pip install hyperliquid-python-sdk-async
|
|
20
20
|
```
|
|
21
21
|
## Configuration
|
|
22
22
|
|
|
@@ -5,13 +5,13 @@ build-backend = "poetry.core.masonry.api"
|
|
|
5
5
|
|
|
6
6
|
[tool.poetry]
|
|
7
7
|
name = "hyperliquid-python-sdk-async"
|
|
8
|
-
version = "0.24.
|
|
8
|
+
version = "0.24.7"
|
|
9
9
|
description = "SDK for Hyperliquid API trading with Python."
|
|
10
10
|
readme = "README.md"
|
|
11
11
|
authors = ["Hyperliquid <hello@hyperliquid.xyz>"]
|
|
12
12
|
license = "MIT"
|
|
13
|
-
repository = "https://github.com/
|
|
14
|
-
homepage = "https://github.com/
|
|
13
|
+
repository = "https://github.com/darkerego/hyperliquid-python-sdk-async"
|
|
14
|
+
homepage = "https://github.com/darkerego/hyperliquid-python-sdk-async"
|
|
15
15
|
packages = [
|
|
16
16
|
{ include = "hyperliquid" },
|
|
17
17
|
]
|
|
File without changes
|
{hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/__init__.py
RENAMED
|
File without changes
|
{hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/api.py
RENAMED
|
File without changes
|
{hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/exchange.py
RENAMED
|
File without changes
|
{hyperliquid_python_sdk_async-0.24.6 → hyperliquid_python_sdk_async-0.24.7}/hyperliquid/info.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|