Metadata-Version: 2.4
Name: rubigram-python
Version: 1.1.7
Summary: A fast and flexible rubika automation library
Home-page: https://github.com/yourusername/rubigram
Author: stone
Author-email: kissme.cloud@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: pycryptodome
Requires-Dist: aiofiles
Requires-Dist: markdownify
Requires-Dist: mutagen
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<p align="center">
<img src="https://raw.githubusercontent.com/KissmeBro/rubigram-python/refs/heads/main/logo.png" alt="Rubigram Logo" width="180" />
</p>

# Rubigram
> A modern, asynchronous Python library for Rubika bot and client development

---

## Overview
Rubigram is a high-performance Python library for interacting with the Rubika API.
It provides a clean and Pythonic interface to build both Rubika bots and user clients,
allowing developers to manage messages, handle updates, and automate tasks efficiently.

---

## Features
- Fully asynchronous operations with `asyncio` and `aiohttp`
- Optional synchronous interface for simplicity in scripts and small projects
- Support for both bot and user client functionalities
- Modular and extensible design for custom features and integrations
- High-performance and optimized for concurrency
- Clear and intuitive API for messaging, chat management, updates handling, and automation

---

## Examples
- [example_one.py](https://github.com/KissmeBro/rubigram-python/blob/main/examples/example_one.py)
- [example_two.py](https://github.com/KissmeBro/rubigram-python/blob/main/examples/example_two.py)

---

## Installation
```bash
pip install rubigram-python
```
