hyperliquid-cli-python 0.1.3__tar.gz → 0.1.4__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.3/src/hyperliquid_cli_python.egg-info → hyperliquid_cli_python-0.1.4}/PKG-INFO +9 -1
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/README.md +8 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/pyproject.toml +1 -1
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4/src/hyperliquid_cli_python.egg-info}/PKG-INFO +9 -1
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/LICENSE +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/setup.cfg +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/argparse_main.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/markets_tui.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/runtime.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/commands/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/commands/app.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/commands/order.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/core/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/core/context.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/core/order_config.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/infra/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/infra/db.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/infra/paths.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/market_table.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/output.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/validators.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/watch.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/SOURCES.txt +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/dependency_links.txt +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/entry_points.txt +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/requires.txt +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/top_level.txt +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_account_testnet_mode.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_accounts_networks.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_completion.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_json_patterns.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_markets_testnet_mode.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_order_testnet_routing.py +0 -0
- {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_testnet_context.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperliquid-cli-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: Python CLI for Hyperliquid DEX
|
|
5
5
|
Author: hyperliquid-cli contributors
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -17,6 +17,14 @@ Dynamic: license-file
|
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
20
|
+
Install from git and also set up Bash completion with `make install`:
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
git clone https://github.com/haturatu/hl.git
|
|
24
|
+
cd hl
|
|
25
|
+
make install
|
|
26
|
+
```
|
|
27
|
+
|
|
20
28
|
Install from source for local development:
|
|
21
29
|
|
|
22
30
|
```bash
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperliquid-cli-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.4
|
|
4
4
|
Summary: Python CLI for Hyperliquid DEX
|
|
5
5
|
Author: hyperliquid-cli contributors
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -17,6 +17,14 @@ Dynamic: license-file
|
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
20
|
+
Install from git and also set up Bash completion with `make install`:
|
|
21
|
+
|
|
22
|
+
```bash
|
|
23
|
+
git clone https://github.com/haturatu/hl.git
|
|
24
|
+
cd hl
|
|
25
|
+
make install
|
|
26
|
+
```
|
|
27
|
+
|
|
20
28
|
Install from source for local development:
|
|
21
29
|
|
|
22
30
|
```bash
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/argparse_main.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/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.3 → hyperliquid_cli_python-0.1.4}/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.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/market_table.py
RENAMED
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/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.3 → hyperliquid_cli_python-0.1.4}/tests/test_account_testnet_mode.py
RENAMED
|
File without changes
|
{hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_accounts_networks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_markets_testnet_mode.py
RENAMED
|
File without changes
|
{hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_order_testnet_routing.py
RENAMED
|
File without changes
|
|
File without changes
|