1 { lib, buildPythonPackage, fetchPypi, numpy
4 buildPythonPackage rec {
5 pname = "colorspacious";
10 inherit pname version;
11 sha256 = "065n24zbm9ymy2gvf03vx5cggk1258vcjdaw8jn9v26arpl7542y";
14 propagatedBuildInputs = [
19 homepage = "https://github.com/njsmith/colorspacious";
20 description = "A powerful, accurate, and easy-to-use Python library for doing colorspace conversions ";
21 license = lib.licenses.mit;
22 maintainers = with lib.maintainers; [ tbenst ];