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
|
Source: python-imageio
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>,
Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-numpy <!nocheck> <!nodoc>,
python3-numpydoc <!nodoc>,
python3-fsspec <!nocheck>,
python3-pil <!nocheck>,
python3-psutil <!nocheck>,
python3-pytest <!nocheck>,
python3-setuptools,
python3-pydata-sphinx-theme <!nodoc>,
python3-sphinx <!nodoc>,
sphinx-common
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/python-imageio
Vcs-Git: https://salsa.debian.org/science-team/python-imageio.git
Homepage: https://imageio.github.io/
Rules-Requires-Root: no
Package: python3-imageio
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Suggests: python-imageio-doc <!nodoc>,
python3-astropy,
python3-gdal,
ffmpeg
Description: library for reading and writing image data (Python 3)
Imageio is a Python library that provides an easy interface to read and write
a wide range of image data, including animated images, video, volumetric data,
and scientific formats.
.
This package provides the library for Python 3.
Package: python-imageio-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation for imageio
Imageio is a Python library that provides an easy interface to read and write
a wide range of image data, including animated images, video, volumetric data,
and scientific formats.
.
This package provides the documentation.
Build-Profiles: <!nodoc>
|