1 { lib, buildPythonPackage, fetchPypi, pytest }:
3 buildPythonPackage rec {
9 sha256 = "72feca71cf7d79830cd6d9181b02edf227b867d503bec953cf9fa91bf44896bd";
12 checkInputs = [ pytest ];
19 description = "A library of color palettes";
20 homepage = "https://jiffyclub.github.io/palettable/";
21 license = licenses.mit;
22 maintainers = with maintainers; [ psyanticy ];