Metadata-Version: 2.4
Name: llumo
Version: 0.2.13
Summary: Python SDK for interacting with the Llumo ai API.
Home-page: https://www.llumo.ai/
Author: Llumo
Author-email: product@llumo.ai
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
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.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.0.0
Requires-Dist: python-socketio
Requires-Dist: python-dotenv
Requires-Dist: openai==1.75.0
Requires-Dist: google-generativeai==0.8.5
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# LLUMO SDK

A lightweight Python SDK to interact with the LLUMO API for evaluating LLM responses using analytics like Confidence, Clarity, Context, etc.

## 🔧 Features

- API wrapper for LLUMO's analytics endpoints
- Supports multiple analytics types

## 📦 Installation

Clone and install locally:

```bash
git clone https://github.com/yourusername/llumo-sdk.git
cd llumo-sdk
pip install .
