Metadata-Version: 2.1
Name: structured-outputs
Version: 0.0.1
Summary: LLM Structured Outputs for Humans™
Home-page: https://pypi.org/project/structured-outputs
License: BSD-3-Clause
Author: Yi ZHANG
Author-email: yizhang.dev@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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
Project-URL: Documentation, https://structured-outputs.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/imyizhang/structured-outputs
Description-Content-Type: text/markdown

# structured-outputs

[![GitHub][github_badge]][github_link] [![PyPI][pypi_badge]][pypi_link]

We need **structured-outputs** towards constraints on LLM output.



## Installation

```bash
pip install structured-outputs
```



## Quickstart

```python
import structured_outputs
```



## License

**structured-outputs** has a BSD-3-Clause license, as found in the [LICENSE](https://github.com/imyizhang/structured-outputs/blob/main/LICENSE) file.



## Contributing

Thanks for your interest in contributing to **structured-outputs**! Please feel free to create a pull request.


## Changelog

**structured-outputs 0.0.1**

* First release



[github_badge]: https://badgen.net/badge/icon/GitHub?icon=github&color=black&label
[github_link]: https://github.com/imyizhang/structured-outputs



[pypi_badge]: https://badgen.net/pypi/v/structured-outputs?icon=pypi&color=black&label
[pypi_link]: https://www.pypi.org/project/structured-outputs
