Metadata-Version: 2.4
Name: Rubio
Version: 7.0.2
Summary: Professional Rubika Bot API V3 Framework @RubioLib
Author: Rubio Team
Description-Content-Type: text/markdown
Requires-Dist: httpx
Requires-Dist: aiohttp
Requires-Dist: aiofiles
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# Rubio ⚔️ (v6.0.0)
### Official Rubika Bot API Library
**Powered by @RubioLib**

Rubio is a high-performance, asynchronous library specifically designed for the official Rubika Bot API (Token-based). It does not support personal accounts to ensure maximum security and compliance with official standards.

---

## ⚡ Features
- **Official API Only**: Strictly supports official Bot API V3.
- **Async/Await**: Built on `httpx` for modern, non-blocking code.
- **Event-Driven**: Clean decorators like `@bot.on_message`.

---

## 🚀 Quick Start

```python
import asyncio
from rubio import Bot, Message

bot = Bot("YOUR_TOKEN")

@bot.on_message(commands=["start"])
async def welcome(bot, message: Message):
    await message.reply("Welcome to Rubio Official! 🚀")

if __name__ == "__main__":
    asyncio.run(bot.run())
```

## 📚 API Reference
- `get_me()`
- `send_message()`
- `edit_message_text()`
- `delete_message()`
- `send_poll()`
- `send_location()`
- `send_contact()`

Join **@RubioLib** for updates.
🛡️ **Built for Security.**
