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.
Files changed (37) hide show
  1. {hyperliquid_cli_python-0.1.3/src/hyperliquid_cli_python.egg-info → hyperliquid_cli_python-0.1.4}/PKG-INFO +9 -1
  2. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/README.md +8 -0
  3. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/pyproject.toml +1 -1
  4. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4/src/hyperliquid_cli_python.egg-info}/PKG-INFO +9 -1
  5. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/LICENSE +0 -0
  6. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/setup.cfg +0 -0
  7. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/__init__.py +0 -0
  8. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/__init__.py +0 -0
  9. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/argparse_main.py +0 -0
  10. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/markets_tui.py +0 -0
  11. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/cli/runtime.py +0 -0
  12. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/commands/__init__.py +0 -0
  13. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/commands/app.py +0 -0
  14. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/commands/order.py +0 -0
  15. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/core/__init__.py +0 -0
  16. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/core/context.py +0 -0
  17. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/core/order_config.py +0 -0
  18. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/infra/__init__.py +0 -0
  19. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/infra/db.py +0 -0
  20. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/infra/paths.py +0 -0
  21. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/__init__.py +0 -0
  22. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/market_table.py +0 -0
  23. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/output.py +0 -0
  24. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/validators.py +0 -0
  25. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hl_cli/utils/watch.py +0 -0
  26. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/SOURCES.txt +0 -0
  27. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/dependency_links.txt +0 -0
  28. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/entry_points.txt +0 -0
  29. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/requires.txt +0 -0
  30. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/src/hyperliquid_cli_python.egg-info/top_level.txt +0 -0
  31. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_account_testnet_mode.py +0 -0
  32. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_accounts_networks.py +0 -0
  33. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_completion.py +0 -0
  34. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_json_patterns.py +0 -0
  35. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_markets_testnet_mode.py +0 -0
  36. {hyperliquid_cli_python-0.1.3 → hyperliquid_cli_python-0.1.4}/tests/test_order_testnet_routing.py +0 -0
  37. {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
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
@@ -2,6 +2,14 @@
2
2
 
3
3
  ## Installation
4
4
 
5
+ Install from git and also set up Bash completion with `make install`:
6
+
7
+ ```bash
8
+ git clone https://github.com/haturatu/hl.git
9
+ cd hl
10
+ make install
11
+ ```
12
+
5
13
  Install from source for local development:
6
14
 
7
15
  ```bash
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hyperliquid-cli-python"
7
- version = "0.1.3"
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.3
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