Metadata-Version: 2.4
Name: evalyn_sdk_harishatmecs
Version: 0.0.5
Summary: Python SDK to send evaluation data to an API with support for batch processing
Author-email: Harish Nankani <harish.nankani@atmecs.com>
License-Expression: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: openpyxl
Requires-Dist: python-dotenv
Dynamic: license-file

# EvaluatorSDK

**EvaluatorSDK** is a lightweight Python SDK that helps developers collect and send evaluation data to a centralized API endpoint for analysis. It supports both individual and batch submissions from datasets (Excel or JSON).

## 🚀 Features

- Read config from environment variables
- Automatically generate and track request IDs
- Add and manage parameters per request
- Send evaluation data as POST requests to API
- Support for batch processing from `.xlsx` or `.json` datasets
- Exception handling and validation

## 📦 Installation

```bash
pip install evalyn_sdk

