Metadata-Version: 2.4
Name: aiorubi
Version: 1.0.5
Summary: aiorubi is a modern asynchronous library for the Rubika Bot API.
Project-URL: Homepage, https://rubika.ir/aiorubi/
Project-URL: Repository, https://github.com/AmirSF01/aiorubi
Author: Amir S. Farahani
Maintainer: Amir S. Farahani
License-Expression: MIT
License-File: LICENSE
Keywords: api,asyncio,bot,framework,library,rubika,wrapper
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: <3.15,>=3.10
Requires-Dist: aiofiles<26.0,>=23.2.1
Requires-Dist: aiohttp<3.15,>=3.9.0
Requires-Dist: certifi>=2023.7.22
Requires-Dist: magic-filter<1.1,>=1.0.12
Requires-Dist: pydantic<2.14,>=2.4.1
Requires-Dist: typing-extensions<=5.0,>=4.7.0
Provides-Extra: docs
Requires-Dist: furo~=2024.8.6; extra == 'docs'
Requires-Dist: markdown-include~=0.8.1; extra == 'docs'
Requires-Dist: pygments~=2.18.0; extra == 'docs'
Requires-Dist: pymdown-extensions~=10.3; extra == 'docs'
Requires-Dist: sphinx-autobuild~=2024.9.3; extra == 'docs'
Requires-Dist: sphinx-copybutton~=0.5.2; extra == 'docs'
Requires-Dist: sphinx-intl~=2.2.0; extra == 'docs'
Requires-Dist: sphinx-substitution-extensions~=2024.8.6; extra == 'docs'
Requires-Dist: sphinxcontrib-towncrier~=0.4.0a0; extra == 'docs'
Requires-Dist: sphinx~=8.0.2; extra == 'docs'
Requires-Dist: towncrier~=24.8.0; extra == 'docs'
Provides-Extra: fast
Requires-Dist: aiodns>=3.0.0; extra == 'fast'
Requires-Dist: uvloop>=0.17.0; ((sys_platform == 'darwin' or sys_platform == 'linux') and platform_python_implementation != 'PyPy' and python_version < '3.13') and extra == 'fast'
Requires-Dist: uvloop>=0.21.0; ((sys_platform == 'darwin' or sys_platform == 'linux') and platform_python_implementation != 'PyPy' and python_version >= '3.13') and extra == 'fast'
Provides-Extra: i18n
Requires-Dist: babel<3,>=2.13.0; extra == 'i18n'
Provides-Extra: mongo
Requires-Dist: motor<3.8,>=3.3.2; extra == 'mongo'
Requires-Dist: pymongo<4.18,>4.5; extra == 'mongo'
Provides-Extra: proxy
Requires-Dist: aiohttp-socks<1.12.0,>=0.10.1; extra == 'proxy'
Provides-Extra: redis
Requires-Dist: redis[hiredis]<8,>=6.2.0; extra == 'redis'
Description-Content-Type: text/markdown

# aiorubi

<p align="center">
  <img src="docs/_static/logo.png" alt="aiorubi Logo" width="180">
</p>
<p align="center">
    <em><strong>aiorubi</strong> is a modern and fully asynchronous library for <a href="https://rubika.ir/botapi">Rubika Bot API</a> written in Python 3.10+ using <a href="https://docs.python.org/3/library/asyncio.html">asyncio</a> and <a href="https://github.com/aio-libs/aiohttp">aiohttp</a>.</em>
</p>
<p align="center">
    <a href="https://opensource.org/license/MIT">
        <img src="https://img.shields.io/pypi/l/aiorubi" alt="License">
    </a>
    <a href="https://pypi.org/project/aiorubi">
        <img src="https://img.shields.io/pypi/status/aiorubi" alt="Development Status">
    </a>
    <a href="https://pypi.org/project/aiorubi">
        <img src="https://img.shields.io/pypi/v/aiorubi" alt="PyPI Version">
    </a>
    <a href="https://pepy.tech/projects/aiorubi">
        <img src="https://static.pepy.tech/personalized-badge/aiorubi?period=total&units=ABBREVIATION&left_color=GREY&right_color=BLUE&left_text=downloads" alt="Downloads">
    </a>
    <a href="https://pypi.org/project/aiorubi">
        <img src="https://img.shields.io/pypi/pyversions/aiorubi.svg?color=%2334D058" alt="Supported Python versions">
    </a>
</p>

---

**Documentation**: https://aiorubi.readthedocs.io

**Source Code**: https://github.com/AmirSF01/aiorubi

**Rubika channel**: [@aiorubi](https://rubika.ir/aiorubi)

---

