Metadata-Version: 2.4
Name: citekit
Version: 0.1.7
Summary: A local SDK that lets AI agents open specific parts of files instead of sending entire documents.
Project-URL: Repository, https://github.com/abdushakurob/citekit
Author: Abdushakurob
License: MIT
Keywords: ai,audio,llm,mcp,pdf,rag,sdk,video
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10
Requires-Dist: click>=8.0
Requires-Dist: google-genai>=1.0
Requires-Dist: mcp>=1.0
Requires-Dist: pillow>=10.0
Requires-Dist: pydantic>=2.0
Requires-Dist: pymupdf>=1.24
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Description-Content-Type: text/markdown

# CiteKit SDK for Python

See the main [README](../../README.md) for usage instructions.

## Installation

```bash
pip install citekit
```

## Quick Start

```python
from citekit import CiteKitClient

# ... (see main docs)
```
