blob: a0f8f0221eaf866d146a3902b56c591ab6bc020e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
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.
</longdescription>
<stabilize-allarches/>
<upstream>
<remote-id type="github">tomasbasham/ratelimit</remote-id>
<remote-id type="pypi">ratelimit</remote-id>
</upstream>
</pkgmetadata>
|