python-colormath 3.0.0-3 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Avoid pypi.org in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 17 Oct 2022 01:47:30 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-colormath_3.0.0-3.dsc 2.1 KiB 364ce3b3752d185e7fa1645217e331aa8ea2b686fccf9a385a9e0c8998049efc
python-colormath_3.0.0.orig.tar.gz 38.8 KiB 3d4605af344527da0e4f9f504fad7ddbebda35322c566a6c72e28edb1ff31217
python-colormath_3.0.0-3.debian.tar.xz 2.7 KiB f7deb4fb78c50aae35537013aea0ecef776ab8251215ddc105db5752b583028d

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.