Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inveniosoftware/flask-iiif
Flask-IIIF is permitting easy integration with the International Image Interoperability Framework (IIIF) API standards.
https://github.com/inveniosoftware/flask-iiif
Last synced: 4 days ago
JSON representation
Flask-IIIF is permitting easy integration with the International Image Interoperability Framework (IIIF) API standards.
- Host: GitHub
- URL: https://github.com/inveniosoftware/flask-iiif
- Owner: inveniosoftware
- License: other
- Created: 2014-10-20T15:10:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T21:09:26.000Z (12 days ago)
- Last Synced: 2024-12-14T16:07:55.048Z (11 days ago)
- Language: Python
- Homepage: https://flask-iiif.readthedocs.io
- Size: 216 KB
- Stars: 28
- Watchers: 87
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-iiif - Flask-IIIF - Flask extension to support IIIF in Python/Flask applications. See [Flask-IIIF previewer demo](http://flask-iiif.herokuapp.com/previewer) and [Flask-IIIF RESTful demo](http://flask-iiif.herokuapp.com/restful). (Image Server Shims / IIIF Extensions)
README
============
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/LICENSEAbout
=====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_sphinxTesting
=======
Running the test suite is as simple as: ::python setup.py test
or, to also show code coverage: ::
./run-tests.sh