Metadata-Version: 2.4
Name: utilx-format
Version: 0.1.3
Summary: Utility to normalize model outputs into a structured format.
Author-email: utilx dev <utilx.dev@example.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/utilx-format/
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# utilx-format

A tiny utility to normalize model outputs into a structured format.

```python
from utilx import format_output

data = format_output(raw_output)
print(data)
