invenio-records-ui


Nameinvenio-records-ui JSON
Version 2.1.1 PyPI version JSON
download
home_pagehttps://github.com/inveniosoftware/invenio-records-ui
Summary"User interface for Invenio-Records."
upload_time2025-10-22 14:35:42
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.
    Copyright (C) 2025 KTH Royal Institute 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.1 (released 2025-10-22)

- i18n: pulled translations 

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/a7/99/46cd32690c35f5b6fe59bd1e4a26f5e8ecfab5d8567c41a80d82848b40fc/invenio_records_ui-2.1.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-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    Copyright (C) 2025 KTH Royal Institute 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.1 (released 2025-10-22)\n\n- i18n: pulled translations \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.1",
    "project_urls": {
        "Homepage": "https://github.com/inveniosoftware/invenio-records-ui"
    },
    "split_keywords": [
        "invenio",
        "records",
        "ui"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "07d718d9374e8cd0f2a5efc05c5ce265a984f26b9506af311f29ebf0ab6032fe",
                "md5": "698d498d070c2af670ff964e22f427da",
                "sha256": "bee164cf63ee8206b617fef54c84a4490b0102f5bd393239f3b41c171fb33251"
            },
            "downloads": -1,
            "filename": "invenio_records_ui-2.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "698d498d070c2af670ff964e22f427da",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.7",
            "size": 66361,
            "upload_time": "2025-10-22T14:35:41",
            "upload_time_iso_8601": "2025-10-22T14:35:41.050569Z",
            "url": "https://files.pythonhosted.org/packages/07/d7/18d9374e8cd0f2a5efc05c5ce265a984f26b9506af311f29ebf0ab6032fe/invenio_records_ui-2.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a79946cd32690c35f5b6fe59bd1e4a26f5e8ecfab5d8567c41a80d82848b40fc",
                "md5": "b88dabf62184c2c877340916d08b2459",
                "sha256": "1123955f72cdd132d871da7bb6544bb0fd60b995bd1f43c78aa38c5d9200e198"
            },
            "downloads": -1,
            "filename": "invenio_records_ui-2.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b88dabf62184c2c877340916d08b2459",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 25416,
            "upload_time": "2025-10-22T14:35:42",
            "upload_time_iso_8601": "2025-10-22T14:35:42.366578Z",
            "url": "https://files.pythonhosted.org/packages/a7/99/46cd32690c35f5b6fe59bd1e4a26f5e8ecfab5d8567c41a80d82848b40fc/invenio_records_ui-2.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-22 14:35:42",
    "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.82745s