9 buildPythonPackage rec {
10 pname = "asyncio-throttle";
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
18 sha256 = "1hsjcymdcm0hf4l68scf9n8j7ba89azgh96xhxrnyvwxfs5acnmv";
26 pythonImportsCheck = [ "asyncio_throttle" ];
29 description = "Simple, easy-to-use throttler for asyncio";
30 homepage = "https://github.com/hallazzang/asyncio-throttle";
31 license = licenses.mit;
32 maintainers = with maintainers; [ hexa ];