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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: grapefruit
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Jonathan Carter <jcc@debian.org>
Build-Depends: debhelper (>= 11),
dh-python,
python-all,
python-future,
python-pytest,
python-setuptools,
python3-all,
python3-future,
python3-pytest,
python3-setuptools,
python3-sphinx
Standards-Version: 4.2.1
Homepage: https://github.com/xav/grapefruit
Vcs-Git: https://salsa.debian.org/python-team/modules/grapefruit.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/grapefruit
Testsuite: autopkgtest-pkg-python
Package: python-grapefruit
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Suggests: python-grapefruit-doc
Description: Python module to manipulate color information easily (Python 2)
GrapeFruit is a pure Python module that lets you easily manipulate and convert
color information. Its primary goal is to be natural and flexible.
.
The following color systems are supported by GrapeFruit:
* RGB (sRGB)
* HSL
* HSV
* YIQ
* YUV
* CIE-XYZ
* CIE-LAB (with the illuminant you want)
* CMY
* CMYK
* HTML/CSS color definition (#RRGGBB, #RGB or the X11 color name)
* RYB (artistic color wheel)
.
This package provides the Python2 version.
Package: python3-grapefruit
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-grapefruit-doc
Description: Python module to manipulate color information easily (Python 3)
GrapeFruit is a pure Python module that lets you easily manipulate and convert
color information. Its primary goal is to be natural and flexible.
.
The following color systems are supported by GrapeFruit:
* RGB (sRGB)
* HSL
* HSV
* YIQ
* YUV
* CIE-XYZ
* CIE-LAB (with the illuminant you want)
* CMY
* CMYK
* HTML/CSS color definition (#RRGGBB, #RGB or the X11 color name)
* RYB (artistic color wheel)
.
This package provides the Python3 version.
Package: python-grapefruit-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python-grapefruit
Description: Python module to manipulate color information easily - documentation
GrapeFruit is a pure Python module that let you easily manipulate and convert
color information. Its primary goal is to be natural and flexible.
.
This package provides the documentation for GrapeFruit.
|