Metadata-Version: 2.4
Name: llumo
Version: 0.2.39
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: tqdm==4.67.1
Requires-Dist: google-generativeai==0.8.5
Requires-Dist: websocket-client==1.8.0
Requires-Dist: pandas==2.2.3
Requires-Dist: python-dateutil==2.9.0.post0
Requires-Dist: numpy==2.2.5
Requires-Dist: langchain_core==0.3.72
Requires-Dist: langchain==0.3.27
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 .
