Metadata-Version: 2.4
Name: ratelimiter_lite
Version: 0.3.1
Summary: Rate Limit Components
License: MIT
License-File: LICENSE.txt
Author: jackcizon
Author-email: jack20021213cn@gmail.com
Requires-Python: >=3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Description-Content-Type: text/x-rst

Rate Limit Components
=====================

.. image:: https://github.com/jackcizon/ratelimiter_lite/actions/workflows/ci.yaml/badge.svg
   :target: https://github.com/jackcizon/ratelimiter_lite/actions/workflows/ci.yaml/badge.svg
   :alt: CI


**version: 0.3.1**

Download:
^^^^^^^^^

.. code-block:: shell

   pip install ratelimiter_lite

See docs:
^^^^^^^^^

.. code-block:: bash

   git clone https://github.com/jackcizon/ratelimiter_lite.git
   cd ratelimiter_lite
   poetry install --with dev
   make docs

