Metadata-Version: 2.4
Name: recko-ai-sdk
Version: 1.0.3
Summary: Reckomate Python SDK
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.31.0

# 🚀 Reckomate SDK

**Reckomate SDK** is an official Python SDK for securely interacting with the Reckomate backend platform.  
It supports **admin APIs, user APIs, MCQ workflows, Excel ingestion, scheduling, and gateway-based secure access**.

This SDK is designed to be:
- 🔐 Secure (gateway + project identity enforced)
- 📦 Modular (service-based architecture)
- 🚀 Production-ready
- 🔄 Future-proof (easy to add new services)

---

## 📦 Installation

```bash
pip install recko-ai-sdk
