utnapischtim / flask-iiif

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

Home Page:https://flask-iiif.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask-IIIF

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

About

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

https://flask-iiif.readthedocs.io

License:Other


Languages

Language:Python 99.2%Language:Shell 0.8%