Metadata-Version: 2.1
Name: theera_sdk
Version: 0.1.0
Summary: SDK for sending events to Theera event tracking API
Author: Theera
Author-email: theera.connect@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests

# 📊 Theera SDK for Python

A lightweight and developer-friendly Python SDK for sending event tracking data to [Theera](https://theera.netlify.app) — a platform designed to help you log, monitor, and analyze custom events like signups, sales, feedback, and more.

---

## 🚀 Features

- ✅ Simple `send_event()` function to log events.
- 🔐 Uses secure API key-based authentication.
- 📬 Sends custom payloads with any event structure you need.
- 📈 Great for analytics, user actions, feedback logging, and event auditing.
- 🔄 JSON response parsing and error handling built-in.

---

## 📦 Installation

You can install the package via `pip`:

```bash
pip install theera
