Metadata-Version: 2.4
Name: kalyan-ai
Version: 1.0.4
Summary: Local AI assistant with Ollama integration - OpenAI compatible API
Author-email: Kalyan <your.email@example.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yourusername/kalyan-ai
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
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
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastapi>=0.68.0
Requires-Dist: uvicorn[standard]>=0.15.0
Requires-Dist: requests>=2.25.1
Requires-Dist: pydantic>=1.8.0
Requires-Dist: python-multipart>=0.0.5
Dynamic: license-file

# KalyanAI

High-performance local AI API wrapper for Ollama with OpenAI compatibility.

## Quick Start

```bash
pip install kalyan-ai
```
