hey-cli-python 1.0.16__py3-none-any.whl → 1.0.17__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: hey-cli-python
3
- Version: 1.0.16
3
+ Version: 1.0.17
4
4
  Summary: A secure, zero-bloat CLI companion that turns natural language and error logs into executable commands.
5
5
  Author: Mohit Singh Sinsniwal
6
6
  Project-URL: Homepage, https://github.com/sinsniwal/hey-cli
@@ -99,10 +99,10 @@ Invoke-WebRequest -Uri "https://raw.githubusercontent.com/sinsniwal/hey-cli/main
99
99
 
100
100
  Download `hey.exe` from the [latest release](https://github.com/sinsniwal/hey-cli/releases/latest). No Python required.
101
101
 
102
- ### pip / pipx
102
+ ### uv (Recommended)
103
103
 
104
104
  ```bash
105
- pipx install hey-cli-python
105
+ uv tool install hey-cli-python
106
106
  ```
107
107
 
108
108
  > **Note:** After installation, authenticate with `ollama login` and pull the default model: `ollama pull gpt-oss:20b-cloud`
@@ -215,8 +215,9 @@ hey "your question"
215
215
  ```
216
216
 
217
217
  - **Zero external API calls** — communicates with Ollama via `localhost:11434` using Python's built-in `urllib`.
218
- - **Zero compiled dependencies** — the only runtime dependency is `rich` (for terminal formatting).
219
- - **Pure Python 3.9–3.14** — no C extensions, no Rust, no build tools required.
218
+ - **Zero compiled dependencies** — the core logic is pure Python (only `rich` is used for formatting).
219
+ - **Pure Python 3.9–3.14** — works with `uv`, `pipx`, or standard `pip`. No build tools required.
220
+ - **Instant Speed** — Installation with `uv` or `brew` binaries takes < 2 seconds.
220
221
 
221
222
  ---
222
223
 
@@ -6,9 +6,9 @@ hey_cli/llm.py,sha256=dFy7iYvYE9_ikOblapp0Ehvj-Nk4iqQ47avi9lzg5d4,8757
6
6
  hey_cli/models.py,sha256=Jye_btuL39R7BA5bG59JbJFtpDUS0ZrSw0veUUTf0kM,302
7
7
  hey_cli/runner.py,sha256=cEF9vePK-g9VOW-8XrsafR7lyRSHQGMOl45hC2nA7sg,8431
8
8
  hey_cli/skills.py,sha256=RX6rSnkQ6FG_hogKUhASI5dazvNAphi2n2c1Rw_NAxw,3569
9
- hey_cli_python-1.0.16.dist-info/licenses/LICENSE,sha256=15ubdFS3laW1SETf6f8fd8-sbqZeGz_FFdJgJATDAVI,1065
10
- hey_cli_python-1.0.16.dist-info/METADATA,sha256=A_HmVHGzcRmbQ8qfJ_DO-UF2gkKVqRc4YG5xWNWG7dk,8987
11
- hey_cli_python-1.0.16.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
12
- hey_cli_python-1.0.16.dist-info/entry_points.txt,sha256=N4bcRze9-LYaO624Gpg5Th_4CSQCDN04EXUHFve7uGw,41
13
- hey_cli_python-1.0.16.dist-info/top_level.txt,sha256=UNOjINF-x81p5IeEawLMkXdUnlybKKYKx8UGTzP6IuU,8
14
- hey_cli_python-1.0.16.dist-info/RECORD,,
9
+ hey_cli_python-1.0.17.dist-info/licenses/LICENSE,sha256=15ubdFS3laW1SETf6f8fd8-sbqZeGz_FFdJgJATDAVI,1065
10
+ hey_cli_python-1.0.17.dist-info/METADATA,sha256=IINj7CBVpMT28Sf2AKHOzb7Wv00PmGFAWlBOWg9ZmIQ,9102
11
+ hey_cli_python-1.0.17.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
12
+ hey_cli_python-1.0.17.dist-info/entry_points.txt,sha256=N4bcRze9-LYaO624Gpg5Th_4CSQCDN04EXUHFve7uGw,41
13
+ hey_cli_python-1.0.17.dist-info/top_level.txt,sha256=UNOjINF-x81p5IeEawLMkXdUnlybKKYKx8UGTzP6IuU,8
14
+ hey_cli_python-1.0.17.dist-info/RECORD,,