You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-python/ratelimit/metadata.xml

16 lines
592 B

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