Metadata-Version: 2.4
Name: invenio-cache
Version: 3.0.1
Summary: Cache module for Invenio.
Project-URL: Repository, https://github.com/inveniosoftware/invenio-cache
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: cache,invenio
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
Requires-Dist: flask-caching>=1.8.0
Requires-Dist: invenio-base<3.0.0,>=2.0.0
Provides-Extra: tests
Requires-Dist: flask-login>=0.6.3; extra == 'tests'
Requires-Dist: mock>=2.0.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: pytest-mock>=1.6.0; extra == 'tests'
Requires-Dist: redis>=2.10.5; extra == 'tests'
Requires-Dist: sphinx>=3; extra == 'tests'
Description-Content-Type: text/x-rst

..
    SPDX-FileCopyrightText: 2017-2018 CERN.
    SPDX-License-Identifier: MIT

===============
 Invenio-Cache
===============

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

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

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

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

Cache module for Invenio.

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