blob: 1f907511a6a13c8f5df6e3cef700fa3e243cc82b [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001DESCRIPTION = "Simple, easy-to-use throttler for asyncio."
2HOMEPAGE = "https://github.com/hallazzang/asyncio-throttle"
3SECTION = "devel/python"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c7906e56b70808e1ade6ca05e0bb48d5"
6
7SRC_URI[sha256sum] = "2675282e99d9129ecc446f917e174bc205c65e36c602aa18603b4948567fcbd4"
8
9inherit pypi setuptools3