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