Metadata-Version: 2.1
Name: invenio-iiif
Version: 1.1.1
Summary: IIIF API for Invenio.
Home-page: https://github.com/inveniosoftware/invenio-iiif
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio IIIF
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 5 - Production/Stable
Requires-Dist: Flask (<2.0,>=1.1)
Requires-Dist: Flask-IIIF (>=0.6.1)
Requires-Dist: invenio-access (>=1.4.2)
Requires-Dist: invenio-base (>=1.2.4)
Requires-Dist: invenio-celery (>=1.2.2)
Requires-Dist: invenio-files-rest (>=1.0.0)
Requires-Dist: invenio-records-files (>=1.0.0)
Requires-Dist: Wand (>=0.4.4)
Provides-Extra: all
Requires-Dist: Sphinx (<3.4,>=3.3.1) ; extra == 'all'
Requires-Dist: urllib3 (<1.25,>=1.21.1) ; extra == 'all'
Requires-Dist: invenio-db[postgresql,versioning] (>=1.0.9) ; extra == 'all'
Requires-Dist: pytest-invenio (>=1.4.2) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (<3.4,>=3.3.1) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: urllib3 (<1.25,>=1.21.1) ; extra == 'tests'
Requires-Dist: invenio-db[postgresql,versioning] (>=1.0.9) ; extra == 'tests'
Requires-Dist: pytest-invenio (>=1.4.2) ; extra == 'tests'

..
    This file is part of Invenio.
    Copyright (C) 2018-2019 CERN.

    Invenio is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.

==============
 Invenio-IIIF
==============

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

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

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

.. image:: https://img.shields.io/pypi/v/invenio-iiif.svg
        :target: https://pypi.org/pypi/invenio-iiif

IIIF Image API implementation for Invenio

Features:

- Thumbnail generation and previewing of images.
- Allows to preview, resize and zoom images, by implementing the `IIIF <https://iiif.io/>`_ API.
- Provide celery task to create image thumbnails.

Further documentation available: https://invenio-iiif.readthedocs.io/


..
    This file is part of Invenio.
    Copyright (C) 2018-2020 CERN.

    Invenio is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 1.1.1 (released 2021-05-27)

- Make API decorator and image opener handler configurable.

Version 1.1.0 (released 2020-03-19)

- Remove Python 2.7 support.
- Bump Flask-IIIF to v0.6.

Version 1.0.0 (released 2019-07-24)

- Initial public release.


