invenio-records-ui


Nameinvenio-records-ui JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/invenio-records-ui
Summary"User interface for Invenio-Records."
upload_time2025-07-17 20:27:47
maintainerNone
docs_urlhttps://pythonhosted.org/invenio-records-ui/
authorCERN
requires_python>=3.7
licenseMIT
keywords invenio records ui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    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-UI
====================

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

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

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

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

User interface for Invenio-Records.

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

..
    This file is part of Invenio.
    Copyright (C) 2015-2018 CERN.
    Copyright (C) 2024 Graz University of Technology.

    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 v2.1.0 (released 2025-07-17)

- i18n: force pull languages
- i18n: run py extract msgs
- i18n: update Transifex host and config
- feat: add i18n workflows for pulling and pushing translations
- fix: setuptools require underscores instead of dashes
- doctest: including invenio-i18n to doctest
- i18n: translate export & tombstone templates

Version 2.0.0 (release 2024-12-06)

- setup: bump major dependencies

Version 1.2.2 (release 2024-12-01)

- fix: tests by changed api
- tests: migrate flask_babelex to invenio_i18n
- global: remove examples
- fix: SphinxWarning
- setup: change to reusable workflows
- setup: pin dependencies

Version 1.2.1 (released 2024-08-07)

- views: add `__qualname__` to fix views due to flask-limiter

Version 1.2.0 (released 2020-12-02)

- Integrates Semantic-UI templates
- Migrates CI from Travis to GitHub Actions

Version 1.2.0a1 (released 2020-05-15)

- Integrates Semantic-UI templates

Version 1.0.1 (released 2020-03-12)

- Adds centralised management of flask dependency through invenio-base
- drops support for Python 2.7


Version 1.0.1 (released 2018-05-25)

- Changes dynamic blueprint registration to after the extension
  initialization phase (entry point works only with Invenio-Base v1.0.1+).

Version 1.0.0 (released 2018-03-23)

- Initial public release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inveniosoftware/invenio-records-ui",
    "name": "invenio-records-ui",
    "maintainer": null,
    "docs_url": "https://pythonhosted.org/invenio-records-ui/",
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "invenio records ui",
    "author": "CERN",
    "author_email": "info@inveniosoftware.org",
    "download_url": "https://files.pythonhosted.org/packages/ce/c7/a728f96d0a9ea53908649e732b565329ce67d654ee63314fca766bdbd22a/invenio_records_ui-2.1.0.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-Records-UI\n====================\n\n.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-records-ui.svg\n        :target: https://github.com/inveniosoftware/invenio-records-ui/blob/master/LICENSE\n\n.. image:: https://github.com/inveniosoftware/invenio-records-ui/workflows/CI/badge.svg\n        :target: https://github.com/inveniosoftware/invenio-records-ui/actions\n\n.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-records-ui.svg\n        :target: https://coveralls.io/r/inveniosoftware/invenio-records-ui\n\n.. image:: https://img.shields.io/pypi/v/invenio-records-ui.svg\n        :target: https://pypi.org/pypi/invenio-records-ui\n\nUser interface for Invenio-Records.\n\nFurther documentation is available on\nhttps://invenio-records-ui.readthedocs.io/.\n\n..\n    This file is part of Invenio.\n    Copyright (C) 2015-2018 CERN.\n    Copyright (C) 2024 Graz University of Technology.\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 v2.1.0 (released 2025-07-17)\n\n- i18n: force pull languages\n- i18n: run py extract msgs\n- i18n: update Transifex host and config\n- feat: add i18n workflows for pulling and pushing translations\n- fix: setuptools require underscores instead of dashes\n- doctest: including invenio-i18n to doctest\n- i18n: translate export & tombstone templates\n\nVersion 2.0.0 (release 2024-12-06)\n\n- setup: bump major dependencies\n\nVersion 1.2.2 (release 2024-12-01)\n\n- fix: tests by changed api\n- tests: migrate flask_babelex to invenio_i18n\n- global: remove examples\n- fix: SphinxWarning\n- setup: change to reusable workflows\n- setup: pin dependencies\n\nVersion 1.2.1 (released 2024-08-07)\n\n- views: add `__qualname__` to fix views due to flask-limiter\n\nVersion 1.2.0 (released 2020-12-02)\n\n- Integrates Semantic-UI templates\n- Migrates CI from Travis to GitHub Actions\n\nVersion 1.2.0a1 (released 2020-05-15)\n\n- Integrates Semantic-UI templates\n\nVersion 1.0.1 (released 2020-03-12)\n\n- Adds centralised management of flask dependency through invenio-base\n- drops support for Python 2.7\n\n\nVersion 1.0.1 (released 2018-05-25)\n\n- Changes dynamic blueprint registration to after the extension\n  initialization phase (entry point works only with Invenio-Base v1.0.1+).\n\nVersion 1.0.0 (released 2018-03-23)\n\n- Initial public release.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"User interface for Invenio-Records.\"",
    "version": "2.1.0",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-records-ui"
    },
    "split_keywords": [
        "invenio",
        "records",
        "ui"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7ba34e42ffca8659a1e4257e5b8a4a7256a8b2b99d532d6ba2fca64799e1f075",
                "md5": "9c3c2be6e41820030889584aa023c1e8",
                "sha256": "be7ebd8322efbd6f57d1239ae6c1dae29132f1282d24327143fea5fbfaecefdc"
            },
            "downloads": -1,
            "filename": "invenio_records_ui-2.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c3c2be6e41820030889584aa023c1e8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 64820,
            "upload_time": "2025-07-17T20:27:46",
            "upload_time_iso_8601": "2025-07-17T20:27:46.879903Z",
            "url": "https://files.pythonhosted.org/packages/7b/a3/4e42ffca8659a1e4257e5b8a4a7256a8b2b99d532d6ba2fca64799e1f075/invenio_records_ui-2.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cec7a728f96d0a9ea53908649e732b565329ce67d654ee63314fca766bdbd22a",
                "md5": "e9d978ff9f302d903bf355f0953a856c",
                "sha256": "c01d6c11499f4996fd28b714d1c835a84b693a289a9e491bea5c9804d50120c4"
            },
            "downloads": -1,
            "filename": "invenio_records_ui-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e9d978ff9f302d903bf355f0953a856c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 25182,
            "upload_time": "2025-07-17T20:27:47",
            "upload_time_iso_8601": "2025-07-17T20:27:47.795454Z",
            "url": "https://files.pythonhosted.org/packages/ce/c7/a728f96d0a9ea53908649e732b565329ce67d654ee63314fca766bdbd22a/invenio_records_ui-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-17 20:27:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inveniosoftware",
    "github_project": "invenio-records-ui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-records-ui"
}
        
Elapsed time: 0.99395s