Metadata-Version: 2.4
Name: invenio-records-ui
Version: 3.0.0
Summary: "User interface for Invenio-Records."
Home-page: https://github.com/inveniosoftware/invenio-records-ui
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio records ui
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: invenio-base<3.0.0,>=2.0.0
Requires-Dist: invenio-i18n<4.0.0,>=3.0.0
Requires-Dist: invenio-pidstore<4.0.0,>=3.0.0
Requires-Dist: invenio-records<5.0.0,>=4.0.0
Provides-Extra: tests
Requires-Dist: pytest-black>=0.6.0; extra == "tests"
Requires-Dist: invenio-access<6.0.0,>=5.0.0; extra == "tests"
Requires-Dist: invenio-accounts<8.0.0,>=7.0.0; extra == "tests"
Requires-Dist: invenio-db[mysql,postgresql,versioning]<3.0.0,>=2.0.0; extra == "tests"
Requires-Dist: pytest-invenio<5.0.0,>=4.0.0; extra == "tests"
Requires-Dist: sphinx>=4.5; extra == "tests"
Provides-Extra: docs
Dynamic: license-file

..
    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-2026 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 v3.0.0 (released 2026-01-28)

- chore(setup): bump dependencies

Version v2.1.2 (released 2025-12-09)

- i18n: pulled translations

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.
