Metadata-Version: 2.4
Name: invenio-admin
Version: 1.6.1
Summary: Invenio module that adds administration panel to the system.
Project-URL: Homepage, https://github.com/inveniosoftware/invenio-admin
Author-email: CERN <info@inveniosoftware.org>
License-Expression: MIT
License-File: AUTHORS.rst
License-File: LICENSE
Keywords: admin,flask-admin,invenio
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Requires-Dist: flask-admin<2.0.0,>=1.5.6
Requires-Dist: flask-menu>=0.5.0
Requires-Dist: flask-principal>=0.4.0
Requires-Dist: invenio-accounts>=1.2.1
Requires-Dist: invenio-app>=1.4.0
Requires-Dist: invenio-base>=2.3.2
Requires-Dist: invenio-db>=1.0.9
Requires-Dist: invenio-i18n>=2.0.0
Requires-Dist: wtforms<3.2.0
Provides-Extra: access
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: invenio-access>=1.0.0; extra == 'tests'
Requires-Dist: invenio-db[postgresql]>=1.0.9; extra == 'tests'
Requires-Dist: invenio-theme>=1.3.4; extra == 'tests'
Requires-Dist: pytest-black-ng>=0.4.0; extra == 'tests'
Requires-Dist: pytest-invenio>=1.4.3; extra == 'tests'
Requires-Dist: sphinx>=4.5; extra == 'tests'
Description-Content-Type: text/x-rst

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

===============
 Invenio-Admin
===============

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

.. image:: https://github.com/inveniosoftware/invenio-admin/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-admin/actions

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

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


Invenio-Admin allows for easy administration of any Invenio installation,
simple data curation and execution of actions.

* Provides default administration panel using Flask-Admin.

* Easily extendible from other Invenio modules using entry points.

Further documentation at: https://invenio-admin.readthedocs.io/
