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 or 3.X)
* Cython_ (≥ 0.19, or ≥ 0.20 for Python 3)
* pkg-config_ (required on POSIX systems)

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

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

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

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