ngpt 3.9.3__tar.gz → 3.9.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 (64) hide show
  1. ngpt-3.9.4/.github/banner.svg +29 -0
  2. {ngpt-3.9.3 → ngpt-3.9.4}/PKG-INFO +5 -1
  3. {ngpt-3.9.3 → ngpt-3.9.4}/PKGBUILD +1 -1
  4. {ngpt-3.9.3 → ngpt-3.9.4}/README.md +4 -0
  5. {ngpt-3.9.3 → ngpt-3.9.4}/pyproject.toml +1 -1
  6. {ngpt-3.9.3 → ngpt-3.9.4}/uv.lock +1 -1
  7. {ngpt-3.9.3 → ngpt-3.9.4}/.github/workflows/aur-publish.yml +0 -0
  8. {ngpt-3.9.3 → ngpt-3.9.4}/.github/workflows/python-publish.yml +0 -0
  9. {ngpt-3.9.3 → ngpt-3.9.4}/.github/workflows/repo-mirror.yml +0 -0
  10. {ngpt-3.9.3 → ngpt-3.9.4}/.gitignore +0 -0
  11. {ngpt-3.9.3 → ngpt-3.9.4}/.python-version +0 -0
  12. {ngpt-3.9.3 → ngpt-3.9.4}/COMMIT_GUIDELINES.md +0 -0
  13. {ngpt-3.9.3 → ngpt-3.9.4}/CONTRIBUTING.md +0 -0
  14. {ngpt-3.9.3 → ngpt-3.9.4}/LICENSE +0 -0
  15. {ngpt-3.9.3 → ngpt-3.9.4}/docs/CONTRIBUTING.md +0 -0
  16. {ngpt-3.9.3 → ngpt-3.9.4}/docs/LICENSE.md +0 -0
  17. {ngpt-3.9.3 → ngpt-3.9.4}/docs/_config.yml +0 -0
  18. {ngpt-3.9.3 → ngpt-3.9.4}/docs/_sass/custom/custom.scss +0 -0
  19. {ngpt-3.9.3 → ngpt-3.9.4}/docs/configuration.md +0 -0
  20. {ngpt-3.9.3 → ngpt-3.9.4}/docs/examples/advanced.md +0 -0
  21. {ngpt-3.9.3 → ngpt-3.9.4}/docs/examples/basic.md +0 -0
  22. {ngpt-3.9.3 → ngpt-3.9.4}/docs/examples/role_gallery.md +0 -0
  23. {ngpt-3.9.3 → ngpt-3.9.4}/docs/examples.md +0 -0
  24. {ngpt-3.9.3 → ngpt-3.9.4}/docs/index.md +0 -0
  25. {ngpt-3.9.3 → ngpt-3.9.4}/docs/installation.md +0 -0
  26. {ngpt-3.9.3 → ngpt-3.9.4}/docs/overview.md +0 -0
  27. {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage/cli_config.md +0 -0
  28. {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage/cli_usage.md +0 -0
  29. {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage/gitcommsg.md +0 -0
  30. {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage/roles.md +0 -0
  31. {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage/web_search.md +0 -0
  32. {ngpt-3.9.3 → ngpt-3.9.4}/docs/usage.md +0 -0
  33. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/__init__.py +0 -0
  34. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/__main__.py +0 -0
  35. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/__init__.py +0 -0
  36. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/args.py +0 -0
  37. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/config_manager.py +0 -0
  38. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/formatters.py +0 -0
  39. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/main.py +0 -0
  40. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/__init__.py +0 -0
  41. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/chat.py +0 -0
  42. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/code.py +0 -0
  43. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/gitcommsg.py +0 -0
  44. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/interactive.py +0 -0
  45. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/rewrite.py +0 -0
  46. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/shell.py +0 -0
  47. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/modes/text.py +0 -0
  48. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/renderers.py +0 -0
  49. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/roles.py +0 -0
  50. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/cli/ui.py +0 -0
  51. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/client.py +0 -0
  52. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/__init__.py +0 -0
  53. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/cli_config.py +0 -0
  54. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/config.py +0 -0
  55. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/log.py +0 -0
  56. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/pipe.py +0 -0
  57. {ngpt-3.9.3 → ngpt-3.9.4}/ngpt/utils/web_search.py +0 -0
  58. {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-g.png +0 -0
  59. {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-i.png +0 -0
  60. {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-s-c.png +0 -0
  61. {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-sh-c-a.png +0 -0
  62. {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-w-self.png +0 -0
  63. {ngpt-3.9.3 → ngpt-3.9.4}/previews/ngpt-w.png +0 -0
  64. {ngpt-3.9.3 → ngpt-3.9.4}/wiki.md +0 -0
@@ -0,0 +1,29 @@
1
+ <svg width="800" height="200" xmlns="http://www.w3.org/2000/svg">
2
+ <style>
3
+ .terminal-text {
4
+ font-family: 'Consolas', 'Monaco', 'Menlo', monospace;
5
+ font-size: 72px;
6
+ font-weight: bold;
7
+ fill: #32CD32; /* Terminal green */
8
+ }
9
+ .cursor {
10
+ fill: #32CD32;
11
+ animation: blink 1.2s infinite;
12
+ }
13
+ @keyframes blink {
14
+ 0%, 49% { opacity: 1; }
15
+ 50%, 100% { opacity: 0; }
16
+ }
17
+ .background {
18
+ fill: #1E1E1E; /* Dark background */
19
+ }
20
+ </style>
21
+
22
+ <rect class="background" x="0" y="0" width="800" height="200" rx="10" ry="10" />
23
+
24
+ <text x="50%" y="55%" dominant-baseline="middle" text-anchor="middle" class="terminal-text">
25
+ >_🤖 ngpt
26
+ </text>
27
+
28
+ <rect x="600" y="130" width="40" height="10" class="cursor" />
29
+ </svg>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ngpt
3
- Version: 3.9.3
3
+ Version: 3.9.4
4
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
@@ -37,6 +37,10 @@ Description-Content-Type: text/markdown
37
37
 
38
38
  # nGPT
39
39
 
40
+ <p align="center">
41
+ <img src="https://raw.githubusercontent.com/nazdridoy/ngpt/main/.github/banner.svg" alt="nGPT Banner">
42
+ </p>
43
+
40
44
  <p align="center">
41
45
  <a href="https://pypi.org/project/ngpt/"><img src="https://img.shields.io/pypi/v/ngpt.svg" alt="PyPI version"></a>
42
46
  <a href="https://aur.archlinux.org/packages/ngpt"><img alt="AUR Version" src="https://img.shields.io/aur/version/ngpt"></a>
@@ -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="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
+ pkgdesc="A Swiss army knife for LLMs: A fast, lightweight CLI and interactive chat tool that brings the power of any OpenAI-compatible LLMs 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')
@@ -1,5 +1,9 @@
1
1
  # nGPT
2
2
 
3
+ <p align="center">
4
+ <img src="https://raw.githubusercontent.com/nazdridoy/ngpt/main/.github/banner.svg" alt="nGPT Banner">
5
+ </p>
6
+
3
7
  <p align="center">
4
8
  <a href="https://pypi.org/project/ngpt/"><img src="https://img.shields.io/pypi/v/ngpt.svg" alt="PyPI version"></a>
5
9
  <a href="https://aur.archlinux.org/packages/ngpt"><img alt="AUR Version" src="https://img.shields.io/aur/version/ngpt"></a>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "ngpt"
3
- version = "3.9.3"
3
+ version = "3.9.4"
4
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"},
@@ -148,7 +148,7 @@ wheels = [
148
148
 
149
149
  [[package]]
150
150
  name = "ngpt"
151
- version = "3.9.3"
151
+ version = "3.9.4"
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
File without changes