GPT_Helper
A lightweight Python helper library that simplifies interacting with ChatGPT (OpenAI API).
It provides a clean interface for sending prompts, formatting responses, summarizing text, and maintaining simple conversation history.
🚀 Features
- ChatGPTClient — send prompts easily using the official OpenAI Chat Completions API.
- summarize_text() — generate a neat summary of long text.
- format_response() — clean & normalize ChatGPT output.
- ConversationHistory — minimal in-memory storage for prompts & responses.
- Fully documented & ready for PyPI packaging.
📦 Installation
Local development install
From the project root:
pip install -e .
Release files for GPT-Helper 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gpt_helper-0.1.0.tar.gz | 3.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gpt_helper-0.1.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 7.1 kB
Release files / gpt_helper-0.1.0.tar.gz
| Download URL | gpt_helper-0.1.0.tar.gz |
|---|---|
| Size | 3.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1ec7d15328e3f3a85d85f2175b09b8591e5d2c89f2ae677c1fe34db5e26ce1b8
|
|
BLAKE2b-256 checksum How to use checksums |
3fd49dc690f1dd6257664db939207c1f3f5ceae227d3178541ca1d5681d065cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.0
|
Release files / gpt_helper-0.1.0-py2.py3-none-any.whl
| Download URL | gpt_helper-0.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 3.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
3da53cff933cc5f0d74163ac5e464ea7f8ab88fc5ff614c7256865eb12c8964c
|
|
BLAKE2b-256 checksum How to use checksums |
bd8bc352bae0b53c800631d5171f6ac738b1f2303f07b9b2eddec2f7ba3fd90d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.0
|