Metadata-Version: 2.1
Name: invenio-previewer
Version: 1.3.2
Summary: Invenio module for previewing files.
Home-page: https://github.com/inveniosoftware/invenio-previewer
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            This file is part of Invenio.
            Copyright (C) 2015-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-Previewer
        ===================
        
        .. image:: https://img.shields.io/github/license/inveniosoftware/invenio-previewer.svg
                :target: https://github.com/inveniosoftware/invenio-previewer/blob/master/LICENSE
        
        .. image:: https://img.shields.io/travis/inveniosoftware/invenio-previewer.svg
                :target: https://travis-ci.org/inveniosoftware/invenio-previewer
        
        .. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-previewer.svg
                :target: https://coveralls.io/r/inveniosoftware/invenio-previewer
        
        .. image:: https://img.shields.io/pypi/v/invenio-previewer.svg
                :target: https://pypi.org/pypi/invenio-previewer
        
        
        Invenio module for previewing files.
        
        Features:
        
        - File previewing.
        - Support for PDF, ZIP, CSV, MARKDOWN, XML, JSON, PNG, JPG and GIF out-of-the-box.
        - Extensible API to create new previewers.
        
        Further documentation available: https://invenio-previewer.readthedocs.io/
        
        
        ..
            This file is part of Invenio.
            Copyright (C) 2016-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.
        
        
        
        Changes
        =======
        
        Version 1.3.2 (Release 2020-12-11)
        ------------------------------------
        
        - Fixes the preview button and the question icon mark in the Jinja macro.
        
        Version 1.3.1 (Release 2020-12-11)
        ------------------------------------
        
        - Fixes the file download link the Jinja macro for listing files.
        
        Version 1.3.0 (Release 2020-12-10)
        ------------------------------------
        
        - Migration to Semantic-UI.
        - Drops support of flask-assets.
        - Fixes PDF.js static asset paths.
        - Migrate CI to GitHub Actions.
        - Fixes imports in Bootstrap and Semantic UI files.
        
        Version 1.2.1 (Release 2020-05-07)
        ----------------------------------
        
        - set Sphinx ``<3`` because of errors related to application context
        - stop using example app
        
        Version 1.2.0 (Release 2020-03-13)
        ----------------------------------
        
        - Change flask dependency to centrally managed by invenio-base
        - Drop support for Python 2.7
        
        Version 1.1.0 (Release 2019-12-20)
        ----------------------------------
        
        - Changes styling and method signature of file_list macro.
        
        Version 1.0.2 (Release 2019-11-21)
        ----------------------------------
        
        - Removes inline styling from simple image previewer for Content Security
          Policy compliance
        
        Version 1.0.1 (Release 2019-08-02)
        ----------------------------------
        
        - Removes html sanitization config
        
        Version 1.0.0 (release 2019-07-29)
        ----------------------------------
        
        - Initial public release.
        
Keywords: invenio previewer
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 :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Development Status :: 5 - Production/Stable
Provides-Extra: docs
Provides-Extra: files
Provides-Extra: tests
Provides-Extra: all
