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.4
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.4.tar.gz | 2.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| llm_to_toon-1.12.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.3 kB
Release files / llm_to_toon-1.12.4.tar.gz
| Download URL | llm_to_toon-1.12.4.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
52f426dd8d81ec1e8c19392b8ce8df6287e3cecc38bacbf594440072090ae1ee
|
|
BLAKE2b-256 checksum How to use checksums |
42e7973901123d8acc6aa43fc3a3f4a3defc09f135e2928b53454f5b1c557f66
|
| 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.4-py3-none-any.whl
| Download URL | llm_to_toon-1.12.4-py3-none-any.whl |
|---|---|
| Size | 2.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b7949dcbcc4d0c8a8bbd25a3aa3b6ddeca385f03ef4291a14119f1d72779d96d
|
|
BLAKE2b-256 checksum How to use checksums |
ac81dbbe9500c4585e6966d4dd8f080b81c51e8904049f9fbcded8f4760e87b6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|