Metadata-Version: 2.4
Name: Rubio
Version: 0.2.0
Summary: The most powerful and fast Python wrapper for Rubika Bot API
Home-page: https://rubika.ir/RubioLib
Author: Rubio Team
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: requests
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Rubio 🚀

The most advanced, high-performance Python library for Rubika Bot API. Built for developers who want to dominate.

## Why Rubio?
- **Speed**: Optimized for fast requests.
- **Branding**: Official support for `@RubioLib`.
- **Clean**: No bloat, just power.

## Installation
```bash
pip install Rubio
```

## Advanced Usage
```python
from rubio import Bot

bot = Bot("YOUR_TOKEN")

# Simple Message
bot.send_message("CHAT_ID", "Powered by Rubio!")

# Advanced Inline Keyboard
keypad = {
    "rows": [
        {
            "buttons": [
                {"id": "1", "type": "Simple", "button_text": "Join @RubioLib"}
            ]
        }
    ]
}
bot.send_message("CHAT_ID", "Check this out!", inline_keypad=keypad)
```

Join us: [@RubioLib](https://rubika.ir/RubioLib)
