gentoo-ebuilds/dev-python/ratelimit/metadata.xml
Michał Górny b9b98bb003
dev-python/ratelimit: Take for python@
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2024-08-10 15:20:36 +02:00

18 lines
665 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
<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>