hyperliquid-cli-python 0.1.2__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.
Files changed (37) hide show
  1. {hyperliquid_cli_python-0.1.2/src/hyperliquid_cli_python.egg-info → hyperliquid_cli_python-0.1.4}/PKG-INFO +20 -11
  2. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/README.md +19 -10
  3. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/pyproject.toml +1 -1
  4. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4/src/hyperliquid_cli_python.egg-info}/PKG-INFO +20 -11
  5. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/LICENSE +0 -0
  6. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/setup.cfg +0 -0
  7. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/__init__.py +0 -0
  8. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/__init__.py +0 -0
  9. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/argparse_main.py +0 -0
  10. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/markets_tui.py +0 -0
  11. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/runtime.py +0 -0
  12. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/commands/__init__.py +0 -0
  13. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/commands/app.py +0 -0
  14. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/commands/order.py +0 -0
  15. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/core/__init__.py +0 -0
  16. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/core/context.py +0 -0
  17. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/core/order_config.py +0 -0
  18. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/infra/__init__.py +0 -0
  19. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/infra/db.py +0 -0
  20. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/infra/paths.py +0 -0
  21. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/__init__.py +0 -0
  22. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/market_table.py +0 -0
  23. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/output.py +0 -0
  24. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/validators.py +0 -0
  25. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/watch.py +0 -0
  26. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/SOURCES.txt +0 -0
  27. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/dependency_links.txt +0 -0
  28. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/entry_points.txt +0 -0
  29. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/requires.txt +0 -0
  30. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/top_level.txt +0 -0
  31. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/tests/test_account_testnet_mode.py +0 -0
  32. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/tests/test_accounts_networks.py +0 -0
  33. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/tests/test_completion.py +0 -0
  34. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/tests/test_json_patterns.py +0 -0
  35. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/tests/test_markets_testnet_mode.py +0 -0
  36. {hyperliquid_cli_python-0.1.2 → hyperliquid_cli_python-0.1.4}/tests/test_order_testnet_routing.py +0 -0
  37. {hyperliquid_cli_python-0.1.2 → 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.2
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,29 +17,39 @@ Dynamic: license-file
17
17
 
18
18
  ## Installation
19
19
 
20
+ Install from git and also set up Bash completion with `make install`:
21
+
20
22
  ```bash
23
+ git clone https://github.com/haturatu/hl.git
21
24
  cd hl
22
25
  make install
23
26
  ```
24
27
 
25
- After installation, the `hl` command is available:
28
+ Install from source for local development:
26
29
 
27
30
  ```bash
28
- hl --help
31
+ cd hl
32
+ pip install -e .
29
33
  ```
30
34
 
31
- Manual install is still available:
35
+ Install from PyPI:
32
36
 
33
37
  ```bash
34
- pip install .
38
+ pip install hyperliquid-cli-python
39
+ ```
40
+
41
+ After installation, the `hl` command is available:
42
+
43
+ ```bash
44
+ hl --help
35
45
  ```
36
46
 
37
47
  ## Bash Completion
38
48
 
39
49
  `hl` can print a Bash completion script for top-level commands and subcommands.
40
50
 
41
- `make install` installs the package and appends a managed completion line to
42
- `~/.bashrc` if it is not already present.
51
+ Note: `pip install -e .` and `pip install hyperliquid-cli-python` install the
52
+ `hl` command, but they do not automatically enable Bash completion.
43
53
 
44
54
  Enable it for the current shell:
45
55
 
@@ -53,11 +63,10 @@ Persist it in `~/.bashrc`:
53
63
  echo 'eval "$(hl completion bash)"' >> ~/.bashrc
54
64
  ```
55
65
 
56
- `make uninstall` removes the managed completion line from `~/.bashrc`.
57
-
58
- `pip install .` alone still does not edit shell startup files automatically.
66
+ If you want the old helper flow that also edits `~/.bashrc`, `make install`
67
+ still exists.
59
68
 
60
- To remove both the package and the managed `~/.bashrc` completion line:
69
+ To remove the package and any managed `~/.bashrc` completion line:
61
70
 
62
71
  ```bash
63
72
  make uninstall
@@ -2,29 +2,39 @@
2
2
 
3
3
  ## Installation
4
4
 
5
+ Install from git and also set up Bash completion with `make install`:
6
+
5
7
  ```bash
8
+ git clone https://github.com/haturatu/hl.git
6
9
  cd hl
7
10
  make install
8
11
  ```
9
12
 
10
- After installation, the `hl` command is available:
13
+ Install from source for local development:
11
14
 
12
15
  ```bash
13
- hl --help
16
+ cd hl
17
+ pip install -e .
14
18
  ```
15
19
 
16
- Manual install is still available:
20
+ Install from PyPI:
17
21
 
18
22
  ```bash
19
- pip install .
23
+ pip install hyperliquid-cli-python
24
+ ```
25
+
26
+ After installation, the `hl` command is available:
27
+
28
+ ```bash
29
+ hl --help
20
30
  ```
21
31
 
22
32
  ## Bash Completion
23
33
 
24
34
  `hl` can print a Bash completion script for top-level commands and subcommands.
25
35
 
26
- `make install` installs the package and appends a managed completion line to
27
- `~/.bashrc` if it is not already present.
36
+ Note: `pip install -e .` and `pip install hyperliquid-cli-python` install the
37
+ `hl` command, but they do not automatically enable Bash completion.
28
38
 
29
39
  Enable it for the current shell:
30
40
 
@@ -38,11 +48,10 @@ Persist it in `~/.bashrc`:
38
48
  echo 'eval "$(hl completion bash)"' >> ~/.bashrc
39
49
  ```
40
50
 
41
- `make uninstall` removes the managed completion line from `~/.bashrc`.
42
-
43
- `pip install .` alone still does not edit shell startup files automatically.
51
+ If you want the old helper flow that also edits `~/.bashrc`, `make install`
52
+ still exists.
44
53
 
45
- To remove both the package and the managed `~/.bashrc` completion line:
54
+ To remove the package and any managed `~/.bashrc` completion line:
46
55
 
47
56
  ```bash
48
57
  make uninstall
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hyperliquid-cli-python"
7
- version = "0.1.2"
7
+ version = "0.1.4"
8
8
  description = "Python CLI for Hyperliquid DEX"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperliquid-cli-python
3
- Version: 0.1.2
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,29 +17,39 @@ Dynamic: license-file
17
17
 
18
18
  ## Installation
19
19
 
20
+ Install from git and also set up Bash completion with `make install`:
21
+
20
22
  ```bash
23
+ git clone https://github.com/haturatu/hl.git
21
24
  cd hl
22
25
  make install
23
26
  ```
24
27
 
25
- After installation, the `hl` command is available:
28
+ Install from source for local development:
26
29
 
27
30
  ```bash
28
- hl --help
31
+ cd hl
32
+ pip install -e .
29
33
  ```
30
34
 
31
- Manual install is still available:
35
+ Install from PyPI:
32
36
 
33
37
  ```bash
34
- pip install .
38
+ pip install hyperliquid-cli-python
39
+ ```
40
+
41
+ After installation, the `hl` command is available:
42
+
43
+ ```bash
44
+ hl --help
35
45
  ```
36
46
 
37
47
  ## Bash Completion
38
48
 
39
49
  `hl` can print a Bash completion script for top-level commands and subcommands.
40
50
 
41
- `make install` installs the package and appends a managed completion line to
42
- `~/.bashrc` if it is not already present.
51
+ Note: `pip install -e .` and `pip install hyperliquid-cli-python` install the
52
+ `hl` command, but they do not automatically enable Bash completion.
43
53
 
44
54
  Enable it for the current shell:
45
55
 
@@ -53,11 +63,10 @@ Persist it in `~/.bashrc`:
53
63
  echo 'eval "$(hl completion bash)"' >> ~/.bashrc
54
64
  ```
55
65
 
56
- `make uninstall` removes the managed completion line from `~/.bashrc`.
57
-
58
- `pip install .` alone still does not edit shell startup files automatically.
66
+ If you want the old helper flow that also edits `~/.bashrc`, `make install`
67
+ still exists.
59
68
 
60
- To remove both the package and the managed `~/.bashrc` completion line:
69
+ To remove the package and any managed `~/.bashrc` completion line:
61
70
 
62
71
  ```bash
63
72
  make uninstall