8 buildPythonPackage rec {
12 src = fetchFromGitHub {
16 sha256 = "1czs8pvhzi92qy2dch2995rb62mxpbhd80dh2ir7zpa9qcm6wxvx";
19 propagatedBuildInputs = [
24 # aiomcache would be required but last release was in 2017
26 pythonImportsCheck = [ "aiocache" ];
29 description = "Python API Rate Limit Decorator";
30 homepage = "https://github.com/tomasbasham/ratelimit";
31 license = with licenses; [ bsd3 ];
32 maintainers = with maintainers; [ fab ];