Metadata-Version: 2.4
Name: Rubio
Version: 2.0.0
Summary: The Ultimate Professional Rubika Bot Framework. @RubioLib
Home-page: https://t.me/RubioLib
Author: Rubio Team
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: httpx
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Rubio ⚔️ (v1.0.1)
### The Elite Rubika Bot Framework
Powered by **@RubioLib** | The only library built to dominate.

## Why Rubio?
- **FastHTTP Core**: Built on `httpx` for insane speeds.
- **Event Driven**: Advanced decorators (`@bot.on_message`) just like Telegram libraries.
- **Modern Async**: Full support for `async/await` and context managers.
- **Crush the Competition**: Cleaner, faster, and more powerful than `Rubka` or `pyrubi`.

## Installation
```bash
pip install Rubio --upgrade
```

## Advanced Usage
```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 the elite era of Rubika bots. 🚀")

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

Join **@RubioLib** and build the future.
