Metadata-Version: 2.1
Name: talc
Version: 0.1.21
Summary: Logging client for Talc Debugger.
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.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openai >=0.11.6
Requires-Dist: click >=8.1.3
Requires-Dist: requests >=2.31.0
Requires-Dist: pydantic >=1.10.11
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

## 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).
