Source: python-colormap Maintainer: Debian Python Team Uploaders: Andreas Tille Section: python Testsuite: autopkgtest-pkg-pybuild Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools, python3-matplotlib , python3-numpy , python3-easydev , python3-pytest , python3-pytest-cov , python3-pytest-xdist Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-colormap Vcs-Git: https://salsa.debian.org/python-team/packages/python-colormap.git Homepage: https://colormap.readthedocs.io/ Rules-Requires-Root: no Package: python3-colormap Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, # not sure why these didn't get added by dh-sequence-python3 python3-matplotlib, python3-numpy, python3-easydev Description: ease manipulation of matplotlib colormaps and color codecs (Python 3) The colormap package provides simple utilities to convert colors between RGB, HEX, HLS, HUV and a class to easily build colormaps for matplotlib. All matplotlib colormaps and some R colormaps are available altogether. The plot_colormap method (see below) is handy to quickly pick up a colormaps and the test_colormap is useful to see test a new colormap. . This package installs the library for Python 3.