Metadata-Version: 2.4
Name: aiorubi
Version: 1.0.0
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: 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

aiorubi is a modern, asynchronous Python library for the Rubika Bot API.
It provides an intuitive and developer-friendly interface,
leveraging Python's asyncio to handle high-concurrency workloads efficiently —
making it suitable for everything from simple personal bots to large-scale production applications.
