ngpt 3.0.2__py3-none-any.whl → 3.0.3__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.
- {ngpt-3.0.2.dist-info → ngpt-3.0.3.dist-info}/METADATA +5 -1
- {ngpt-3.0.2.dist-info → ngpt-3.0.3.dist-info}/RECORD +5 -5
- {ngpt-3.0.2.dist-info → ngpt-3.0.3.dist-info}/WHEEL +0 -0
- {ngpt-3.0.2.dist-info → ngpt-3.0.3.dist-info}/entry_points.txt +0 -0
- {ngpt-3.0.2.dist-info → ngpt-3.0.3.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: ngpt
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.3
|
4
4
|
Summary: Swiss army knife for LLMs: powerful CLI, interactive chatbot, and flexible Python library. Works with OpenAI, Ollama, Groq, Claude, Gemini, and any OpenAI-compatible API.
|
5
5
|
Project-URL: Homepage, https://github.com/nazdridoy/ngpt
|
6
6
|
Project-URL: Repository, https://github.com/nazdridoy/ngpt
|
@@ -38,6 +38,7 @@ Description-Content-Type: text/markdown
|
|
38
38
|
|
39
39
|
<p align="center">
|
40
40
|
<a href="https://pypi.org/project/ngpt/"><img src="https://img.shields.io/pypi/v/ngpt.svg" alt="PyPI version"></a>
|
41
|
+
<a href="https://aur.archlinux.org/packages/ngpt"><img src="https://img.shields.io/badge/AUR-ngpt-blue" alt="AUR package"></a>
|
41
42
|
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
|
42
43
|
<a href="https://nazdridoy.github.io/ngpt/"><img src="https://img.shields.io/badge/docs-available-brightgreen.svg" alt="Documentation"></a>
|
43
44
|
</p>
|
@@ -229,6 +230,9 @@ uv pip install ngpt
|
|
229
230
|
|
230
231
|
# Or install globally as a CLI tool (recommended for command-line usage)
|
231
232
|
uv tool install ngpt
|
233
|
+
|
234
|
+
# Arch Linux: install from AUR
|
235
|
+
paru -S ngpt
|
232
236
|
```
|
233
237
|
|
234
238
|
Requires Python 3.8 or newer.
|
@@ -20,8 +20,8 @@ ngpt/utils/__init__.py,sha256=E46suk2-QgYBI0Qrs6WXOajOUOebF3ETAFY7ah8DTWs,942
|
|
20
20
|
ngpt/utils/cli_config.py,sha256=IlHnOEEGpLoGZInynM778wgpxLVcJ_STKWxg2Ypvir4,11196
|
21
21
|
ngpt/utils/config.py,sha256=WYOk_b1eiYjo6hpV3pfXr2RjqhOnmKqwZwKid1T41I4,10363
|
22
22
|
ngpt/utils/log.py,sha256=f1jg2iFo35PAmsarH8FVL_62plq4VXH0Mu2QiP6RJGw,15934
|
23
|
-
ngpt-3.0.
|
24
|
-
ngpt-3.0.
|
25
|
-
ngpt-3.0.
|
26
|
-
ngpt-3.0.
|
27
|
-
ngpt-3.0.
|
23
|
+
ngpt-3.0.3.dist-info/METADATA,sha256=c048FXNk1ERe6K_Nv5i1nhy5u4CatmlckwKG_Blvaks,28995
|
24
|
+
ngpt-3.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
25
|
+
ngpt-3.0.3.dist-info/entry_points.txt,sha256=SqAAvLhMrsEpkIr4YFRdUeyuXQ9o0IBCeYgE6AVojoI,44
|
26
|
+
ngpt-3.0.3.dist-info/licenses/LICENSE,sha256=mQkpWoADxbHqE0HRefYLJdm7OpdrXBr3vNv5bZ8w72M,1065
|
27
|
+
ngpt-3.0.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|