ngpt 3.0.0__py3-none-any.whl → 3.0.1__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.0.dist-info → ngpt-3.0.1.dist-info}/METADATA +188 -142
- {ngpt-3.0.0.dist-info → ngpt-3.0.1.dist-info}/RECORD +5 -5
- {ngpt-3.0.0.dist-info → ngpt-3.0.1.dist-info}/WHEEL +0 -0
- {ngpt-3.0.0.dist-info → ngpt-3.0.1.dist-info}/entry_points.txt +0 -0
- {ngpt-3.0.0.dist-info → ngpt-3.0.1.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.1
|
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
|
@@ -36,20 +36,52 @@ Description-Content-Type: text/markdown
|
|
36
36
|
|
37
37
|
# nGPT
|
38
38
|
|
39
|
+
<p align="center">
|
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://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
|
42
|
+
<a href="https://nazdridoy.github.io/ngpt/"><img src="https://img.shields.io/badge/docs-available-brightgreen.svg" alt="Documentation"></a>
|
43
|
+
</p>
|
44
|
+
|
45
|
+
<p align="center">
|
46
|
+
<a href="https://nazdridoy.github.io/ngpt/installation.html"><img src="https://img.shields.io/badge/Linux-support-blue?logo=linux" alt="Linux"></a>
|
47
|
+
<a href="https://nazdridoy.github.io/ngpt/installation.html"><img src="https://img.shields.io/badge/Windows-support-blue?logo=windows" alt="Windows"></a>
|
48
|
+
<a href="https://nazdridoy.github.io/ngpt/installation.html"><img src="https://img.shields.io/badge/macOS-support-blue?logo=apple" alt="macOS"></a>
|
49
|
+
<a href="https://nazdridoy.github.io/ngpt/installation.html"><img src="https://img.shields.io/badge/Android-Termux-blue?logo=android" alt="Android"></a>
|
50
|
+
</p>
|
51
|
+
|
39
52
|
🤖 nGPT: A Swiss army knife for LLMs: powerful CLI, interactive chatbot, and flexible library all 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.
|
40
53
|
|
41
|
-
[](https://pypi.org/project/ngpt/)
|
42
|
-
[](https://opensource.org/licenses/MIT)
|
43
|
-
[](https://nazdridoy.github.io/ngpt/)
|
44
|
-
[](https://nazdridoy.github.io/ngpt/installation.html)
|
45
|
-
[](https://nazdridoy.github.io/ngpt/installation.html)
|
46
|
-
[](https://nazdridoy.github.io/ngpt/installation.html)
|
47
|
-
[](https://nazdridoy.github.io/ngpt/installation.html)
|
48
|
-
[](https://pypi.org/project/ngpt/)
|
49
54
|
|
50
55
|

|
51
56
|
|
52
57
|
|
58
|
+
## Features
|
59
|
+
|
60
|
+
- ✅ **Versatile**: Use as a CLI tool, Python library, or CLI framework for building custom tools
|
61
|
+
- 🪶 **Lightweight**: Minimal dependencies with everything you need included
|
62
|
+
- 🔄 **API Flexibility**: Works with OpenAI, Ollama, Groq, Claude, Gemini, and any compatible endpoint
|
63
|
+
- 💬 **Interactive Chat**: Continuous conversation with memory in modern UI
|
64
|
+
- 📊 **Streaming Responses**: Real-time output for better user experience
|
65
|
+
- 🔍 **Web Search**: Integrated with compatible API endpoints
|
66
|
+
- 📥 **Stdin Processing**: Process piped content by using `{}` placeholder in prompts
|
67
|
+
- 🎨 **Markdown Rendering**: Beautiful formatting of markdown and code with syntax highlighting
|
68
|
+
- ⚡ **Real-time Markdown**: Stream responses with live updating syntax highlighting and formatting
|
69
|
+
- ⚙️ **Multiple Configurations**: Cross-platform config system supporting different profiles
|
70
|
+
- 💻 **Shell Command Generation**: OS-aware command execution
|
71
|
+
- 🧠 **Text Rewriting**: Improve text quality while maintaining original tone and meaning
|
72
|
+
- 🧩 **Clean Code Generation**: Output code without markdown or explanations
|
73
|
+
- 📝 **Rich Multiline Editor**: Interactive multiline text input with syntax highlighting and intuitive controls
|
74
|
+
- 📑 **Git Commit Messages**: AI-powered generation of conventional, detailed commit messages from git diffs
|
75
|
+
- 🎭 **System Prompts**: Customize model behavior with custom system prompts
|
76
|
+
- 📃 **Conversation Logging**: Save your conversations to text files for later reference
|
77
|
+
- 🧰 **CLI Components**: Reusable components for building custom AI-powered command-line tools
|
78
|
+
- 🔌 **Modular Architecture**: Well-structured codebase with clean separation of concerns
|
79
|
+
- 🔄 **Provider Switching**: Easily switch between different LLM providers with a single parameter
|
80
|
+
- 🚀 **Performance Optimized**: Fast response times and minimal resource usage
|
81
|
+
|
82
|
+
See the [Feature Overview](https://nazdridoy.github.io/ngpt/overview.html) for more details.
|
83
|
+
|
84
|
+
|
53
85
|
## Table of Contents
|
54
86
|
- [Quick Start](#quick-start)
|
55
87
|
- [Features](#features)
|
@@ -172,32 +204,6 @@ ngpt --provider Ollama "Explain quantum physics" > ollama_response.txt
|
|
172
204
|
|
173
205
|
For more examples and detailed usage, visit the [CLI Usage Guide](https://nazdridoy.github.io/ngpt/usage/cli_usage.html).
|
174
206
|
|
175
|
-
## Features
|
176
|
-
|
177
|
-
- ✅ **Versatile**: Use as a CLI tool, Python library, or CLI framework for building custom tools
|
178
|
-
- 🪶 **Lightweight**: Minimal dependencies with everything you need included
|
179
|
-
- 🔄 **API Flexibility**: Works with OpenAI, Ollama, Groq, Claude, Gemini, and any compatible endpoint
|
180
|
-
- 💬 **Interactive Chat**: Continuous conversation with memory in modern UI
|
181
|
-
- 📊 **Streaming Responses**: Real-time output for better user experience
|
182
|
-
- 🔍 **Web Search**: Integrated with compatible API endpoints
|
183
|
-
- 📥 **Stdin Processing**: Process piped content by using `{}` placeholder in prompts
|
184
|
-
- 🎨 **Markdown Rendering**: Beautiful formatting of markdown and code with syntax highlighting
|
185
|
-
- ⚡ **Real-time Markdown**: Stream responses with live updating syntax highlighting and formatting
|
186
|
-
- ⚙️ **Multiple Configurations**: Cross-platform config system supporting different profiles
|
187
|
-
- 💻 **Shell Command Generation**: OS-aware command execution
|
188
|
-
- 🧠 **Text Rewriting**: Improve text quality while maintaining original tone and meaning
|
189
|
-
- 🧩 **Clean Code Generation**: Output code without markdown or explanations
|
190
|
-
- 📝 **Rich Multiline Editor**: Interactive multiline text input with syntax highlighting and intuitive controls
|
191
|
-
- 📑 **Git Commit Messages**: AI-powered generation of conventional, detailed commit messages from git diffs
|
192
|
-
- 🎭 **System Prompts**: Customize model behavior with custom system prompts
|
193
|
-
- 📃 **Conversation Logging**: Save your conversations to text files for later reference
|
194
|
-
- 🧰 **CLI Components**: Reusable components for building custom AI-powered command-line tools
|
195
|
-
- 🔌 **Modular Architecture**: Well-structured codebase with clean separation of concerns
|
196
|
-
- 🔄 **Provider Switching**: Easily switch between different LLM providers with a single parameter
|
197
|
-
- 🚀 **Performance Optimized**: Fast response times and minimal resource usage
|
198
|
-
|
199
|
-
See the [Feature Overview](https://nazdridoy.github.io/ngpt/overview.html) for more details.
|
200
|
-
|
201
207
|
## Documentation
|
202
208
|
|
203
209
|
Comprehensive documentation, including API reference, usage guides, and examples, is available at:
|
@@ -432,120 +438,160 @@ For detailed information about building CLI tools with nGPT, see the [CLI Framew
|
|
432
438
|
|
433
439
|
### Command Line Options
|
434
440
|
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
441
|
+
```console
|
442
|
+
❯ ngpt -h
|
443
|
+
usage: ngpt [-h] [-v] [--language LANGUAGE] [--config [CONFIG]] [--config-index CONFIG_INDEX] [--provider PROVIDER]
|
444
|
+
[--remove] [--show-config] [--all] [--list-models] [--list-renderers] [--cli-config [COMMAND ...]]
|
445
|
+
[--api-key API_KEY] [--base-url BASE_URL] [--model MODEL] [--web-search] [--temperature TEMPERATURE]
|
446
|
+
[--top_p TOP_P] [--max_tokens MAX_TOKENS] [--log [FILE]] [--preprompt PREPROMPT] [--no-stream] [--prettify]
|
447
|
+
[--stream-prettify] [--renderer {auto,rich,glow}] [--rec-chunk] [--diff [FILE]] [--chunk-size CHUNK_SIZE]
|
448
|
+
[--analyses-chunk-size ANALYSES_CHUNK_SIZE] [--max-msg-lines MAX_MSG_LINES]
|
449
|
+
[--max-recursion-depth MAX_RECURSION_DEPTH] [-i | -s | -c | -t | -p | -r | -g]
|
450
|
+
[prompt]
|
451
|
+
|
452
|
+
nGPT - Interact with AI language models via OpenAI-compatible APIs
|
453
|
+
|
454
|
+
positional arguments::
|
455
|
+
|
456
|
+
[PROMPT] The prompt to send
|
457
|
+
|
458
|
+
options::
|
459
|
+
|
460
|
+
-h, --help show this help message and exit
|
461
|
+
-v, --version Show version information and exit
|
462
|
+
--language LANGUAGE Programming language to generate code in (for code mode)
|
463
|
+
|
464
|
+
Configuration Options::
|
465
|
+
|
466
|
+
--config [CONFIG] Path to a custom config file or, if no value provided, enter interactive
|
467
|
+
configuration mode to create a new config
|
468
|
+
--config-index CONFIG_INDEX Index of the configuration to use or edit (default: 0)
|
469
|
+
--provider PROVIDER Provider name to identify the configuration to use
|
470
|
+
--remove Remove the configuration at the specified index (requires --config and
|
471
|
+
--config-index or --provider)
|
472
|
+
--show-config Show the current configuration(s) and exit
|
473
|
+
--all Show details for all configurations (requires --show-config)
|
474
|
+
--list-models List all available models for the current configuration and exit
|
475
|
+
--list-renderers Show available markdown renderers for use with --prettify
|
476
|
+
--cli-config [COMMAND ...] Manage CLI configuration (set, get, unset, list, help)
|
477
|
+
|
478
|
+
Global Options::
|
479
|
+
|
480
|
+
--api-key API_KEY API key for the service
|
481
|
+
--base-url BASE_URL Base URL for the API
|
482
|
+
--model MODEL Model to use
|
483
|
+
--web-search Enable web search capability (Note: Your API endpoint must support this
|
484
|
+
feature)
|
485
|
+
--temperature TEMPERATURE Set temperature (controls randomness, default: 0.7)
|
486
|
+
--top_p TOP_P Set top_p (controls diversity, default: 1.0)
|
487
|
+
--max_tokens MAX_TOKENS Set max response length in tokens
|
488
|
+
--log [FILE] Set filepath to log conversation to, or create a temporary log file if no path
|
489
|
+
provided
|
490
|
+
--preprompt PREPROMPT Set custom system prompt to control AI behavior
|
491
|
+
--no-stream Return the whole response without streaming
|
492
|
+
--prettify Render markdown responses and code with syntax highlighting and formatting
|
493
|
+
--stream-prettify Enable streaming with markdown rendering (automatically uses Rich renderer)
|
494
|
+
--renderer {auto,rich,glow} Select which markdown renderer to use with --prettify (auto, rich, or glow)
|
495
|
+
|
496
|
+
Git Commit Message Options::
|
497
|
+
|
498
|
+
--rec-chunk Process large diffs in chunks with recursive analysis if needed
|
499
|
+
--diff [FILE] Use diff from specified file instead of staged changes. If used without a path,
|
500
|
+
uses the path from CLI config.
|
501
|
+
--chunk-size CHUNK_SIZE Number of lines per chunk when chunking is enabled (default: 200)
|
502
|
+
--analyses-chunk-size ANALYSES_CHUNK_SIZE
|
503
|
+
Number of lines per chunk when recursively chunking analyses (default: 200)
|
504
|
+
--max-msg-lines MAX_MSG_LINES Maximum number of lines in commit message before condensing (default: 20)
|
505
|
+
--max-recursion-depth MAX_RECURSION_DEPTH
|
506
|
+
Maximum recursion depth for commit message condensing (default: 3)
|
507
|
+
|
508
|
+
Modes (mutually exclusive)::
|
509
|
+
|
510
|
+
-i, --interactive Start an interactive chat session
|
511
|
+
-s, --shell Generate and execute shell commands
|
512
|
+
-c, --code Generate code
|
513
|
+
-t, --text Enter multi-line text input (submit with Ctrl+D)
|
514
|
+
-p, --pipe Read from stdin and use content with prompt. Use {} in prompt as placeholder
|
515
|
+
for stdin content
|
516
|
+
-r, --rewrite Rewrite text from stdin to be more natural while preserving tone and meaning
|
517
|
+
-g, --gitcommsg Generate AI-powered git commit messages from staged changes or diff file
|
518
|
+
```
|
519
|
+
|
520
|
+
> **Note**: For better visualization of conventional commit messages on GitHub, you can use the [GitHub Commit Labels](https://greasyfork.org/en/scripts/526153-github-commit-labels) userscript, which adds colorful labels to your commits.
|
482
521
|
|
483
522
|
For a complete reference of all available options, see the [CLI Usage Guide](https://nazdridoy.github.io/ngpt/usage/cli_usage.html).
|
484
523
|
|
485
524
|
### CLI Configuration
|
486
525
|
|
487
|
-
NGPT offers a CLI configuration system that allows you to set default values for command-line options:
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
ngpt --cli-config
|
526
|
+
NGPT offers a CLI configuration system that allows you to set default values for command-line options. This is especially useful when you:
|
527
|
+
|
528
|
+
- Repeatedly use the same provider or model
|
529
|
+
- Have preferred settings for specific tasks
|
530
|
+
- Want to create different workflows based on context
|
531
|
+
|
532
|
+
For example, setting your preferred language for code generation or temperature value means you won't have to specify these parameters each time:
|
533
|
+
|
534
|
+
```console
|
535
|
+
|
536
|
+
❯ ngpt --cli-config help
|
537
|
+
|
538
|
+
CLI Configuration Help:
|
539
|
+
Command syntax:
|
540
|
+
ngpt --cli-config help - Show this help message
|
541
|
+
ngpt --cli-config set OPTION VALUE - Set a default value for OPTION
|
542
|
+
ngpt --cli-config get OPTION - Get the current value of OPTION
|
543
|
+
ngpt --cli-config get - Show all CLI configuration settings
|
544
|
+
ngpt --cli-config unset OPTION - Remove OPTION from configuration
|
545
|
+
ngpt --cli-config list - List all available options
|
546
|
+
|
547
|
+
Available options:
|
548
|
+
General options (all modes):
|
549
|
+
config-index - int (default: 0) [exclusive with: provider]
|
550
|
+
log - str
|
551
|
+
max_tokens - int
|
552
|
+
no-stream - bool (default: False) [exclusive with: prettify, stream-prettify]
|
553
|
+
preprompt - str
|
554
|
+
prettify - bool (default: False) [exclusive with: no-stream, stream-prettify]
|
555
|
+
provider - str [exclusive with: config-index]
|
556
|
+
renderer - str (default: auto)
|
557
|
+
stream-prettify - bool (default: False) [exclusive with: no-stream, prettify]
|
558
|
+
temperature - float (default: 0.7)
|
559
|
+
top_p - float (default: 1.0)
|
560
|
+
web-search - bool (default: False)
|
561
|
+
|
562
|
+
Options for Code generation mode:
|
563
|
+
language - str (default: python)
|
564
|
+
|
565
|
+
Options for Git commit message mode:
|
566
|
+
analyses-chunk-size - int (default: 200)
|
567
|
+
chunk-size - int (default: 200)
|
568
|
+
diff - str
|
569
|
+
max-msg-lines - int (default: 20)
|
570
|
+
max-recursion-depth - int (default: 3)
|
571
|
+
rec-chunk - bool (default: False)
|
572
|
+
|
573
|
+
Example usage:
|
574
|
+
ngpt --cli-config set language java - Set default language to java for code generation
|
575
|
+
ngpt --cli-config set provider Gemini - Set Gemini as your default provider
|
576
|
+
ngpt --cli-config set temperature 0.9 - Set default temperature to 0.9
|
577
|
+
ngpt --cli-config set no-stream true - Disable streaming by default
|
578
|
+
ngpt --cli-config set recursive-chunk true - Enable recursive chunking for git commit messages
|
579
|
+
ngpt --cli-config set diff /path/to/file.diff - Set default diff file for git commit messages
|
580
|
+
ngpt --cli-config get temperature - Check the current temperature setting
|
581
|
+
ngpt --cli-config get - Show all current CLI settings
|
582
|
+
ngpt --cli-config unset language - Remove language setting
|
583
|
+
|
584
|
+
Notes:
|
585
|
+
- CLI configuration is stored in:
|
586
|
+
• Linux: ~/.config/ngpt/ngpt-cli.conf
|
587
|
+
• macOS: ~/Library/Application Support/ngpt/ngpt-cli.conf
|
588
|
+
• Windows: %APPDATA%\ngpt\ngpt-cli.conf
|
589
|
+
- Settings are applied based on context (e.g., language only applies to code generation mode)
|
590
|
+
- Command-line arguments always override CLI configuration
|
591
|
+
- Some options are mutually exclusive and will not be applied together
|
503
592
|
|
504
|
-
# List all available options
|
505
|
-
ngpt --cli-config list
|
506
|
-
|
507
|
-
# Show help information
|
508
|
-
ngpt --cli-config help
|
509
|
-
```
|
510
|
-
|
511
|
-
Key features of CLI configuration:
|
512
|
-
- **Context-Aware**: Settings are applied based on the current command mode (e.g., `language` only applies in code generation mode `-c`).
|
513
|
-
- **Priority**: When determining option values, NGPT uses the following priority order (highest to lowest):
|
514
|
-
1. Command-line arguments
|
515
|
-
2. Environment variables
|
516
|
-
3. CLI configuration (ngpt-cli.conf)
|
517
|
-
4. Main configuration file (ngpt.conf)
|
518
|
-
5. Default values
|
519
|
-
- **Mutual Exclusivity**: For options like `no-stream`, `prettify`, and `stream-prettify`, setting one to `True` automatically sets the others to `False` in the configuration file, ensuring consistency.
|
520
|
-
- **Smart Selection**: The `provider` setting is used to select which configuration profile to use, offering a persistent way to select your preferred API.
|
521
|
-
|
522
|
-
Available options include:
|
523
|
-
- General options (all modes): `provider`, `temperature`, `top_p`, `max_tokens`, `preprompt`, `renderer`, `config-index`, `web-search`
|
524
|
-
- Mode-specific options: `language` (code mode only), `log` (interactive and text modes)
|
525
|
-
- Mutually exclusive options: `no-stream`, `prettify`, `stream-prettify`
|
526
|
-
|
527
|
-
#### Practical Examples
|
528
|
-
|
529
|
-
```bash
|
530
|
-
# Set Gemini as your default provider
|
531
|
-
ngpt --cli-config set provider Gemini
|
532
|
-
# Now you can run commands without specifying --provider
|
533
|
-
ngpt "Explain quantum computing"
|
534
|
-
|
535
|
-
# Configure code generation for TypeScript
|
536
|
-
ngpt --cli-config set language typescript
|
537
|
-
# Now in code mode, TypeScript will be used by default
|
538
|
-
ngpt -c "Write a function to sort an array"
|
539
|
-
|
540
|
-
# Set a higher temperature for more creative responses
|
541
|
-
ngpt --cli-config set temperature 0.9
|
542
593
|
```
|
543
594
|
|
544
|
-
The CLI configuration is stored in:
|
545
|
-
- Linux: `~/.config/ngpt/ngpt-cli.conf`
|
546
|
-
- macOS: `~/Library/Application Support/ngpt/ngpt-cli.conf`
|
547
|
-
- Windows: `%APPDATA%\ngpt\ngpt-cli.conf`
|
548
|
-
|
549
595
|
For more details, see the [CLI Configuration Guide](https://nazdridoy.github.io/ngpt/usage/cli_config.html).
|
550
596
|
|
551
597
|
### Interactive Configuration
|
@@ -642,4 +688,4 @@ Please check the [CONTRIBUTING.md](CONTRIBUTING.md) file for detailed guidelines
|
|
642
688
|
|
643
689
|
## License
|
644
690
|
|
645
|
-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
691
|
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
@@ -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.1.dist-info/METADATA,sha256=6YOossV8zjUDK_cEn0UEE05frHrzsz4F46-tJ_lGCWk,28821
|
24
|
+
ngpt-3.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
25
|
+
ngpt-3.0.1.dist-info/entry_points.txt,sha256=SqAAvLhMrsEpkIr4YFRdUeyuXQ9o0IBCeYgE6AVojoI,44
|
26
|
+
ngpt-3.0.1.dist-info/licenses/LICENSE,sha256=mQkpWoADxbHqE0HRefYLJdm7OpdrXBr3vNv5bZ8w72M,1065
|
27
|
+
ngpt-3.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|