python-colour 0.1.5-3 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

 -- Sandro Tosi <email address hidden>  Sat, 18 Jun 2022 20:05:56 -0400

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
Mantic release universe misc
Lunar release universe misc
Kinetic release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-colour_0.1.5-3.dsc 2.0 KiB 34d55095710523d7b0a800ed2cffa1bad7604acc3f91fe8c3d2314bb72971845
python-colour_0.1.5.orig.tar.gz 21.6 KiB b350ef5494f54cd8bd5d10e3c7161a181cd855f6949828e4d98c9a8bf2dd538f
python-colour_0.1.5-3.debian.tar.xz 2.5 KiB e99402a717150ee416f638517e9f085ece792a92116ee8a8a12dcedc00e699a6

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.