ngpt 3.9.2__tar.gz → 3.9.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 (63) hide show
  1. {ngpt-3.9.2 → ngpt-3.9.3}/PKG-INFO +3 -3
  2. {ngpt-3.9.2 → ngpt-3.9.3}/PKGBUILD +1 -1
  3. {ngpt-3.9.2 → ngpt-3.9.3}/README.md +1 -1
  4. {ngpt-3.9.2 → ngpt-3.9.3}/docs/examples/role_gallery.md +23 -0
  5. {ngpt-3.9.2 → ngpt-3.9.3}/pyproject.toml +2 -2
  6. {ngpt-3.9.2 → ngpt-3.9.3}/uv.lock +1 -1
  7. {ngpt-3.9.2 → ngpt-3.9.3}/.github/workflows/aur-publish.yml +0 -0
  8. {ngpt-3.9.2 → ngpt-3.9.3}/.github/workflows/python-publish.yml +0 -0
  9. {ngpt-3.9.2 → ngpt-3.9.3}/.github/workflows/repo-mirror.yml +0 -0
  10. {ngpt-3.9.2 → ngpt-3.9.3}/.gitignore +0 -0
  11. {ngpt-3.9.2 → ngpt-3.9.3}/.python-version +0 -0
  12. {ngpt-3.9.2 → ngpt-3.9.3}/COMMIT_GUIDELINES.md +0 -0
  13. {ngpt-3.9.2 → ngpt-3.9.3}/CONTRIBUTING.md +0 -0
  14. {ngpt-3.9.2 → ngpt-3.9.3}/LICENSE +0 -0
  15. {ngpt-3.9.2 → ngpt-3.9.3}/docs/CONTRIBUTING.md +0 -0
  16. {ngpt-3.9.2 → ngpt-3.9.3}/docs/LICENSE.md +0 -0
  17. {ngpt-3.9.2 → ngpt-3.9.3}/docs/_config.yml +0 -0
  18. {ngpt-3.9.2 → ngpt-3.9.3}/docs/_sass/custom/custom.scss +0 -0
  19. {ngpt-3.9.2 → ngpt-3.9.3}/docs/configuration.md +0 -0
  20. {ngpt-3.9.2 → ngpt-3.9.3}/docs/examples/advanced.md +0 -0
  21. {ngpt-3.9.2 → ngpt-3.9.3}/docs/examples/basic.md +0 -0
  22. {ngpt-3.9.2 → ngpt-3.9.3}/docs/examples.md +0 -0
  23. {ngpt-3.9.2 → ngpt-3.9.3}/docs/index.md +0 -0
  24. {ngpt-3.9.2 → ngpt-3.9.3}/docs/installation.md +0 -0
  25. {ngpt-3.9.2 → ngpt-3.9.3}/docs/overview.md +0 -0
  26. {ngpt-3.9.2 → ngpt-3.9.3}/docs/usage/cli_config.md +0 -0
  27. {ngpt-3.9.2 → ngpt-3.9.3}/docs/usage/cli_usage.md +0 -0
  28. {ngpt-3.9.2 → ngpt-3.9.3}/docs/usage/gitcommsg.md +0 -0
  29. {ngpt-3.9.2 → ngpt-3.9.3}/docs/usage/roles.md +0 -0
  30. {ngpt-3.9.2 → ngpt-3.9.3}/docs/usage/web_search.md +0 -0
  31. {ngpt-3.9.2 → ngpt-3.9.3}/docs/usage.md +0 -0
  32. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/__init__.py +0 -0
  33. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/__main__.py +0 -0
  34. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/__init__.py +0 -0
  35. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/args.py +0 -0
  36. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/config_manager.py +0 -0
  37. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/formatters.py +0 -0
  38. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/main.py +0 -0
  39. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/modes/__init__.py +0 -0
  40. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/modes/chat.py +0 -0
  41. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/modes/code.py +0 -0
  42. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/modes/gitcommsg.py +0 -0
  43. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/modes/interactive.py +0 -0
  44. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/modes/rewrite.py +0 -0
  45. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/modes/shell.py +0 -0
  46. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/modes/text.py +0 -0
  47. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/renderers.py +0 -0
  48. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/roles.py +0 -0
  49. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/cli/ui.py +0 -0
  50. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/client.py +0 -0
  51. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/utils/__init__.py +0 -0
  52. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/utils/cli_config.py +0 -0
  53. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/utils/config.py +0 -0
  54. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/utils/log.py +0 -0
  55. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/utils/pipe.py +0 -0
  56. {ngpt-3.9.2 → ngpt-3.9.3}/ngpt/utils/web_search.py +0 -0
  57. {ngpt-3.9.2 → ngpt-3.9.3}/previews/ngpt-g.png +0 -0
  58. {ngpt-3.9.2 → ngpt-3.9.3}/previews/ngpt-i.png +0 -0
  59. {ngpt-3.9.2 → ngpt-3.9.3}/previews/ngpt-s-c.png +0 -0
  60. {ngpt-3.9.2 → ngpt-3.9.3}/previews/ngpt-sh-c-a.png +0 -0
  61. {ngpt-3.9.2 → ngpt-3.9.3}/previews/ngpt-w-self.png +0 -0
  62. {ngpt-3.9.2 → ngpt-3.9.3}/previews/ngpt-w.png +0 -0
  63. {ngpt-3.9.2 → ngpt-3.9.3}/wiki.md +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ngpt
3
- Version: 3.9.2
4
- Summary: Swiss army knife for LLMs: powerful CLI and interactive chatbot in one package. Seamlessly work with OpenAI, Ollama, Groq, Claude, Gemini, or any OpenAI-compatible API to generate code, craft git commits, rewrite text, and execute shell commands.
3
+ Version: 3.9.3
4
+ Summary: A Swiss army knife for LLMs: A fast, lightweight CLI and interactive chat tool that brings the power of any OpenAI-compatible LLM (OpenAI, Ollama, Groq, Claude, Gemini, etc.) straight to your terminal. rewrite texts or refine code, craft git commit messages, generate and run OS-aware shell commands.
5
5
  Project-URL: Homepage, https://github.com/nazdridoy/ngpt
6
6
  Project-URL: Repository, https://github.com/nazdridoy/ngpt
7
7
  Project-URL: Bug Tracker, https://github.com/nazdridoy/ngpt/issues
@@ -51,7 +51,7 @@ Description-Content-Type: text/markdown
51
51
  <a href="https://nazdridoy.github.io/ngpt/installation/#android-termux"><img src="https://img.shields.io/badge/Android-Termux-blue?logo=android" alt="Android"></a>
52
52
  </p>
53
53
 
54
- 🤖 nGPT: A Swiss army knife for LLMs: powerful CLI and interactive chatbot in one package. Seamlessly work with OpenAI, Ollama, Groq, Claude, Gemini, or any OpenAI-compatible API to generate code, craft git commits, rewrite text, and execute shell commands. Fast, lightweight, and designed for both casual users and developers.
54
+ 🤖 nGPT, A Swiss army knife for LLMs: A fast, lightweight CLI and interactive chat tool that brings the power of any OpenAI-compatible LLM (OpenAI, Ollama, Groq, Claude, Gemini, etc.) straight to your terminal. rewrite texts or refine code, craft git commit messages, generate and run OS-aware shell commands, seamlessly switching between single-shot prompts and an interactive chat when you need back-and-forth assistance.
55
55
 
56
56
 
57
57
  ![ngpt-i](https://raw.githubusercontent.com/nazdridoy/ngpt/main/previews/ngpt-i.png)
@@ -2,7 +2,7 @@
2
2
  pkgname=ngpt
3
3
  pkgver=0.0.0 # Automatically updated by CI on release
4
4
  pkgrel=1
5
- pkgdesc="Swiss army knife for LLMs: powerful CLI and interactive chatbot in one package. Seamlessly work with OpenAI, Ollama, Groq, Claude, Gemini, or any OpenAI-compatible API to generate code, craft git commits, rewrite text, and execute shell commands."
5
+ pkgdesc="A Swiss army knife for LLMs: A fast, lightweight CLI and interactive chat tool that brings the power of any OpenAI-compatible LLM (OpenAI, Ollama, Groq, Claude, Gemini, etc.) straight to your terminal. rewrite texts or refine code, craft git commit messages, generate and run OS-aware shell commands"
6
6
  arch=('any')
7
7
  url="https://github.com/nazdridoy/ngpt"
8
8
  license=('MIT')
@@ -14,7 +14,7 @@
14
14
  <a href="https://nazdridoy.github.io/ngpt/installation/#android-termux"><img src="https://img.shields.io/badge/Android-Termux-blue?logo=android" alt="Android"></a>
15
15
  </p>
16
16
 
17
- 🤖 nGPT: A Swiss army knife for LLMs: powerful CLI and interactive chatbot in one package. Seamlessly work with OpenAI, Ollama, Groq, Claude, Gemini, or any OpenAI-compatible API to generate code, craft git commits, rewrite text, and execute shell commands. Fast, lightweight, and designed for both casual users and developers.
17
+ 🤖 nGPT, A Swiss army knife for LLMs: A fast, lightweight CLI and interactive chat tool that brings the power of any OpenAI-compatible LLM (OpenAI, Ollama, Groq, Claude, Gemini, etc.) straight to your terminal. rewrite texts or refine code, craft git commit messages, generate and run OS-aware shell commands, seamlessly switching between single-shot prompts and an interactive chat when you need back-and-forth assistance.
18
18
 
19
19
 
20
20
  ![ngpt-i](https://raw.githubusercontent.com/nazdridoy/ngpt/main/previews/ngpt-i.png)
@@ -471,6 +471,29 @@ You are a speech writing expert. When crafting speeches:
471
471
  Adapt approach to the speaker's voice, audience, and occasion.
472
472
  ```
473
473
 
474
+ ### GitHub Project Description Writer
475
+
476
+ ```
477
+ You are an expert technical writer specializing in GitHub project descriptions. When crafting project descriptions:
478
+ 1. Follow this effective structure:
479
+ - Start with a relevant emoji and project name (OPTIONAL)
480
+ - Include a catchy metaphor or tagline after the project name (e.g., "A Swiss army knife for X")
481
+ - Begin with a colon after the name/tagline, then describe core functionality
482
+ - List key compatible technologies or integrations in parentheses
483
+ - Highlight specific use cases that demonstrate value
484
+ - End with a unique differentiator or key feature
485
+
486
+ 2. Keep these guidelines in mind:
487
+ - Limit to 150-200 characters but ensure it's comprehensive
488
+ - Follow the LSP template (Language/technology, Software/framework, Purpose/problem solved)
489
+ - Use present-tense, active voice with engaging tone
490
+ - Avoid technical jargon unless necessary
491
+ - Focus on immediately compelling aspects for both users and contributors
492
+
493
+ Example structure:
494
+ "[Emoji] [ProjectName], [Catchy Metaphor]: A [adjectives] [technology] that [core function] with [compatible technologies]. [Specific use cases] with [key differentiator/feature]."
495
+ ```
496
+
474
497
  ## Business Roles
475
498
 
476
499
  ### Product Manager
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "ngpt"
3
- version = "3.9.2"
4
- description = "Swiss army knife for LLMs: powerful CLI and interactive chatbot in one package. Seamlessly work with OpenAI, Ollama, Groq, Claude, Gemini, or any OpenAI-compatible API to generate code, craft git commits, rewrite text, and execute shell commands."
3
+ version = "3.9.3"
4
+ description = "A Swiss army knife for LLMs: A fast, lightweight CLI and interactive chat tool that brings the power of any OpenAI-compatible LLM (OpenAI, Ollama, Groq, Claude, Gemini, etc.) straight to your terminal. rewrite texts or refine code, craft git commit messages, generate and run OS-aware shell commands."
5
5
  authors = [
6
6
  {name = "nazDridoy", email = "nazdridoy399@gmail.com"},
7
7
  ]
@@ -148,7 +148,7 @@ wheels = [
148
148
 
149
149
  [[package]]
150
150
  name = "ngpt"
151
- version = "3.9.2"
151
+ version = "3.9.3"
152
152
  source = { editable = "." }
153
153
  dependencies = [
154
154
  { name = "beautifulsoup4" },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes