Source: colorzero Maintainer: Debian Python Team Uploaders: Dave Jones , Peter Green , Homepage: https://pypi.org/project/colorzero/ Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-doc, python3-setuptools, python3-sphinx, python3-sphinx-rtd-theme, python3-pytest, Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/python-team/packages/colorzero.git Vcs-Browser: https://salsa.debian.org/python-team/packages/colorzero Rules-Requires-Root: no Package: python3-colorzero Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources Description: Construct, convert, and manipulate colors in a Pythonic manner. Colorzero is a library for working with colors in Python. It is not intended to be as comprehensive as colormath, but is intended to be a little easier to use, particularly for beginners. The major difference with colorzero is that colors are tuples and thus immutable. Standard mathematical operators (addition, subtraction, multiplication, etc.) are used to generate new colors. Conversions are provided for a wide variety of systems including YUV, RGB565, CMYK, CIE Lab, and so on. . This is the Python 3 version of the package. Package: python-colorzero-doc Architecture: all Section: doc Depends: ${sphinxdoc:Depends}, ${misc:Depends} Description: Construct, convert, and manipulate colors in a Pythonic manner. Colorzero is a library for working with colors in Python. It is not intended to be as comprehensive as colormath, but is intended to be a little easier to use, particularly for beginners. The major difference with colorzero is that colors are tuples and thus immutable. Standard mathematical operators (addition, subtraction, multiplication, etc.) are used to generate new colors. Conversions are provided for a wide variety of systems including YUV, RGB565, CMYK, CIE Lab, and so on. . This is the version-independent documentation for the package.