6 buildPythonPackage rec {
7 pname = "python-status";
12 inherit pname version;
13 sha256 = "0lryrvmi04g7d38ilm4wfw717m0ddhylrzb5cm59lrp3ai3q572f";
16 # Project doesn't ship tests yet
19 pythonImportsCheck = [ "status" ];
22 description = "HTTP Status for Humans";
23 homepage = "https://github.com/avinassh/status/";
24 license = with licenses; [ mit ];
25 maintainers = with maintainers; [ fab ];