jwilk-archive / python-djvulibre

Python interface to DjVuLibre
GNU General Public License v2.0
25 stars 11 forks source link
djvu

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:

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

.. _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/

Acknowledgment

python-djvulibre development was supported by the Polish Ministry of Science and Higher Education's grant no. N N519 384036 (2009–2012, https://bitbucket.org/jsbien/ndt).

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