Metadata-Version: 2.1
Name: invenio-records-editor
Version: 1.0.0a3
Summary: Invenio module serving a generic record editor.
Home-page: https://github.com/inveniosoftware/invenio-records-editor
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio records editor
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Development Status :: 3 - Alpha
Requires-Dist: invenio-jsonschemas (<1.1.0,>=1.0.0)
Provides-Extra: all
Requires-Dist: Sphinx (<1.6,>=1.5.6) ; extra == 'all'
Requires-Dist: check-manifest (>=0.35) ; extra == 'all'
Requires-Dist: coverage (>=4.0) ; extra == 'all'
Requires-Dist: invenio-assets (<1.2.0,>=1.1.1) ; extra == 'all'
Requires-Dist: invenio-accounts (<1.1.0,>=1.0.1) ; extra == 'all'
Requires-Dist: invenio-db (>=1.0.2) ; extra == 'all'
Requires-Dist: isort (>=4.3.4) ; extra == 'all'
Requires-Dist: pydocstyle (>=1.0.0) ; extra == 'all'
Requires-Dist: pytest-cache (>=1.0) ; extra == 'all'
Requires-Dist: pytest-cov (>=1.8.0) ; extra == 'all'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'all'
Requires-Dist: pytest (<4,>=3.8.1) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: Sphinx (<1.6,>=1.5.6) ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: check-manifest (>=0.35) ; extra == 'tests'
Requires-Dist: coverage (>=4.0) ; extra == 'tests'
Requires-Dist: invenio-assets (<1.2.0,>=1.1.1) ; extra == 'tests'
Requires-Dist: invenio-accounts (<1.1.0,>=1.0.1) ; extra == 'tests'
Requires-Dist: invenio-db (>=1.0.2) ; extra == 'tests'
Requires-Dist: isort (>=4.3.4) ; extra == 'tests'
Requires-Dist: pydocstyle (>=1.0.0) ; extra == 'tests'
Requires-Dist: pytest-cache (>=1.0) ; extra == 'tests'
Requires-Dist: pytest-cov (>=1.8.0) ; extra == 'tests'
Requires-Dist: pytest-pep8 (>=1.0.6) ; extra == 'tests'
Requires-Dist: pytest (<4,>=3.8.1) ; extra == 'tests'

..
    Copyright (C) 2018 CERN.
    Invenio-Records-Editor
    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-Editor
=======================

.. image:: https://img.shields.io/travis/inveniosoftware/invenio-records-editor.svg
        :target: https://travis-ci.org/inveniosoftware/invenio-records-editor

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

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

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

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

Invenio module serving a generic record editor

*This is an experimental developer preview release.*

This module provides [invenio-records-editor-js](https://github.com/inveniosoftware/invenio-records-editor-js)
an angular application which serves as a json editor for invenio models.

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


..
    Copyright (C) 2018 CERN.
    Invenio-Records-Editor
    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.0.0a3 (released 2019-02-22)

- Update invenio-record-editor-js and config injection.

Version 1.0.0a2 (released 2018-10-12)

- Register views using entrypoints.

Version 1.0.0a1 (released 2018-10-11)

- Initial public release.


