Metadata-Version: 2.4
Name: pytest-llm-sushit
Version: 0.1.0
Summary: LLM-powered semantic assertions for pytest
Project-URL: Homepage, https://github.com/Sushit-prog/pytest-llm
Project-URL: Repository, https://github.com/Sushit-prog/pytest-llm
Project-URL: Issues, https://github.com/Sushit-prog/pytest-llm/issues
Author: Sushit
License: MIT
Keywords: ai,assertions,langchain,langgraph,llm,ml,pytest,testing
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.9
Requires-Dist: anthropic>=0.20
Requires-Dist: openai>=1.0
Requires-Dist: pydantic>=2.0
Requires-Dist: pytest>=7.0
Requires-Dist: rich>=13.0
Requires-Dist: sentence-transformers>=2.2
Provides-Extra: dev
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Provides-Extra: groq
Requires-Dist: groq>=0.4; extra == 'groq'
Provides-Extra: ollama
Requires-Dist: ollama>=0.1; extra == 'ollama'
