Metadata-Version: 2.4
Name: toon-codec
Version: 1.0.0
Summary: PyToon: Effortless, Token-Efficient Data for LLMs — Python’s First Production-Ready TOON Implementation
Author-email: PyToon Team <pytoon@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/AetherForge/PyToon
Project-URL: Documentation, https://github.com/AetherForge/PyToon#readme
Project-URL: Repository, https://github.com/AetherForge/PyToon
Keywords: toon,json,llm,token,serialization,encoding
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: tokenizer
Requires-Dist: tiktoken>=0.5.0; extra == "tokenizer"
Provides-Extra: dev
Requires-Dist: pytest>=7.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0; extra == "dev"
Requires-Dist: mypy>=1.0; extra == "dev"
Requires-Dist: ruff>=0.1.0; extra == "dev"
Requires-Dist: black>=23.0; extra == "dev"
Requires-Dist: isort>=5.12; extra == "dev"
Requires-Dist: hypothesis>=6.0; extra == "dev"
Dynamic: license-file

# PyTOON

> PyToon: Effortless, Token-Efficient Data for LLMs — Python’s First Production-Ready TOON Implementation

PyToon is a production-ready Python library for Token-Oriented Object Notation (TOON), enabling 30-60% token savings over JSON for structured LLM input/output. Achieve superior data efficiency, full TOON v1.5+ spec compliance, and seamless bidirectional JSON↔TOON conversion—featuring advanced validation, property-based testing, and LLM-native tools out of the box.
