Metadata-Version: 2.4
Name: kalibr
Version: 1.0.8
Summary: Kalibr SDK — Integrate your SaaS with every major AI model using a single SDK.
Home-page: https://github.com/devon/kalibr-sdk
Author: Devon
Author-email: hello@kalibr.systems
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: fastapi>=0.95.0
Requires-Dist: uvicorn>=0.22.0
Requires-Dist: typer>=0.9.0
Requires-Dist: pydantic>=2.0
Dynamic: author-email
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Kalibr SDK

**Multi-Model AI Integration Framework**

Write once, deploy anywhere, connect to any AI model.

## Quick Start

```bash
# Install
pip install kalibr

# Create app
kalibr init --template enhanced --name "My API"

# Test locally  
kalibr serve enhanced_app.py

# Deploy to production
kalibr deploy enhanced_app.py --platform fly --name my-api
```

## Features

- ✅ **Multi-Model Support**: GPT Actions, Claude MCP, Gemini, Copilot
- ✅ **Enhanced Framework**: File uploads, sessions, streaming, workflows  
- ✅ **Built-in Auth**: JWT, user management, protected routes
- ✅ **Easy Deployment**: Fly.io, AWS Lambda with one command
- ✅ **Analytics**: Automatic tracking, custom events, metrics

## Documentation

See [KALIBR_SDK_COMPLETE.md](KALIBR_SDK_COMPLETE.md) for full documentation.

## Examples

Check the [examples/](examples/) directory for sample applications.

---

**Transform how you build AI-integrated applications! 🚀**
