Increment library that uses GPT to increment positive numbers by 1
Project description
vibeincrement
AI-powered number incrementing using GPT.
Usage
Install the package:
pip install vibeincrement
Set your OpenAI API key as an environment variable.
export OPENAI_API_KEY=your_key_here
from vibeincrement import vibeincrement
result = vibeincrement(5)
print(result) # 6
result = vibeincrement(42)
print(result) # 43
Test
pytest tests/
Dependencies
- openai
- pydantic
- typing-extensions
⚠️ Requires OpenAI API key. Only accepts positive numbers (> 0). Experimental project - not for production use.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vibeincrement-0.1.0.tar.gz
(2.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vibeincrement-0.1.0.tar.gz.
File metadata
- Download URL: vibeincrement-0.1.0.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66b5bb31dda4dfe9f04c87c093a5c30a6dcb45e856e7c6ec1cfa32b336eb8db4
|
|
| MD5 |
e08676a63fdba3b256e2d92be3ebc665
|
|
| BLAKE2b-256 |
1d67c6b73ee196748623dc94ddee9a23b33ff86804cf2c411bc60112b25e516c
|
File details
Details for the file vibeincrement-0.1.0-py3-none-any.whl.
File metadata
- Download URL: vibeincrement-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27186447aac1b51e2e673cae2eb4b313ee56cf1b5f80cad25552b4d2cc5068c9
|
|
| MD5 |
843d1488d2f419f5d10156da8d4aaff2
|
|
| BLAKE2b-256 |
5b8220139d760adfcd62663dee8fdf3a7eb8d5d715279ac36eac46112fc419d3
|