diff options
author | Horea Christian <horea.christ@yandex.com> | 2017-09-09 23:29:11 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-09-15 10:37:02 +0200 |
commit | 13c07615ceacfdf51151d098f2736ac809496c09 (patch) | |
tree | b18353eeecf8bbd5250cd1a3c2f461dd25c8da7b /dev-python/ratelimit/metadata.xml | |
parent | sys-block/thin-provisioning-tools: stable 0.7.0 for ia64, bug #619126 (diff) | |
download | gentoo-13c07615ceacfdf51151d098f2736ac809496c09.tar.gz gentoo-13c07615ceacfdf51151d098f2736ac809496c09.tar.bz2 gentoo-13c07615ceacfdf51151d098f2736ac809496c09.zip |
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
Diffstat (limited to 'dev-python/ratelimit/metadata.xml')
-rw-r--r-- | dev-python/ratelimit/metadata.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/ratelimit/metadata.xml b/dev-python/ratelimit/metadata.xml new file mode 100644 index 000000000000..b656231c3c9c --- /dev/null +++ b/dev-python/ratelimit/metadata.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <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> + <maintainer type="person"> + <email>horea.christ@gmail.com</email> + <name>Horea Christian</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">tomasbasham/ratelimit"</remote-id> + </upstream> +</pkgmetadata> |