python-colormath 3.0.0-1.1 source package in Ubuntu

Changelog

python-colormath (3.0.0-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Tue, 05 Jan 2021 16:22:18 +0100

Upload details

Uploaded by:
Debian Med
Uploaded to:
Sid
Original maintainer:
Debian Med
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-colormath_3.0.0-1.1.dsc 2.1 KiB 7aeaef1777c4b62b560db9b7aec6386a74ffbc65bd4e861ac776047586f63b31
python-colormath_3.0.0.orig.tar.gz 38.8 KiB 3d4605af344527da0e4f9f504fad7ddbebda35322c566a6c72e28edb1ff31217
python-colormath_3.0.0-1.1.debian.tar.xz 2.3 KiB 0f3fffd59f24f89a0375c5dfb8268ecff91cd0bcc80ae96a794389843bd409b6

Available diffs

No changes file available.

Binary packages built by this source

python3-colormath: 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.