Metadata-Version: 2.4
Name: invenio-files-rest
Version: 6.0.1
Summary: Files download/upload REST API similar to S3 for Invenio.
Project-URL: Repositoroy, https://github.com/inveniosoftware/invenio-files-rest
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: REST,files,invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: click-default-group<2.0.0,>=1.2.2
Requires-Dist: flask-wtf>=0.15.1
Requires-Dist: invenio-accounts<10.0.0,>=9.0.0
Requires-Dist: invenio-i18n<5.0.0,>=4.0.0
Requires-Dist: marshmallow-utils<1.0.0,>=0.15.0
Provides-Extra: mysql
Provides-Extra: postgresql
Provides-Extra: sqlite
Provides-Extra: tests
Requires-Dist: future>=0.18.2; extra == 'tests'
Requires-Dist: invenio-access<8.0.0,>=7.0.0; extra == 'tests'
Requires-Dist: invenio-admin<2.0.0,>=1.6.0; extra == 'tests'
Requires-Dist: invenio-db[mysql,postgresql,versioning]<3.0.0,>=2.2.0; extra == 'tests'
Requires-Dist: pytest-black>=0.6.0; extra == 'tests'
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == 'tests'
Requires-Dist: sphinx<6.0.0,>=5.0.0; extra == 'tests'
Requires-Dist: sphinxcontrib-httpdomain>=1.4.0; extra == 'tests'
Requires-Dist: standard-imghdr<4.0.0,>=3.13.0; (python_version >= '3.13') and extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2015-2019 CERN.
    SPDX-License-Identifier: MIT


====================
 Invenio-Files-REST
====================

.. image:: https://github.com/inveniosoftware/invenio-files-rest/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-files-rest/actions?query=workflow%3ACI

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

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

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


Invenio-Files-REST is a files storage module. It allows you to store and
retrieve files in a similar way to Amazon S3 APIs.

Features:

 * Files storage with configurable storage backends
 * Secure REST APIs
 * Support for large file uploads and multipart upload.
 * Customizable access control
 * File integrity monitoring


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