8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "07dirdd8y23706110nb0lfz5pzbrcvd9y74h64la3y8igqbk4vc2";
18 propagatedBuildInputs = [ decorator ];
20 pythonImportsCheck = [ "ratelim" ];
22 # package has no tests
26 homepage = "https://github.com/themiurgo/ratelim";
27 description = "Simple Python library that limits the number of times a function can be called during a time interval";
28 license = licenses.mit;
29 maintainers = with maintainers; [ dgliwka ];