Source: wand Section: python Priority: optional Maintainer: Changwoo Ryu Build-Depends: debhelper (>= 9.0.0), dh-python (>> 1.20130913), pypy, python-all (>= 2.6.6-3~), python-setuptools, python3-all (>= 3.2~), python3-setuptools, python3-sphinx (>= 1.0.7+dfsg), Standards-Version: 4.1.5 Homepage: https://github.com/dahlia/wand Vcs-Git: https://salsa.debian.org/debian/wand.git Vcs-Browser: https://salsa.debian.org/debian/wand Package: python-wand Architecture: all Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, libmagickwand-6.q16-6 Suggests: wand-doc Description: Python interface for ImageMagick library (Python 2 build) Wand is a ctypes-based simple ImageMagick binding for Python. It doesn't cover all functionalities of MagickWand API currently. . Wand provides Pythonic and modern interfaces, good documentation, binding through ctypes (which works on PyPy) and installation using pip or easy_install. . This module is built for Python version 2.x. Package: python3-wand Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, libmagickwand-6.q16-6 Suggests: wand-doc Description: Python interface for ImageMagick library (Python 3 build) Wand is a ctypes-based simple ImageMagick binding for Python. It doesn't cover all functionalities of MagickWand API currently. . Wand provides Pythonic and modern interfaces, good documentation, binding through ctypes (which works on PyPy) and installation using pip or easy_install. . This module is built for Python version 3.x. Package: pypy-wand Architecture: all Depends: ${pypy:Depends}, ${misc:Depends}, libmagickwand-6.q16-6 Suggests: wand-doc Description: Python interface for ImageMagick library (PyPy build) Wand is a ctypes-based simple ImageMagick binding for Python. It doesn't cover all functionalities of MagickWand API currently. . Wand provides Pythonic and modern interfaces, good documentation, binding through ctypes (which works on PyPy) and installation using pip or easy_install. . This module is built for PyPy. Package: wand-doc Architecture: all Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Suggests: python-wand Description: Python interface for ImageMagick library - documentation Wand is a ctypes-based simple ImageMagick binding for Python. It doesn't cover all functionalities of MagickWand API currently. . Wand provides Pythonic and modern interfaces, good documentation, binding through ctypes (which works on PyPy) and installation using pip or easy_install. . This package includes documentation for Wand.