Metadata-Version: 2.4
Name: talkory
Version: 0.0.1
Summary: Talkory — AI answer comparison and consensus platform. Official Python SDK (placeholder release).
Project-URL: Homepage, https://talkory.ai
Author-email: Abhishek Chand <abhishekchand62@gmail.com>
License: MIT
License-File: LICENSE
Keywords: ai,comparison,consensus,llm,talkory
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# talkory

Official Python SDK for [Talkory.ai](https://talkory.ai) — the AI answer comparison and consensus platform.

> **Status:** placeholder release (v0.0.1) reserving the package name. The full SDK is under development.

## Install

```bash
pip install talkory
```

## Usage

```python
import talkory

print(talkory.hello())
```

## License

MIT
