hyperliquid-cli-python 0.1.0__tar.gz → 0.1.1__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.0 → hyperliquid_cli_python-0.1.1}/LICENSE +1 -1
  2. {hyperliquid_cli_python-0.1.0/src/hyperliquid_cli_python.egg-info → hyperliquid_cli_python-0.1.1}/PKG-INFO +3 -3
  3. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/README.md +1 -1
  4. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/pyproject.toml +2 -2
  5. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1/src/hyperliquid_cli_python.egg-info}/PKG-INFO +3 -3
  6. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/setup.cfg +0 -0
  7. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/__init__.py +0 -0
  8. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/cli/__init__.py +0 -0
  9. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/cli/argparse_main.py +0 -0
  10. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/cli/markets_tui.py +0 -0
  11. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/cli/runtime.py +0 -0
  12. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/commands/__init__.py +0 -0
  13. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/commands/app.py +0 -0
  14. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/commands/order.py +0 -0
  15. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/core/__init__.py +0 -0
  16. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/core/context.py +0 -0
  17. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/core/order_config.py +0 -0
  18. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/infra/__init__.py +0 -0
  19. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/infra/db.py +0 -0
  20. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/infra/paths.py +0 -0
  21. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/utils/__init__.py +0 -0
  22. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/utils/market_table.py +0 -0
  23. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/utils/output.py +0 -0
  24. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/utils/validators.py +0 -0
  25. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hl_cli/utils/watch.py +0 -0
  26. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hyperliquid_cli_python.egg-info/SOURCES.txt +0 -0
  27. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hyperliquid_cli_python.egg-info/dependency_links.txt +0 -0
  28. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hyperliquid_cli_python.egg-info/entry_points.txt +0 -0
  29. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hyperliquid_cli_python.egg-info/requires.txt +0 -0
  30. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/src/hyperliquid_cli_python.egg-info/top_level.txt +0 -0
  31. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/tests/test_account_testnet_mode.py +0 -0
  32. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/tests/test_accounts_networks.py +0 -0
  33. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/tests/test_completion.py +0 -0
  34. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/tests/test_json_patterns.py +0 -0
  35. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/tests/test_markets_testnet_mode.py +0 -0
  36. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/tests/test_order_testnet_routing.py +0 -0
  37. {hyperliquid_cli_python-0.1.0 → hyperliquid_cli_python-0.1.1}/tests/test_testnet_context.py +0 -0
@@ -1,4 +1,4 @@
1
- BSD 3-Clause License
1
+ BSD 2-Clause License
2
2
 
3
3
  Copyright (c) 2026, haturau
4
4
 
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperliquid-cli-python
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python CLI for Hyperliquid DEX
5
5
  Author: hyperliquid-cli contributors
6
- License: MIT
6
+ License-Expression: BSD-2-Clause
7
7
  Requires-Python: >=3.10
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
@@ -264,6 +264,6 @@ This repository also includes changes such as expanded `order` subcommands, the
264
264
  `--stake` option, and additional `market` subcommand functionality.
265
265
 
266
266
  At the moment, I am not fully sure how this should be handled from a licensing and
267
- attribution perspective, so this repository is being published under my BSD 3-Clause
267
+ attribution perspective, so this repository is being published under my BSD 2-Clause
268
268
  License as a temporary choice. If you have a better idea for the appropriate license
269
269
  notice or attribution, please open an issue.
@@ -250,6 +250,6 @@ This repository also includes changes such as expanded `order` subcommands, the
250
250
  `--stake` option, and additional `market` subcommand functionality.
251
251
 
252
252
  At the moment, I am not fully sure how this should be handled from a licensing and
253
- attribution perspective, so this repository is being published under my BSD 3-Clause
253
+ attribution perspective, so this repository is being published under my BSD 2-Clause
254
254
  License as a temporary choice. If you have a better idea for the appropriate license
255
255
  notice or attribution, please open an issue.
@@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "hyperliquid-cli-python"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Python CLI for Hyperliquid DEX"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.10"
11
- license = { text = "MIT" }
11
+ license = "BSD-2-Clause"
12
12
  authors = [{ name = "hyperliquid-cli contributors" }]
13
13
  dependencies = [
14
14
  "rich>=13.7.1",
@@ -1,9 +1,9 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperliquid-cli-python
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: Python CLI for Hyperliquid DEX
5
5
  Author: hyperliquid-cli contributors
6
- License: MIT
6
+ License-Expression: BSD-2-Clause
7
7
  Requires-Python: >=3.10
8
8
  Description-Content-Type: text/markdown
9
9
  License-File: LICENSE
@@ -264,6 +264,6 @@ This repository also includes changes such as expanded `order` subcommands, the
264
264
  `--stake` option, and additional `market` subcommand functionality.
265
265
 
266
266
  At the moment, I am not fully sure how this should be handled from a licensing and
267
- attribution perspective, so this repository is being published under my BSD 3-Clause
267
+ attribution perspective, so this repository is being published under my BSD 2-Clause
268
268
  License as a temporary choice. If you have a better idea for the appropriate license
269
269
  notice or attribution, please open an issue.