Metadata-Version: 2.4
Name: toxicdev
Version: 0.0.1
Summary: High-speed uploading & downloading toolkit for Telegram using Telethon
Home-page: https://github.com/BtwSiya/toxicdev
Author: Dev
Author-email: TeamToxiclabs@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: telethon
Requires-Dist: telethon-tgcrypto
Requires-Dist: aiofiles
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

🚀 **High-speed uploading & downloading toolkit for Telegram using Telethon**

`toxicdev` is a Python library designed for **fast, reliable uploads and downloads on Telegram**, supporting **both user accounts and bots** via Telethon.  
It is optimized for performance and simplicity, making it suitable for automation tools, bots, and Telegram-based utilities.

---

## ✨ Features

- ⚡ Fast uploading & downloading
- 🤖 Supports **Telegram Bots** and **User Accounts**
- 🔐 Built on **Telethon**
- 📁 Async file handling with `aiofiles`
- 🧩 Easy to integrate into existing projects
- 🖥️ OS independent

---

## 📦 Installation

Install directly from PyPI:

```bash
pip install toxicdev
