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