1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: webcolors
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Kouhei Maeda <mkouhei@palmtb.net>,
Alexandre Detiste <tchet@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-pdm-backend,
python3-pytest <!nocheck>,
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.3
Homepage: https://github.com/ubernostrum/webcolors/
Vcs-Git: https://salsa.debian.org/python-team/packages/webcolors.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/webcolors
Package: python3-webcolors
Architecture: all
Breaks: python3-flux-led (<= 1.2.0), weechat-matrix (<= 0.3.0-3.3)
Depends:
${misc:Depends},
${python3:Depends},
Description: 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.
|