robottraderslab-hyperliquid 0.0.1__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.
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
|
+
Name: robottraderslab-hyperliquid
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder: the RobotTradersLab Hyperliquid exchange connector is distributed from robottraders.io
|
|
5
|
+
Project-URL: Homepage, https://robottraders.io/lab/docs/hyperliquid.html
|
|
6
|
+
Project-URL: Documentation, https://robottraders.io/lab/docs/hyperliquid.html
|
|
7
|
+
Description-Content-Type: text/markdown
|
|
8
|
+
|
|
9
|
+
# robottraderslab-hyperliquid
|
|
10
|
+
|
|
11
|
+
This package holds the name on PyPI. The RobotTradersLab Hyperliquid exchange connector is distributed from its page at https://robottraders.io/lab/docs/hyperliquid.html, which carries the install line and the documentation.
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "robottraderslab-hyperliquid"
|
|
3
|
+
version = "0.0.1"
|
|
4
|
+
description = "Placeholder: the RobotTradersLab Hyperliquid exchange connector is distributed from robottraders.io"
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
|
|
7
|
+
[project.urls]
|
|
8
|
+
Homepage = "https://robottraders.io/lab/docs/hyperliquid.html"
|
|
9
|
+
Documentation = "https://robottraders.io/lab/docs/hyperliquid.html"
|
|
10
|
+
|
|
11
|
+
[build-system]
|
|
12
|
+
requires = ["uv_build>=0.10.4,<0.11.0"]
|
|
13
|
+
build-backend = "uv_build"
|
|
14
|
+
|
|
15
|
+
[tool.uv.build-backend]
|
|
16
|
+
module-name = "robottraderslab_hyperliquid"
|