Metadata-Version: 2.4
Name: tell-py
Version: 0.1.0
Summary: Telegram logging utility for Python
Author-email: Rompni <andresnavarrodev@gmail.com>
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: python-dotenv

# 📬 TellPy — Telegram Logging for Python

**TellPy** is a lightweight Python library for sending logs and notifications to a Telegram chat using a bot. It supports different levels like info, warning, error, and regular logs.

---

## 🚀 Features

- 📡 Send messages to Telegram directly from Python
- ✅ Supports `info`, `warn`, `error`, and `log` types
- 🧩 Simple interface for integration with any app or script
- 🛠️ Built on top of `requests` and `python-dotenv`

---

## 📦 Local Installation

```bash
pip install -e .
