Metadata-Version: 2.1
Name: invenio-files-processor
Version: 0.1.0
Summary: Invenio module for files' processing and or transforming.
Home-page: https://github.com/inveniosoftware/invenio-files-processor
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio files processor
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 :: 3.8
Classifier: Development Status :: 3 - Alpha
Requires-Dist: Flask-BabelEx (>=0.9.4)
Requires-Dist: blinker (>=1.4)
Requires-Dist: invenio-files-rest (>=1.0.6)
Requires-Dist: tika (==1.24)
Provides-Extra: all
Requires-Dist: Sphinx (>=3) ; extra == 'all'
Requires-Dist: tika (==1.24) ; extra == 'all'
Requires-Dist: pytest-invenio (>=1.4.0) ; extra == 'all'
Requires-Dist: mock (>=3.0.5) ; extra == 'all'
Requires-Dist: invenio-db (>=1.0.4) ; extra == 'all'
Requires-Dist: invenio-app (>=1.2.3) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (>=3) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: pytest-invenio (>=1.4.0) ; extra == 'tests'
Requires-Dist: mock (>=3.0.5) ; extra == 'tests'
Requires-Dist: invenio-db (>=1.0.4) ; extra == 'tests'
Requires-Dist: invenio-app (>=1.2.3) ; extra == 'tests'
Provides-Extra: tika
Requires-Dist: tika (==1.24) ; extra == 'tika'

..
    Copyright (C) 2020 CERN.

    Invenio-Files-Processor 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-Files-Processor
=========================

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

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

.. image:: https://img.shields.io/github/tag/inveniosoftware/invenio-files-processor.svg
        :target: https://github.com/inveniosoftware/invenio-files-processor/releases

.. image:: https://img.shields.io/pypi/dm/invenio-files-processor.svg
        :target: https://pypi.python.org/pypi/invenio-files-processor

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

Invenio module for files' processing and or transforming.

TODO: Please provide feature overview of module

Further documentation is available on
https://invenio-files-processor.readthedocs.io/


..
    Copyright (C) 2020 CERN.

    Invenio-Files-Processor 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 0.1.0 (released TBD)

- Initial public release.


