hyperliquid-cli-python 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl

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.
@@ -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.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
- make install
24
+ pip install -e .
23
25
  ```
24
26
 
25
- After installation, the `hl` command is available:
27
+ Install from PyPI:
26
28
 
27
29
  ```bash
28
- hl --help
30
+ pip install hyperliquid-cli-python
29
31
  ```
30
32
 
31
- Manual install is still available:
33
+ After installation, the `hl` command is available:
32
34
 
33
35
  ```bash
34
- pip install .
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
- `make install` installs the package and appends a managed completion line to
42
- `~/.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.
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
- `make uninstall` removes the managed completion line from `~/.bashrc`.
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 both the package and the managed `~/.bashrc` completion line:
61
+ To remove the package and any managed `~/.bashrc` completion line:
61
62
 
62
63
  ```bash
63
64
  make uninstall
@@ -17,9 +17,9 @@ hl_cli/utils/market_table.py,sha256=MrrcDdzUnnn65cm55kc6rYp76BGFAcIb3QlDVfXGZ7o,
17
17
  hl_cli/utils/output.py,sha256=Q3jzCArvjjfcY92QvGZ-5Q9P74G-dUQ3TjrU2t_BDe0,15243
18
18
  hl_cli/utils/validators.py,sha256=hJ1hQmajfceGl9DDv-WS2D_WbTxfGrWuvN7D0qhSB-Q,1271
19
19
  hl_cli/utils/watch.py,sha256=WZHbQ1q0GVqDmQYutzPp8wMuxdKfq23ZvPJ8yUFjBT0,581
20
- hyperliquid_cli_python-0.1.2.dist-info/licenses/LICENSE,sha256=JB6PFwsnfSuufxsULfjFLHcUdkY3YO9x33-14lMECyY,1604
21
- hyperliquid_cli_python-0.1.2.dist-info/METADATA,sha256=RO0l7_4aDR07iq1-NwGOra-EgEfDxXhB_gOjLF9EsEw,8017
22
- hyperliquid_cli_python-0.1.2.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
23
- hyperliquid_cli_python-0.1.2.dist-info/entry_points.txt,sha256=Og8LGmpVd-oTJ4Z2Ic5Z87JzcCSJRJ5urQTAdiDTuIM,53
24
- hyperliquid_cli_python-0.1.2.dist-info/top_level.txt,sha256=Z59lGaZW-HWWilKpRriLr0dL9ZA-gDHvcCycQnHYgj0,7
25
- hyperliquid_cli_python-0.1.2.dist-info/RECORD,,
20
+ hyperliquid_cli_python-0.1.3.dist-info/licenses/LICENSE,sha256=JB6PFwsnfSuufxsULfjFLHcUdkY3YO9x33-14lMECyY,1604
21
+ hyperliquid_cli_python-0.1.3.dist-info/METADATA,sha256=Msmm9P1oeSqwH1HplTnpo_N8NpHY_j9BpyAE23akRPU,8033
22
+ hyperliquid_cli_python-0.1.3.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
23
+ hyperliquid_cli_python-0.1.3.dist-info/entry_points.txt,sha256=Og8LGmpVd-oTJ4Z2Ic5Z87JzcCSJRJ5urQTAdiDTuIM,53
24
+ hyperliquid_cli_python-0.1.3.dist-info/top_level.txt,sha256=Z59lGaZW-HWWilKpRriLr0dL9ZA-gDHvcCycQnHYgj0,7
25
+ hyperliquid_cli_python-0.1.3.dist-info/RECORD,,