Installation

You can install this library just by running:

pip install fastlimits

Then you can start using it!

As we mentioned before, FastLimits supports multiple storage backends courtesy of limist library.

You can read more about different flavours of limits storage backend in their Installation manual.

But... you can take a shortcut and install those flavours directly:

pip install "fastlimits[async-redis]"

pip install "fastlimits[async-memcached]"

pip install "fastlimits[async-mongodb]"

pip install "fastlimits[async-etcd]"

Before you dive in, take a look at the next few chapters as they walk you in on how to get started.