hyperliquid-cli-python 0.1.2__tar.gz → 0.1.3__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.2/src/hyperliquid_cli_python.egg-info → hyperliquid_cli_python-0.1.3}/PKG-INFO +13 -12
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/README.md +12 -11
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/pyproject.toml +1 -1
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3/src/hyperliquid_cli_python.egg-info}/PKG-INFO +13 -12
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/LICENSE +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/setup.cfg +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/cli/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/cli/argparse_main.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/cli/markets_tui.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/cli/runtime.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/commands/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/commands/app.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/commands/order.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/core/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/core/context.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/core/order_config.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/infra/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/infra/db.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/infra/paths.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/utils/__init__.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/utils/market_table.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/utils/output.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/utils/validators.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/utils/watch.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hyperliquid_cli_python.egg-info/SOURCES.txt +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hyperliquid_cli_python.egg-info/dependency_links.txt +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hyperliquid_cli_python.egg-info/entry_points.txt +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hyperliquid_cli_python.egg-info/requires.txt +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hyperliquid_cli_python.egg-info/top_level.txt +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/tests/test_account_testnet_mode.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/tests/test_accounts_networks.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/tests/test_completion.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/tests/test_json_patterns.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/tests/test_markets_testnet_mode.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/tests/test_order_testnet_routing.py +0 -0
- {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/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.3
|
|
4
4
|
Summary: Python CLI for Hyperliquid DEX
|
|
5
5
|
Author: hyperliquid-cli contributors
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -17,29 +17,31 @@ Dynamic: license-file
|
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
20
|
+
Install from source for local development:
|
|
21
|
+
|
|
20
22
|
```bash
|
|
21
23
|
cd hl
|
|
22
|
-
|
|
24
|
+
pip install -e .
|
|
23
25
|
```
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
Install from PyPI:
|
|
26
28
|
|
|
27
29
|
```bash
|
|
28
|
-
|
|
30
|
+
pip install hyperliquid-cli-python
|
|
29
31
|
```
|
|
30
32
|
|
|
31
|
-
|
|
33
|
+
After installation, the `hl` command is available:
|
|
32
34
|
|
|
33
35
|
```bash
|
|
34
|
-
|
|
36
|
+
hl --help
|
|
35
37
|
```
|
|
36
38
|
|
|
37
39
|
## Bash Completion
|
|
38
40
|
|
|
39
41
|
`hl` can print a Bash completion script for top-level commands and subcommands.
|
|
40
42
|
|
|
41
|
-
`
|
|
42
|
-
|
|
43
|
+
Note: `pip install -e .` and `pip install hyperliquid-cli-python` install the
|
|
44
|
+
`hl` command, but they do not automatically enable Bash completion.
|
|
43
45
|
|
|
44
46
|
Enable it for the current shell:
|
|
45
47
|
|
|
@@ -53,11 +55,10 @@ Persist it in `~/.bashrc`:
|
|
|
53
55
|
echo 'eval "$(hl completion bash)"' >> ~/.bashrc
|
|
54
56
|
```
|
|
55
57
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
`pip install .` alone still does not edit shell startup files automatically.
|
|
58
|
+
If you want the old helper flow that also edits `~/.bashrc`, `make install`
|
|
59
|
+
still exists.
|
|
59
60
|
|
|
60
|
-
To remove
|
|
61
|
+
To remove the package and any managed `~/.bashrc` completion line:
|
|
61
62
|
|
|
62
63
|
```bash
|
|
63
64
|
make uninstall
|
|
@@ -2,29 +2,31 @@
|
|
|
2
2
|
|
|
3
3
|
## Installation
|
|
4
4
|
|
|
5
|
+
Install from source for local development:
|
|
6
|
+
|
|
5
7
|
```bash
|
|
6
8
|
cd hl
|
|
7
|
-
|
|
9
|
+
pip install -e .
|
|
8
10
|
```
|
|
9
11
|
|
|
10
|
-
|
|
12
|
+
Install from PyPI:
|
|
11
13
|
|
|
12
14
|
```bash
|
|
13
|
-
|
|
15
|
+
pip install hyperliquid-cli-python
|
|
14
16
|
```
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
After installation, the `hl` command is available:
|
|
17
19
|
|
|
18
20
|
```bash
|
|
19
|
-
|
|
21
|
+
hl --help
|
|
20
22
|
```
|
|
21
23
|
|
|
22
24
|
## Bash Completion
|
|
23
25
|
|
|
24
26
|
`hl` can print a Bash completion script for top-level commands and subcommands.
|
|
25
27
|
|
|
26
|
-
`
|
|
27
|
-
|
|
28
|
+
Note: `pip install -e .` and `pip install hyperliquid-cli-python` install the
|
|
29
|
+
`hl` command, but they do not automatically enable Bash completion.
|
|
28
30
|
|
|
29
31
|
Enable it for the current shell:
|
|
30
32
|
|
|
@@ -38,11 +40,10 @@ Persist it in `~/.bashrc`:
|
|
|
38
40
|
echo 'eval "$(hl completion bash)"' >> ~/.bashrc
|
|
39
41
|
```
|
|
40
42
|
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
`pip install .` alone still does not edit shell startup files automatically.
|
|
43
|
+
If you want the old helper flow that also edits `~/.bashrc`, `make install`
|
|
44
|
+
still exists.
|
|
44
45
|
|
|
45
|
-
To remove
|
|
46
|
+
To remove the package and any managed `~/.bashrc` completion line:
|
|
46
47
|
|
|
47
48
|
```bash
|
|
48
49
|
make uninstall
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hyperliquid-cli-python
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Python CLI for Hyperliquid DEX
|
|
5
5
|
Author: hyperliquid-cli contributors
|
|
6
6
|
License-Expression: BSD-2-Clause
|
|
@@ -17,29 +17,31 @@ Dynamic: license-file
|
|
|
17
17
|
|
|
18
18
|
## Installation
|
|
19
19
|
|
|
20
|
+
Install from source for local development:
|
|
21
|
+
|
|
20
22
|
```bash
|
|
21
23
|
cd hl
|
|
22
|
-
|
|
24
|
+
pip install -e .
|
|
23
25
|
```
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
Install from PyPI:
|
|
26
28
|
|
|
27
29
|
```bash
|
|
28
|
-
|
|
30
|
+
pip install hyperliquid-cli-python
|
|
29
31
|
```
|
|
30
32
|
|
|
31
|
-
|
|
33
|
+
After installation, the `hl` command is available:
|
|
32
34
|
|
|
33
35
|
```bash
|
|
34
|
-
|
|
36
|
+
hl --help
|
|
35
37
|
```
|
|
36
38
|
|
|
37
39
|
## Bash Completion
|
|
38
40
|
|
|
39
41
|
`hl` can print a Bash completion script for top-level commands and subcommands.
|
|
40
42
|
|
|
41
|
-
`
|
|
42
|
-
|
|
43
|
+
Note: `pip install -e .` and `pip install hyperliquid-cli-python` install the
|
|
44
|
+
`hl` command, but they do not automatically enable Bash completion.
|
|
43
45
|
|
|
44
46
|
Enable it for the current shell:
|
|
45
47
|
|
|
@@ -53,11 +55,10 @@ Persist it in `~/.bashrc`:
|
|
|
53
55
|
echo 'eval "$(hl completion bash)"' >> ~/.bashrc
|
|
54
56
|
```
|
|
55
57
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
`pip install .` alone still does not edit shell startup files automatically.
|
|
58
|
+
If you want the old helper flow that also edits `~/.bashrc`, `make install`
|
|
59
|
+
still exists.
|
|
59
60
|
|
|
60
|
-
To remove
|
|
61
|
+
To remove the package and any managed `~/.bashrc` completion line:
|
|
61
62
|
|
|
62
63
|
```bash
|
|
63
64
|
make uninstall
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/cli/argparse_main.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/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.2 → hyperliquid_cli_python-0.1.3}/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.2 → hyperliquid_cli_python-0.1.3}/src/hl_cli/utils/market_table.py
RENAMED
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/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.2 → hyperliquid_cli_python-0.1.3}/tests/test_account_testnet_mode.py
RENAMED
|
File without changes
|
{hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/tests/test_accounts_networks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/tests/test_markets_testnet_mode.py
RENAMED
|
File without changes
|
{hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.3}/tests/test_order_testnet_routing.py
RENAMED
|
File without changes
|
|
File without changes
|