8 buildPythonPackage rec {
9 pname = "wcag-contrast-ratio";
13 inherit pname version;
14 sha256 = "sha256-aRkrjlwKfQ3F/xGH7rPjmBQWM6S95RxpyH9Y/oftNhw=";
26 pythonImportsCheck = [ "wcag_contrast_ratio" ];
29 description = "Library for computing contrast ratios, as required by WCAG 2.0";
30 homepage = "https://github.com/gsnedders/wcag-contrast-ratio";
31 license = licenses.mit;
32 maintainers = with maintainers; [ SuperSandro2000 ];