..
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-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/
..
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.
Changes
=======
Version v1.5.1 (released 2024-10-31)
- setup: pin wtforms
Version 1.5.0 (released 2024-07-18)
- setup: add invenio-app dependency
- fix: before_app_first_request deprecation
- i18n-global: add compile-catalog fuzzy (#104)
Version 1.4.0 (released 2023-03-02)
- remove deprecated flask_babelex imports
- install invenio_i18n as explicit dependency
Version 1.3.2 (released 2022-02-28)
- Replaces pkg_resources with importlib.
Version 1.3.1 (released 2021-11-24)
- Fix *long* standing issue with newer flask-talisman having changed its interface.
Version 1.3.0 (released 2020-12-17)
- Adds theme dependent icons to the settings menu.
Version 1.2.2 (released 2020-12-17)
- This release was available on PyPI for about 1 hour, but was removed because
it was breaking compatibility. Instead v1.3 was released.
Version 1.2.1 (released 2020-05-05)
- Minimum version of Invenio-Accounts bumped to v1.1.4 due WTForms moving the
email validation to an optional dependency.
- Minimum version of Flask-Admin bumped to v1.5.6 due to a fixed SQLAlchemy
1.3.6 compatibility issue
Version 1.2.0 (released 2020-03-06)
- Changes flask dependency to centrally managed
Version 1.1.3 (released 2020-05-05)
- Minimum version of Invenio-Accounts bumped to v1.1.4 due WTForms moving the
email validation to an optional dependency.
- Minimum version of Flask-Admin bumped to v1.5.6 due to a fixed SQLAlchemy
1.3.6 compatibility issue
- Maximum version of Invenio-Access set to 1.4.0 due to circular dependency.
- Minimum version of Flask bumped to 1.0.4 and from six to 1.12.0 due to
dependency management missmatches.
- Maximum version of Flask-Login set to 0.5.0 due to dependency management
missmatches.
Version 1.1.2 (released 2019-11-18)
- Fixes werkzeug deprecation warning.
Version 1.1.1 (released 2018-12-26)
- Minimum version of Flask-Admin bumped to v1.5.3 due to Cross-Site Scripting
vulnerability in previous versions.
Version 1.0.1 (released 2018-12-26)
- Minimum version of Flask-Admin bumped to v1.5.3 due to Cross-Site Scripting
vulnerability in previous versions.
Version 1.1.0 (released 2018-12-14)
- Changed to using Webpack for static assets management instead of using
AMD/RequireJS.
Version 1.0.0 (released 2018-03-23)
- Initial public release.
Raw data
{
"_id": null,
"home_page": "https://github.com/inveniosoftware/invenio-admin",
"name": "invenio-admin",
"maintainer": null,
"docs_url": "https://pythonhosted.org/invenio-admin/",
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "invenio admin flask-admin",
"author": "CERN",
"author_email": "info@inveniosoftware.org",
"download_url": "https://files.pythonhosted.org/packages/c7/25/5b1e88abaf3ceea08a77f3558715e100444db3b57b17e1ecfcb234d0c1d3/invenio-admin-1.5.1.tar.gz",
"platform": "any",
"description": "..\n This file is part of Invenio.\n Copyright (C) 2015-2018 CERN.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\n===============\n Invenio-Admin\n===============\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-admin.svg\n :target: https://github.com/inveniosoftware/invenio-admin/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-admin/workflows/CI/badge.svg\n :target: https://github.com/inveniosoftware/invenio-admin/actions\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-admin.svg\n :target: https://coveralls.io/r/inveniosoftware/invenio-admin\n\n.. image:: https://img.shields.io/pypi/v/invenio-admin.svg\n :target: https://pypi.org/pypi/invenio-admin\n\n\nInvenio-Admin allows for easy administration of any Invenio installation,\nsimple data curation and execution of actions.\n\n* Provides default administration panel using Flask-Admin.\n\n* Easily extendible from other Invenio modules using entry points.\n\nFurther documentation at: https://invenio-admin.readthedocs.io/\n\n..\n This file is part of Invenio.\n Copyright (C) 2015-2018 CERN.\n\n Invenio is free software; you can redistribute it and/or modify it\n under the terms of the MIT License; see LICENSE file for more details.\n\nChanges\n=======\n\nVersion v1.5.1 (released 2024-10-31)\n\n- setup: pin wtforms\n\nVersion 1.5.0 (released 2024-07-18)\n\n- setup: add invenio-app dependency\n- fix: before_app_first_request deprecation\n- i18n-global: add compile-catalog fuzzy (#104)\n\nVersion 1.4.0 (released 2023-03-02)\n\n- remove deprecated flask_babelex imports\n- install invenio_i18n as explicit dependency\n\nVersion 1.3.2 (released 2022-02-28)\n\n- Replaces pkg_resources with importlib.\n\nVersion 1.3.1 (released 2021-11-24)\n\n- Fix *long* standing issue with newer flask-talisman having changed its interface.\n\nVersion 1.3.0 (released 2020-12-17)\n\n- Adds theme dependent icons to the settings menu.\n\nVersion 1.2.2 (released 2020-12-17)\n\n- This release was available on PyPI for about 1 hour, but was removed because\n it was breaking compatibility. Instead v1.3 was released.\n\nVersion 1.2.1 (released 2020-05-05)\n\n- Minimum version of Invenio-Accounts bumped to v1.1.4 due WTForms moving the\n email validation to an optional dependency.\n- Minimum version of Flask-Admin bumped to v1.5.6 due to a fixed SQLAlchemy\n 1.3.6 compatibility issue\n\nVersion 1.2.0 (released 2020-03-06)\n\n- Changes flask dependency to centrally managed\n\nVersion 1.1.3 (released 2020-05-05)\n\n- Minimum version of Invenio-Accounts bumped to v1.1.4 due WTForms moving the\n email validation to an optional dependency.\n- Minimum version of Flask-Admin bumped to v1.5.6 due to a fixed SQLAlchemy\n 1.3.6 compatibility issue\n- Maximum version of Invenio-Access set to 1.4.0 due to circular dependency.\n- Minimum version of Flask bumped to 1.0.4 and from six to 1.12.0 due to\n dependency management missmatches.\n- Maximum version of Flask-Login set to 0.5.0 due to dependency management\n missmatches.\n\n\nVersion 1.1.2 (released 2019-11-18)\n\n- Fixes werkzeug deprecation warning.\n\nVersion 1.1.1 (released 2018-12-26)\n\n- Minimum version of Flask-Admin bumped to v1.5.3 due to Cross-Site Scripting\n vulnerability in previous versions.\n\nVersion 1.0.1 (released 2018-12-26)\n\n- Minimum version of Flask-Admin bumped to v1.5.3 due to Cross-Site Scripting\n vulnerability in previous versions.\n\nVersion 1.1.0 (released 2018-12-14)\n\n- Changed to using Webpack for static assets management instead of using\n AMD/RequireJS.\n\nVersion 1.0.0 (released 2018-03-23)\n\n- Initial public release.\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "\"Invenio module that adds administration panel to the system.\"",
"version": "1.5.1",
"project_urls": {
"Homepage": "https://github.com/inveniosoftware/invenio-admin"
},
"split_keywords": [
"invenio",
"admin",
"flask-admin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c4e514022c1a2e300cbcef56284d9eea35c4db14f82eef109eb62b6efbbca042",
"md5": "2a6c8a76daf847cd693f92b934cb9b3e",
"sha256": "362ccdaf20e5b7acf0d3023cb245ff97eab4b5b1f5836c0b9cbcaa91f0af59c9"
},
"downloads": -1,
"filename": "invenio_admin-1.5.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2a6c8a76daf847cd693f92b934cb9b3e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.7",
"size": 22998,
"upload_time": "2024-10-31T13:27:33",
"upload_time_iso_8601": "2024-10-31T13:27:33.007859Z",
"url": "https://files.pythonhosted.org/packages/c4/e5/14022c1a2e300cbcef56284d9eea35c4db14f82eef109eb62b6efbbca042/invenio_admin-1.5.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c7255b1e88abaf3ceea08a77f3558715e100444db3b57b17e1ecfcb234d0c1d3",
"md5": "fbd04b6f31f80afaef748262a98f9716",
"sha256": "7a50415456e30e8431bcd736c6df4378c420a3a53e6dc89a53459943c36a9d7f"
},
"downloads": -1,
"filename": "invenio-admin-1.5.1.tar.gz",
"has_sig": false,
"md5_digest": "fbd04b6f31f80afaef748262a98f9716",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 28819,
"upload_time": "2024-10-31T13:27:34",
"upload_time_iso_8601": "2024-10-31T13:27:34.649105Z",
"url": "https://files.pythonhosted.org/packages/c7/25/5b1e88abaf3ceea08a77f3558715e100444db3b57b17e1ecfcb234d0c1d3/invenio-admin-1.5.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-31 13:27:34",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "inveniosoftware",
"github_project": "invenio-admin",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "invenio-admin"
}