webcolors 1.5-2 source package in Ubuntu

Changelog

webcolors (1.5-2) unstable; urgency=medium

  * debian/control
    - Bumped Standards-Version to 3.9.8.

 -- Kouhei Maeda <email address hidden>  Thu, 06 Oct 2016 05:25:08 +0900

Upload details

Uploaded by:
Kouhei Maeda
Uploaded to:
Sid
Original maintainer:
Kouhei Maeda
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe python

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
webcolors_1.5-2.dsc 1.8 KiB f7ac35d7e07e822cb3dcdfe96ca8be84e05a770ca985595f5167f49c8cb2b290
webcolors_1.5.orig.tar.gz 29.3 KiB b3b1c3a41e9c69d1982b76b6531239115519f91cc034a24e975749832dc51b8e
webcolors_1.5-2.debian.tar.xz 2.6 KiB e4afde4f658eab31148bddb9bf2bb474f0a133f44ba11567dc46b2c3e453925c

Available diffs

No changes file available.

Binary packages built by this source

python-webcolors: No summary available for python-webcolors in ubuntu focal.

No description available for python-webcolors in ubuntu focal.

python3-webcolors: python3 library of color names and value formats

 For python3, support is included for the following formats, but this support
 RGB colorspace only.
  * Specification-defined color names
  * Six-digit hexadecimal
  * Three-digit hexadecimal
  * Integer rgb() triplet
  * Percentage rgb() triplet
 This module conversion to/from HSL can be handled by the "colorsys" module in
 the Python standard library.