aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-ratelimiter/pkg-descr
blob: d9bc5038cd9e826a3df542e98882ec434b2b2e91 (plain) (blame)
1
2
3
4
This package provides the ratelimiter module, which ensures that an operation
will not be executed more than a given number of times on a given period. This
can prove useful when working with third parties APIs which require for example
a maximum of 10 requests per second.