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 theLimiter
extension.
This allows for a more fine grained control for end users while also
simplifying the internal implementation of different types
of limits.
Compatibility
- Prefix all internal sub modules with underscore.
All imports should be from the rootflask_limiter
namespace only.
Development
- Migrate all project metadata to pyproject
- Remove versioneer
- Use uv for development
- Use hatch for build