python-colour 0.1.5-2 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * Use debhelper-compat instead of debian/compat.

  [ Andrey Rahmatullin ]
  * Drop Python 2 support.

 -- Andrey Rahmatullin <email address hidden>  Fri, 09 Aug 2019 01:39:28 +0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc
Focal release universe misc

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-colour_0.1.5-2.dsc 2.0 KiB b00e1844d93f70895b0d7f91667dd7972a61125ab034d7e226062bd4d33f9f91
python-colour_0.1.5.orig.tar.gz 21.6 KiB b350ef5494f54cd8bd5d10e3c7161a181cd855f6949828e4d98c9a8bf2dd538f
python-colour_0.1.5-2.debian.tar.xz 2.3 KiB 6c902d859af0c709b8b1c526f4c0855a66309ff36cd751b4cd92f86197dfdea6

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.