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