Source: python-colormath Maintainer: Debian Med Packaging Team Uploaders: Dylan Aïssi Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-setuptools, python3-networkx (>= 2.0), python3-numpy, python3-nose Standards-Version: 4.1.5 Vcs-Browser: https://salsa.debian.org/med-team/python-colormath Vcs-Git: https://salsa.debian.org/med-team/python-colormath.git Homepage: https://pypi.org/project/colormath/ Package: python3-colormath Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Description: Abstracts common color math operations (Python 3 version) python-colormath is a simple Python module that spares the user from directly dealing with color math. Some features include: Support for a wide range of color spaces. A good chunk of the CIE spaces, RGB, HSL/HSV, CMY/CMYK, and many more. Conversions between the various color spaces. For example, XYZ to sRGB, Spectral to XYZ, CIE Lab to Adobe RGB. Calculation of color difference. All CIE Delta E functions, plus CMC. Chromatic adaptations (changing illuminants). RGB to hex and vice-versa. 16-bit RGB support. . This package contains the Python 3 version of the library.