Metadata-Version: 2.1
Name: talc
Version: 0.1.28
Summary: Talc AI client CLI and SDK.
Author-email: Max Kerr <max@talc.ai>, Matt Lee <matt@talc.ai>
Project-URL: homepage, https://talc.ai
Classifier: Programming Language :: Python :: 3
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click>=8.1.3
Requires-Dist: requests>=2.31.0
Requires-Dist: pydantic>=2.8.2
Requires-Dist: pdfminer.six>=20231228
Requires-Dist: termcolor>=2.4.0
Requires-Dist: readabilipy>=0.2.0
Requires-Dist: aiohttp>=3.9.5
Requires-Dist: markdownify>=0.13.1
Requires-Dist: pydantic_yaml>=1.3.0

## What Talc Does

Talc provides tooling to reliably test LLM based systems. It provides a simple API and command line tool for generating testing sets based on a knowledge base, and the ability to run tests and evaluate the results.

Visit our [homepage](https://talc.ai) to sign up or find our docs on [GitHub](https://github.com/Talc-AI/talc-docs/wiki).
