Metadata-Version: 2.1
Name: invenio-records
Version: 1.3.1
Summary: Invenio-Records is a metadata storage module.
Home-page: https://github.com/inveniosoftware/invenio-records
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Description: ..
            This file is part of Invenio.
            Copyright (C) 2015-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-Records
        ================
        
        .. image:: https://img.shields.io/github/license/inveniosoftware/invenio-records.svg
                :target: https://github.com/inveniosoftware/invenio-records/blob/master/LICENSE
        
        .. image:: https://travis-ci.org/inveniosoftware/invenio-records.svg?branch=master
                :target: https://travis-ci.org/inveniosoftware/invenio-records
        
        .. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-records.svg
                :target: https://coveralls.io/r/inveniosoftware/invenio-records
        
        .. image:: https://img.shields.io/pypi/v/invenio-records.svg
                :target: https://pypi.org/pypi/invenio-records
        
        
        
        Invenio-Records is a metadata storage module. A *record* is a JSON document with
        revision history identified by a unique `UUID`_ .
        
        .. _UUID: https://en.wikipedia.org/wiki/Universally_unique_identifier
        
        Features:
        
         * Generic JSON document storage with revision history.
         * JSONSchema validation of documents.
         * Records creation, update and deletion.
         * Administration interface for CRUD operations on records.
        
        Further documentation available Documentation:
        https://invenio-records.readthedocs.io/
        
        
        ..
            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.
        
        Changes
        =======
        
        Version 1.3.1 (released 2020-05-07)
        
        - Deprecated Python versions lower than 3.6.0. Now supporting 3.6.0 and 3.7.0.
        - Removed dependency on Invenio-PIDStore and releated documentation. Functionality
          was removed in v1.3.0.
        
        Version 1.3.0 (released 2019-08-01)
        
        - Removed deprecated CLI.
        
        Version 1.2.2 (released 2019-07-11)
        
        - Fix XSS vulnerability in admin interface.
        
        Version 1.2.1 (released 2019-05-14)
        
        - Relax Flask dependency to v0.11.1.
        
        Version 1.2.0 (released 2019-05-08)
        
        - Allow to store RecordMetadata in a custom db table.
        
        Version 1.1.1 (released 2019-07-11)
        
        - Fix XSS vulnerability in admin interface.
        
        Version 1.1.0 (released 2019-02-22)
        
        - Removed deprecated Celery task.
        - Deprecated CLI
        
        Version 1.0.2 (released 2019-07-11)
        
        - Fix XSS vulnerability in admin interface.
        
        Version 1.0.1 (released 2018-12-14)
        
        - Fix CliRunner exceptions.
        - Fix JSON Schema URL.
        
        Version 1.0.0 (released 2018-03-23)
        
        - Initial public release.
        
Keywords: invenio metadata
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 :: Implementation :: CPython
Classifier: Development Status :: 5 - Production/Stable
Provides-Extra: docs
Provides-Extra: mysql
Provides-Extra: postgresql
Provides-Extra: sqlite
Provides-Extra: admin
Provides-Extra: tests
Provides-Extra: all
