hyperliquid-cli-python 0.1.0__tar.gz → 0.1.2__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_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/LICENSE +1 -1
- {hyperliquid_cli_python-0.1.0/src/hyperliquid_cli_python.egg-info → hyperliquid_cli_python-0.1.2}/PKG-INFO +4 -3
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/README.md +1 -1
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/pyproject.toml +5 -2
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2/src/hyperliquid_cli_python.egg-info}/PKG-INFO +4 -3
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/setup.cfg +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/cli/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/cli/argparse_main.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/cli/markets_tui.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/cli/runtime.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/commands/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/commands/app.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/commands/order.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/core/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/core/context.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/core/order_config.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/infra/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/infra/db.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/infra/paths.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/utils/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/utils/market_table.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/utils/output.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/utils/validators.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/utils/watch.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hyperliquid_cli_python.egg-info/SOURCES.txt +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hyperliquid_cli_python.egg-info/dependency_links.txt +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hyperliquid_cli_python.egg-info/entry_points.txt +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hyperliquid_cli_python.egg-info/requires.txt +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hyperliquid_cli_python.egg-info/top_level.txt +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/tests/test_account_testnet_mode.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/tests/test_accounts_networks.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/tests/test_completion.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/tests/test_json_patterns.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/tests/test_markets_testnet_mode.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/tests/test_order_testnet_routing.py +0 -0
- {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/tests/test_testnet_context.py +0 -0
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperliquid-cli-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Python CLI for Hyperliquid DEX
|
|
5
5
|
Author: hyperliquid-cli contributors
|
|
6
|
-
License:
|
|
6
|
+
License-Expression: BSD-2-Clause
|
|
7
|
+
Project-URL: Source, https://github.com/haturatu/hl
|
|
7
8
|
Requires-Python: >=3.10
|
|
8
9
|
Description-Content-Type: text/markdown
|
|
9
10
|
License-File: LICENSE
|
|
@@ -264,6 +265,6 @@ This repository also includes changes such as expanded `order` subcommands, the
|
|
|
264
265
|
`--stake` option, and additional `market` subcommand functionality.
|
|
265
266
|
|
|
266
267
|
At the moment, I am not fully sure how this should be handled from a licensing and
|
|
267
|
-
attribution perspective, so this repository is being published under my BSD
|
|
268
|
+
attribution perspective, so this repository is being published under my BSD 2-Clause
|
|
268
269
|
License as a temporary choice. If you have a better idea for the appropriate license
|
|
269
270
|
notice or attribution, please open an issue.
|
|
@@ -250,6 +250,6 @@ This repository also includes changes such as expanded `order` subcommands, the
|
|
|
250
250
|
`--stake` option, and additional `market` subcommand functionality.
|
|
251
251
|
|
|
252
252
|
At the moment, I am not fully sure how this should be handled from a licensing and
|
|
253
|
-
attribution perspective, so this repository is being published under my BSD
|
|
253
|
+
attribution perspective, so this repository is being published under my BSD 2-Clause
|
|
254
254
|
License as a temporary choice. If you have a better idea for the appropriate license
|
|
255
255
|
notice or attribution, please open an issue.
|
|
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "hyperliquid-cli-python"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "Python CLI for Hyperliquid DEX"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
11
|
-
license =
|
|
11
|
+
license = "BSD-2-Clause"
|
|
12
12
|
authors = [{ name = "hyperliquid-cli contributors" }]
|
|
13
13
|
dependencies = [
|
|
14
14
|
"rich>=13.7.1",
|
|
@@ -16,6 +16,9 @@ dependencies = [
|
|
|
16
16
|
"eth-account>=0.13.4",
|
|
17
17
|
]
|
|
18
18
|
|
|
19
|
+
[project.urls]
|
|
20
|
+
Source = "https://github.com/haturatu/hl"
|
|
21
|
+
|
|
19
22
|
[project.scripts]
|
|
20
23
|
hl = "hl_cli.cli.argparse_main:main"
|
|
21
24
|
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperliquid-cli-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.2
|
|
4
4
|
Summary: Python CLI for Hyperliquid DEX
|
|
5
5
|
Author: hyperliquid-cli contributors
|
|
6
|
-
License:
|
|
6
|
+
License-Expression: BSD-2-Clause
|
|
7
|
+
Project-URL: Source, https://github.com/haturatu/hl
|
|
7
8
|
Requires-Python: >=3.10
|
|
8
9
|
Description-Content-Type: text/markdown
|
|
9
10
|
License-File: LICENSE
|
|
@@ -264,6 +265,6 @@ This repository also includes changes such as expanded `order` subcommands, the
|
|
|
264
265
|
`--stake` option, and additional `market` subcommand functionality.
|
|
265
266
|
|
|
266
267
|
At the moment, I am not fully sure how this should be handled from a licensing and
|
|
267
|
-
attribution perspective, so this repository is being published under my BSD
|
|
268
|
+
attribution perspective, so this repository is being published under my BSD 2-Clause
|
|
268
269
|
License as a temporary choice. If you have a better idea for the appropriate license
|
|
269
270
|
notice or attribution, please open an issue.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/cli/argparse_main.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/commands/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/core/order_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/utils/market_table.py
RENAMED
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/src/hl_cli/utils/validators.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/tests/test_account_testnet_mode.py
RENAMED
|
File without changes
|
{hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/tests/test_accounts_networks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/tests/test_markets_testnet_mode.py
RENAMED
|
File without changes
|
{hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.2}/tests/test_order_testnet_routing.py
RENAMED
|
File without changes
|
|
File without changes
|