Metadata-Version: 2.1
Name: aiosteady
Version: 0.1.0
Summary: Rate limiting for asyncio
License: MIT
Author: Tin Tvrtkovic
Author-email: tinchester@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aioredis (>=1.3.1,<2.0.0)
Requires-Dist: attrs (>=20.3.0,<21.0.0)
Description-Content-Type: text/x-rst

aiosteady: rate limiting for asyncio
====================================

.. image:: https://img.shields.io/pypi/v/aiosteady.svg
        :target: https://pypi.python.org/pypi/aiosteady

.. image:: https://travis-ci.org/Tinche/aiosteady.svg?branch=master
        :target: https://travis-ci.org/Tinche/aiosteady

.. image:: https://codecov.io/gh/Tinche/aiosteady/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/Tinche/aiosteady

.. image:: https://img.shields.io/pypi/pyversions/aiosteady.svg
        :target: https://github.com/Tinche/aiosteady
        :alt: Supported Python versions

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black

**aiosteady** is an Apache2 licensed library, written in Python, for rate limiting
in asyncio application using Redis.
