Metadata-Version: 2.4
Name: py-llm-shield
Version: 1.0.1
Summary: Uma biblioteca Python robusta para validar, reparar e extrair dados estruturados de saídas de LLMs usando Pydantic.
Author-email: Giovanni Lemos Barcelos <seu-email-publico@exemplo.com>
License: MIT License
Project-URL: Homepage, https://github.com/thirteeng/llm-guard
Project-URL: Repository, https://github.com/thirteeng/llm-guard
Project-URL: Issues, https://github.com/thirteeng/llm-guard/issues
Keywords: llm,pydantic,validation,guard,openai,gpt,ai,extraction
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE MIT
Requires-Dist: pydantic
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-lazy-fixture; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: black; extra == "dev"
Provides-Extra: openai
Requires-Dist: openai>=1.0.0; extra == "openai"
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Dynamic: license-file
