Metadata-Version: 2.1
Name: ratelimiteredis
Version: 0.1.23
Summary: An async ratelimiter using aioredis
Home-page: https://github.com/PredaaA/ratelimiteredis
Author: PredaaA (Predä 。#1001)
License: GPLv3
Project-URL: Issue Tracker, https://github.com/PredaaA/ratelimiteredis/issues
Project-URL: Source Code, https://github.com/PredaaA/ratelimiteredis
Description: # ratelimiteredis
        
        An async ratelimiter using aioredis inspired from [redis-ratelimit project](https://github.com/romantomjak/redis-ratelimit).
        
        ## Installation
        
        ```bash
        python3.7 -m pip install -U ratelimiteredis
        ```
        
        <!-- ## Usage
        
        ```py
        import ratelimiteredis
        ``` -->
        
        ## TODO
        
        More flexibility with rates.<br>
        An discord.py integration for cooldowns.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Provides-Extra: style
