python-webcolors 1.11.1 HTML/CSS color definitions library
python-webcolors
is a module for working with HTML/CSS color definitions. Normalizing and converting between the following formats is supported.
Specification-defined color names
Six-digit hexadecimal
Three-digit hexadecimal
Integer rgb() triplet
Percentage rgb() triplet
Only the RGB colorspace is supported. Conversion to/from the HSL colorspace can be handled by the colorsys
module in the Python standard library.
- Website: https://github.com/ubernostrum/webcolors
- License: Modified BSD
- Package source: python-web.scm
- Patches: None
- Builds: x86_64-linux, aarch64-linux, powerpc64le-linux, i686-linux, armhf-linux, i586-gnu