Overview
========

**python-djvulibre** is a set of Python bindings for
the DjVuLibre_ library, an open source implementation of DjVu_.

.. _DjVuLibre:
   http://djvu.sourceforge.net/
.. _DjVu:
   http://djvu.org/

Prerequisites
=============

The following software is required to build python-djvulibre:

* DjVuLibre (≥ 3.5.21)
* Python_ (2.6, 2.7 or ≥ 3.3)
* Cython_ (≥ 0.19.1, or ≥ 0.20 for Python 3)
* pkg-config_ (required on POSIX systems)

Additionally, the following software is needed to run the tests:

* subprocess32_ (only for Python 2.X)
* DjVuLibre_ command-line tools
* Ghostscript_

.. _Python:
   https://www.python.org/
.. _Cython:
   https://cython.org/
.. _pkg-config:
   https://wiki.freedesktop.org/www/Software/pkg-config/
.. _subprocess32:
   https://pypi.org/project/subprocess32/
.. _Ghostscript:
   https://www.ghostscript.com/

.. vim:ft=rst ts=3 sts=3 sw=3 et
