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
|
Source: psd-tools
Section: python
Priority: optional
Maintainer: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
cython3,
python3-all,
python3-all-dev,
python3-pytest,
python3-setuptools,
python3-skimage,
python3-sphinx-rtd-theme,
sphinx | python3-sphinx | dh-sequence-sphinxdoc
Standards-Version: 4.6.1
Homepage: https://github.com/psd-tools/psd-tools
Package: python3-psd-tools
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Suggests: python3-ipython, python3-psd-tools-doc
Provides: ${python3:Provides}
Description: library for working with Adobe Photoshop PSD files (Python 3)
psd-tools is a library that can read and write of the low-level PSD/PSB
file structure and raw layer image export in NumPy and PIL format.
.
This package installs the library for Python 3.
Package: python3-psd-tools-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: library for working with Adobe Photoshop PSD files (documentation)
psd-tools is a library that can read and write of the low-level PSD/PSB
file structure and raw layer image export in NumPy and PIL format.
.
This is the common documentation package.
|