asgi-ratelimit
A ASGI Middleware to rate limit
File Explorer
Download Latest Version (.zip)- ci.yml
- pypi.yml
- __init__.py
- ip.py
- jwt.py
- session.py
- __init__.py
- base.py
- redis.py
- simple.py
- slidingredis.py
- __init__.py
- __version__.py
- core.py
- py.typed
- rule.py
- types.py
- upload.py
- __init__.py
- test_ip.py
- test_jwt.py
- test_session.py
- __init__.py
- backend_utils.py
- test_redis.py
- test_simple.py
- __init__.py
- test_core.py
- test_ratelimit.py
- .flake8
- .gitattributes
- .gitignore
- LICENSE
- poetry.lock
- pyproject.toml
- README.md
# Installation Guide
git clone https://github.com/abersheeran/asgi-ratelimit
Downloads the entire project code from GitHub to your computer.
cd asgi-ratelimit
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- Python 3 Python is required to use pip.
pip install asgi-ratelimit
Installs the package published on PyPI directly β no need to clone the source.
pip install asgi-ratelimit[redis]
Installs the package published on PyPI directly β no need to clone the source.
pip install asgi-ratelimit[jwt]
Installs the package published on PyPI directly β no need to clone the source.
pip install asgi-ratelimit[full]
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
3. Python
Easypip install asgi-ratelimit
Installs the package published on PyPI directly β no need to clone the source.
pip install asgi-ratelimit[redis]
Installs the package published on PyPI directly β no need to clone the source.
pip install asgi-ratelimit[jwt]
Installs the package published on PyPI directly β no need to clone the source.
pip install asgi-ratelimit[full]
Installs the package published on PyPI directly β no need to clone the source.
Pulled directly from this repo's README.
