Metadata-Version: 2.3
Name: talc
Version: 0.2.2
Summary: 
Author: Max Kerr
Author-email: max@talc.ai
Requires-Python: >=3.13
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: aiofiles (>=24.1.0,<25.0.0)
Requires-Dist: click (>=8.1.8,<9.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: pydantic (>=2.11.5,<3.0.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Description-Content-Type: text/markdown

# Installation

Run `poetry install`.

# Configuration

The following environment variables must be set:

- `TALC_ENDPOINT`
- `TALC_AUTH`

You can run `poetry run talc schema` to check that your environment is working.

# Docs

Run `poetry run talc --help` for docs.

