Installation#
Install the package with pip:
$ pip install throttled-py
1) Optional Dependencies#
Starting from v2.0.0,
only core dependencies(in-memory) are installed by default.
To enable additional features, install optional dependencies as follows (multiple extras can be comma-separated):
$ pip install "throttled-py[redis]"
$ pip install "throttled-py[redis,in-memory]"
2) Extras#
Extra |
Description |
|---|---|
|
Install all extras. |
|
Use In-Memory as storage backend. |
|
Use Redis as storage backend. |