summaryrefslogtreecommitdiff
blob: d191e88e1329058853fcb40bc3927872eaef2245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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" proxied="yes">
		<email>gentoo@chymera.eu</email>
		<name>Horea Christian</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<upstream>
		<remote-id type="github">tomasbasham/ratelimit</remote-id>
		<remote-id type="pypi">ratelimit</remote-id>
	</upstream>
</pkgmetadata>