Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
flask_limiter-3.13-py3-none-any.whl | 2025-09-12 | 30.2 kB | |
flask_limiter-3.13.tar.gz | 2025-09-12 | 305.6 kB | |
3.13 source code.tar.gz | 2025-09-12 | 319.7 kB | |
3.13 source code.zip | 2025-09-12 | 354.2 kB | |
README.md | 2025-09-12 | 412 Bytes | |
Totals: 5 Items | 1.0 MB | 6 |
Feature
- Expose
flask_limiter.Limit
,flask_limiter.RouteLimit
,flask_limiter.ApplicationLimit
&flask_limiter.MetaLimit
limit description classes that can be used to pass in default, application & meta limits to the Limiter extension. This allows for a more fine grained control for end users while also simplifying the internal implementation of different types of limits.