Metadata-Version: 2.4
Name: rubplus
Version: 1.2.2
Summary: Official Rubika Bot API wrapper - Simple, Modern, Powerful
Home-page: https://github.com/mahdiafsarbeki/rubplus
Author: Mahdi Afsarbeki
Author-email: mahdiafsarbeki@iran.ir
License: MIT
Keywords: rubika,bot,api,rubplus
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: httpx>=0.27.0
Requires-Dist: colorama>=0.4.6
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# RubPlus 🚀

**Official Rubika Bot API wrapper - Simple, Modern, Powerful**

[![Python Version](https://img.shields.io/badge/python-3.8+-blue.svg)]()
[![License](https://img.shields.io/badge/license-MIT-green.svg)]()
[![Version](https://img.shields.io/badge/version-1.2.0-orange.svg)]()

## ✨ Features

- **Simple** - Short and intuitive method names
- **Modern** - Async/await, type hints
- **Powerful** - All official API methods
- **Production-ready** - Built with reliability

## 📦 Installation

```bash
pip install rubplus
