python-colour 0.1.5-4 source package in Ubuntu

Changelog

python-colour (0.1.5-4) unstable; urgency=medium

  * Team upload
  * Add patch from patch-queue branch
    Added patch:
    0001-Update-setup.-cfg-py-to-work-with-setuptools.patch
    (Closes: #1042199)
  * d/control: Running wrap-and-sort -ast
  * d/watch: Update file to version 4
  * d/control: Update B-D packages
  * d/control: Bump Standards-Version to 4.6.2

 -- Carsten Schoenert <email address hidden>  Fri, 08 Sep 2023 15:01:03 +0530

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-colour_0.1.5-4.dsc 2.0 KiB 976dd533141dcefb9da38e4015cad805142ba67fb5ad05452e167864a33a9e78
python-colour_0.1.5.orig.tar.gz 21.6 KiB b350ef5494f54cd8bd5d10e3c7161a181cd855f6949828e4d98c9a8bf2dd538f
python-colour_0.1.5-4.debian.tar.xz 3.8 KiB 0fffb319420ca4eab9f952338340d9aafa9041fd33a850d3dd279dceb543ccff

Available diffs

No changes file available.

Binary packages built by this source

python3-colour: converts and manipulates various color representation - Python 2.X

 Converts and manipulates common color representation (RGB, HSL, web, ...)
 .
 Features:
 .
  * Damn simple and pythonic way to manipulate color representation
  * Full conversion between RGB, HSL, 6-digit hex, 3-digit hex, human
    color
  * One object (Color) or bunch of single purpose function (rgb2hex,
    hsl2rgb, ...)
  * web format that use the smallest representation between 6-digit
    (e.g. #fa3b2c), 3-digit (e.g. #fbb), fully spelled color
    (e.g. white), following W3C color naming for compatible CSS or HTML
    color specifications.
  * smooth intuitive color scale generation choosing N color gradients.
  * can pick colors for you to identify objects of your application.