gentoo/dev-python/ratelimit/metadata.xml
John Helmert III 43be44e93d
*/*: retire Horea Christian as proxied maintainer
Closes: https://bugs.gentoo.org/606138
Signed-off-by: John Helmert III <ajak@gentoo.org>
2023-01-07 23:28:33 -06:00

16 lines
592 B
XML

<?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>