Metadata-Version: 2.4
Name: flask-iiif
Version: 2.0.1
Summary: Flask-IIIF extension provides easy IIIF API standard integration.
Project-URL: Repository, http://github.com/inveniosoftware/flask-iiif/
Author-email: Invenio collaboration <info@inveniosoftware.org>
License-Expression: BSD-3-Clause
License-File: AUTHORS
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Requires-Dist: blinker>=1.4
Requires-Dist: cachelib>=0.1
Requires-Dist: flask-restful>=0.3.7
Requires-Dist: flask>=2.0
Requires-Dist: pillow>=7.0
Requires-Dist: six>=1.7.2
Provides-Extra: tests
Requires-Dist: flask-testing>=0.6.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio>=1.4.0; extra == 'tests'
Requires-Dist: redis>=3.5; extra == 'tests'
Requires-Dist: sphinx>=4.5; extra == 'tests'
Description-Content-Type: text/x-rst

============
 Flask-IIIF
============

.. image:: https://github.com/inveniosoftware/flask-iiif/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/flask-iiif/actions

.. image:: https://img.shields.io/coveralls/inveniosoftware/flask-iiif.svg
        :target: https://coveralls.io/r/inveniosoftware/flask-iiif

.. image:: https://img.shields.io/github/tag/inveniosoftware/flask-iiif.svg
        :target: https://github.com/inveniosoftware/flask-iiif/releases

.. image:: https://img.shields.io/pypi/dm/flask-iiif.svg
        :target: https://pypi.python.org/pypi/flask-iiif

.. image:: https://img.shields.io/github/license/inveniosoftware/flask-iiif.svg
        :target: https://github.com/inveniosoftware/flask-iiif/blob/master/LICENSE

About
=====

Flask-IIIF is a Flask extension permitting easy integration with the
International Image Interoperability Framework (IIIF) API standards.

Installation
============

Flask-IIIF is on PyPI so all you need is: ::

    pip install Flask-IIIF

Documentation
=============

Documentation is readable at http://flask-iiif.readthedocs.io or can be
built using Sphinx: ::

    git submodule init
    git submodule update
    pip install Sphinx
    python setup.py build_sphinx

Testing
=======
Running the test suite is as simple as: ::

    python setup.py test

or, to also show code coverage: ::

    ./run-tests.sh
