Metadata-Version: 2.1
Name: invenio-cache
Version: 1.1.1
Summary: "Cache module for Invenio."
Home-page: https://github.com/inveniosoftware/invenio-cache
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            This file is part of Invenio.
            Copyright (C) 2017-2018 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-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/
        
        ..
            This file is part of Invenio.
            Copyright (C) 2017-2018 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 2022-05-23)
        
        - Moved from setup.py to setup.cfg
        
        Version 1.1.0 (released 2020-03-10)
        
        - changes flask dependency to centrally managed
        
        Version 1.0.0 (released 2018-03-23)
        
        - Initial public release.
        
Keywords: invenio cache
Platform: any
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.7
Provides-Extra: tests
