Metadata-Version: 2.4
Name: structured_output_creator
Version: 0.1.3
Summary: Generates structured output using LLM
Project-URL: Homepage, https://github.com/Tesla2000/structured-output-creator
Project-URL: Issues, https://github.com/Tesla2000/structured-output-creator/issues
Project-URL: Coverage, https://codecov.io/gh/Tesla2000/structured-output-creator
Author-email: Tesla2000 <fratajczak124@gmail.com>
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: pydantic>=2.13.4
Requires-Dist: typing-extensions>=4.12
Provides-Extra: all
Requires-Dist: anthropic>=0.115.1; extra == 'all'
Requires-Dist: openai>=2.44.0; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.115.1; extra == 'anthropic'
Provides-Extra: openai
Requires-Dist: openai>=2.44.0; extra == 'openai'
Description-Content-Type: text/markdown

[![codecov](https://codecov.io/gh/Tesla2000/structured-output-creator/branch/main/graph/badge.svg)](https://codecov.io/gh/Tesla2000/structured-output-creator)
[![mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![PyPI version](https://badge.fury.io/py/structured-output-creator.svg)](https://pypi.org/project/structured-output-creator/)
[![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
[![uv](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json)](https://github.com/astral-sh/uv)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Description

Generates structured output using LLM
