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
Description: ..
            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.
        
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
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: all
