dev-python/ratelimit: new ebuild.
authorHorea Christian <horea.christ@yandex.com>
Sat, 9 Sep 2017 21:29:11 +0000 (23:29 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 15 Sep 2017 08:37:02 +0000 (10:37 +0200)
commit13c07615ceacfdf51151d098f2736ac809496c09
treeb18353eeecf8bbd5250cd1a3c2f461dd25c8da7b
parentc9f45822eb8d35edd14a785d591dd7521875f594
dev-python/ratelimit: new ebuild.

ratelimit introduces a method decorator preventing a method from being called
more than once within a given time period. It prevents API providers from
banning your applications by conforming to set rate limits.

Package-Manager: Portage-2.3.8, Repoman-2.3.3
Closes: https://github.com/gentoo/gentoo/pull/5675
dev-python/ratelimit/Manifest [new file with mode: 0644]
dev-python/ratelimit/metadata.xml [new file with mode: 0644]
dev-python/ratelimit/ratelimit-1.4.1.ebuild [new file with mode: 0644]