llm-to-toon
Tiny wrapper around prompture that returns TOON
(Token-Oriented Object Notation) instead of JSON. Under the hood it uses
prompture.extract_and_jsonify(..., output_format="toon") and converts the result
into the ultra-compact TOON text automatically.
Install:
pip install llm-to-toon
Usage:
from llm_to_toon import from_llm_text
schema = {"name": "string", "age": "int"}
toon_text = from_llm_text("Name: Juan Age: 30", schema)
print(toon_text)
By default the helper spins up the local Ollama driver (gemma:latest). Pass your
own Prompture driver if you want to call OpenAI, Azure, Groq, etc. For the full
Prompture feature-set see the main project: https://github.com/jhd3197/prompture
Release files for llm-to-toon 1.12.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 | |
|---|---|---|---|
| llm_to_toon-1.12.0.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| llm_to_toon-1.12.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.3 kB
Release files / llm_to_toon-1.12.0.tar.gz
| Download URL | llm_to_toon-1.12.0.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
14cf1005e2a9fd65b783df2b11b53e6a7281c7e3374df5015476404954ff00d7
|
|
BLAKE2b-256 checksum How to use checksums |
9f1743e3fb136c67dfc51f3c7d1bebf11a68b9a1c0f880ab623087baa618ba8e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / llm_to_toon-1.12.0-py3-none-any.whl
| Download URL | llm_to_toon-1.12.0-py3-none-any.whl |
|---|---|
| Size | 2.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
69306dd43e4b2b32f092c67bb63ecfd61b9f4edeecd3dd33b9ee286ee7a9cd81
|
|
BLAKE2b-256 checksum How to use checksums |
7fa1d4ec08c6c57d2d165b72775606394b0fbdafccd1550242aa48a6bdac1a38
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|