invenio-records-lom


Nameinvenio-records-lom JSON
Version 0.13.4 PyPI version JSON
download
home_pagehttps://github.com/tu-graz-library/invenio-records-lom
Summary"Invenio data model for Learning Object Metadata."
upload_time2024-03-08 12:02:37
maintainer
docs_urlNone
author"Graz University of Technology"
requires_python>=3.9
licenseMIT
keywords invenio record lom learning object metadata
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ..
    Copyright (C) 2020 Graz University of Technology.

    invenio-records-lom 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-lom
=====================

.. image:: https://img.shields.io/github/license/tu-graz-library/invenio-records-lom.svg
        :target: https://github.com/tu-graz-library/invenio-records-lom/blob/master/LICENSE

.. image:: https://github.com/tu-graz-library/invenio-records-lom/workflows/CI/badge.svg
        :target: https://github.com/tu-graz-library/invenio-records-lom/actions

.. image:: https://img.shields.io/coveralls/tu-graz-library/invenio-records-lom.svg
        :target: https://coveralls.io/r/tu-graz-library/invenio-records-lom

.. image:: https://img.shields.io/pypi/v/invenio-records-lom.svg
        :target: https://pypi.org/pypi/invenio-records-lom
        
.. image:: https://readthedocs.org/projects/invenio-records-lom/badge/?version=latest
        :target: https://invenio-records-lom.readthedocs.io/en/latest/?badge=latest

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
        :target: https://github.com/psf/black

Invenio module that adds a data model based on LOM (Learning Object Metadata).
The specification of the LOM-dialect used by this module can be found here: `LOM-UIBK (only available in german) <https://oer-repo.uibk.ac.at/lom/latest/>`_

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

..
    Copyright (C) 2020 Graz University of Technology.

    invenio-records-lom 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 v0.13.4 (release 2024-03-08)

- deps: add missing dependency


Version v0.13.3 (release 2024-03-08)

- fix: oai-pmh no centity
- configure permissions newly added to invenio


Version v0.13.2 (release 2024-02-27)

- mark user-visible errors for translation
- replace deprecated importlib.resources.open_text
- sanitize data coming from upload-page


Version v0.13.1 (release 2024-02-13)

- fix: method returns valid value


Version v0.13.0 (release 2024-02-12)

- oai: rebuild schema to dump
- tests: update run-tests to invenio standard
- refactore: serializers to rdm-records structure
- black: fix formating v24.1.1


Version v0.12.3 (release 2024-01-11)

- fix: indexer needs queue name


Version v0.12.2 (release 2024-01-07)

- fix: rebuild-index not working
- setup: add support for python3.10 and 3.11
- wording: change


Version v0.12.1 (release 2023-12-01)

- standardize rights-URLs passed to `LOMMetadata`
- alembic: add deletion_status field
- modification: alembic scripts


Version v0.12.0 (release 2023-11-09)

- setup: temporary remove python3.10
- fix: errors (mostly pylint)
- setup: remove test upper bounds
- cli: add parameter to create demo in backend
- ui: add new button to user dashboard
- search: add configuration for dashboard search
- permissions: change can_read_draft
- ui: redesign EditButton
- fix: version is an object
- compatibility: add attributes for rdm-records
- ui: add collapsable facets
- resources: add dublin core schema
- global: change prefix, add user_dashboard
- ui: change route prefix
- dashboard: change text
- services: make components configurable
- compatibility: change import paths
- refactor: remove unused file
- global: move jsonschemas to records
- global: migrate to invenio_i18n (flask-babel)
- setup: remove rdm-records boundary
- metadata: add methods
- stop grouping lifecycle.contributes by role
- stop grouping for data from upload-page
- stop grouping for data built with LOMMetadata
- group on OAI-PMH output computation to retain compatibility
- clean up file headers
- clean up config files


Version v0.11.1 (release 2023-08-03)

- fix: licenses url with slash as last character


Version v0.11.0 (release 2023-08-03)

- fix: license facets trailing slash
- fix: translation was configured wrong
- ui: remove current_user.id, not used
- ui: show management only if allowed
- fix: deposit edit needs permissions
- ui: add edit-button of records


Version v0.10.1 (release 2023-07-25)

- fix: use save key access


Version v0.10.0 (release 2023-07-25)

- translation: update
- refactor:
- ui: add doi to sidemenu
- tests: add pylint disable statements
- setup: use pytest-black-ng instead of pytest-black
- ui: add classification and course to landing page
- metadata: reimplement dedup for append_course
- metadata: change metadata a little bit
- refactor: remove python3.8 compatibility
- implement and configure facets (=search-filters)
- clean up various upload-page related things
- implement vcard and use it for OAI-PMH-output


Version v0.9.0 (release 2023-06-01)

- add `format` and `resource-type` to upload-page
- add schema for cleaner OAI-PMH-output
- add "$schema"-key to jsons in database
- update landing page
- implement and configure permissions
- fix image-preview by implementing iiif-resource


Version v0.8.1 (release 2023-04-28)

- upload: require license permission


Version v0.8.0 (release 2023-04-20)

- make compatible with invenio v11
- support DOI, publishing, deleting


Version v0.7.2 (release 2023-03-15)

- fix file-upload


Version v0.7.1 (release 2023-03-13)

- add .js-files that were erroneously missing from last PR


Version v0.7.0 (release 2023-03-13)

- global: fix various problems
- finish preview of deposit for test-server


Version v0.6.1 (release 2023-02-01)

- fix: pylint errors
- fix: syntax error in setup.cfg


Version v0.6.0 (release 2022-10-14)

- global: migrate to reusable workflows for publish
- typo: fixed wrong position of .
- test: move to reusable workflows
- tests: remove CACHE
- fix: change opensearch2 to opensearch in run-tests
- global: replace elasticsearch7 with opensearch2
- setup: update dependencies


Version v0.5.2 (release 2022-09-27)

- fix: javascript dependencies


Version v0.5.1 (release 2022-09-27)

- fix: pylint errors
- fix: ConfigurationMixin changed location
- global: pin flake8
- global: increase version of invenio-search


Version v0.5.0 (release 2022-07-29)

- fix missing schema for type link
- add the search feature
- update UI-serialization and landing page


Version v0.3.1 (release 2022-06-01)

- update publish action
- fix combined fixes




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tu-graz-library/invenio-records-lom",
    "name": "invenio-records-lom",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "invenio record LOM learning object metadata",
    "author": "\"Graz University of Technology\"",
    "author_email": "info@tugraz.at",
    "download_url": "https://files.pythonhosted.org/packages/37/7f/d7967852640abc19e63bccccf9e1ed7c2a23dda55db1010a87a9ddd382bf/invenio-records-lom-0.13.4.tar.gz",
    "platform": "any",
    "description": "..\n    Copyright (C) 2020 Graz University of Technology.\n\n    invenio-records-lom 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-lom\n=====================\n\n.. image:: https://img.shields.io/github/license/tu-graz-library/invenio-records-lom.svg\n        :target: https://github.com/tu-graz-library/invenio-records-lom/blob/master/LICENSE\n\n.. image:: https://github.com/tu-graz-library/invenio-records-lom/workflows/CI/badge.svg\n        :target: https://github.com/tu-graz-library/invenio-records-lom/actions\n\n.. image:: https://img.shields.io/coveralls/tu-graz-library/invenio-records-lom.svg\n        :target: https://coveralls.io/r/tu-graz-library/invenio-records-lom\n\n.. image:: https://img.shields.io/pypi/v/invenio-records-lom.svg\n        :target: https://pypi.org/pypi/invenio-records-lom\n        \n.. image:: https://readthedocs.org/projects/invenio-records-lom/badge/?version=latest\n        :target: https://invenio-records-lom.readthedocs.io/en/latest/?badge=latest\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n        :target: https://github.com/psf/black\n\nInvenio module that adds a data model based on LOM (Learning Object Metadata).\nThe specification of the LOM-dialect used by this module can be found here: `LOM-UIBK (only available in german) <https://oer-repo.uibk.ac.at/lom/latest/>`_\n\nFurther documentation is available on\nhttps://invenio-records-lom.readthedocs.io/\n\n..\n    Copyright (C) 2020 Graz University of Technology.\n\n    invenio-records-lom 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 v0.13.4 (release 2024-03-08)\n\n- deps: add missing dependency\n\n\nVersion v0.13.3 (release 2024-03-08)\n\n- fix: oai-pmh no centity\n- configure permissions newly added to invenio\n\n\nVersion v0.13.2 (release 2024-02-27)\n\n- mark user-visible errors for translation\n- replace deprecated importlib.resources.open_text\n- sanitize data coming from upload-page\n\n\nVersion v0.13.1 (release 2024-02-13)\n\n- fix: method returns valid value\n\n\nVersion v0.13.0 (release 2024-02-12)\n\n- oai: rebuild schema to dump\n- tests: update run-tests to invenio standard\n- refactore: serializers to rdm-records structure\n- black: fix formating v24.1.1\n\n\nVersion v0.12.3 (release 2024-01-11)\n\n- fix: indexer needs queue name\n\n\nVersion v0.12.2 (release 2024-01-07)\n\n- fix: rebuild-index not working\n- setup: add support for python3.10 and 3.11\n- wording: change\n\n\nVersion v0.12.1 (release 2023-12-01)\n\n- standardize rights-URLs passed to `LOMMetadata`\n- alembic: add deletion_status field\n- modification: alembic scripts\n\n\nVersion v0.12.0 (release 2023-11-09)\n\n- setup: temporary remove python3.10\n- fix: errors (mostly pylint)\n- setup: remove test upper bounds\n- cli: add parameter to create demo in backend\n- ui: add new button to user dashboard\n- search: add configuration for dashboard search\n- permissions: change can_read_draft\n- ui: redesign EditButton\n- fix: version is an object\n- compatibility: add attributes for rdm-records\n- ui: add collapsable facets\n- resources: add dublin core schema\n- global: change prefix, add user_dashboard\n- ui: change route prefix\n- dashboard: change text\n- services: make components configurable\n- compatibility: change import paths\n- refactor: remove unused file\n- global: move jsonschemas to records\n- global: migrate to invenio_i18n (flask-babel)\n- setup: remove rdm-records boundary\n- metadata: add methods\n- stop grouping lifecycle.contributes by role\n- stop grouping for data from upload-page\n- stop grouping for data built with LOMMetadata\n- group on OAI-PMH output computation to retain compatibility\n- clean up file headers\n- clean up config files\n\n\nVersion v0.11.1 (release 2023-08-03)\n\n- fix: licenses url with slash as last character\n\n\nVersion v0.11.0 (release 2023-08-03)\n\n- fix: license facets trailing slash\n- fix: translation was configured wrong\n- ui: remove current_user.id, not used\n- ui: show management only if allowed\n- fix: deposit edit needs permissions\n- ui: add edit-button of records\n\n\nVersion v0.10.1 (release 2023-07-25)\n\n- fix: use save key access\n\n\nVersion v0.10.0 (release 2023-07-25)\n\n- translation: update\n- refactor:\n- ui: add doi to sidemenu\n- tests: add pylint disable statements\n- setup: use pytest-black-ng instead of pytest-black\n- ui: add classification and course to landing page\n- metadata: reimplement dedup for append_course\n- metadata: change metadata a little bit\n- refactor: remove python3.8 compatibility\n- implement and configure facets (=search-filters)\n- clean up various upload-page related things\n- implement vcard and use it for OAI-PMH-output\n\n\nVersion v0.9.0 (release 2023-06-01)\n\n- add `format` and `resource-type` to upload-page\n- add schema for cleaner OAI-PMH-output\n- add \"$schema\"-key to jsons in database\n- update landing page\n- implement and configure permissions\n- fix image-preview by implementing iiif-resource\n\n\nVersion v0.8.1 (release 2023-04-28)\n\n- upload: require license permission\n\n\nVersion v0.8.0 (release 2023-04-20)\n\n- make compatible with invenio v11\n- support DOI, publishing, deleting\n\n\nVersion v0.7.2 (release 2023-03-15)\n\n- fix file-upload\n\n\nVersion v0.7.1 (release 2023-03-13)\n\n- add .js-files that were erroneously missing from last PR\n\n\nVersion v0.7.0 (release 2023-03-13)\n\n- global: fix various problems\n- finish preview of deposit for test-server\n\n\nVersion v0.6.1 (release 2023-02-01)\n\n- fix: pylint errors\n- fix: syntax error in setup.cfg\n\n\nVersion v0.6.0 (release 2022-10-14)\n\n- global: migrate to reusable workflows for publish\n- typo: fixed wrong position of .\n- test: move to reusable workflows\n- tests: remove CACHE\n- fix: change opensearch2 to opensearch in run-tests\n- global: replace elasticsearch7 with opensearch2\n- setup: update dependencies\n\n\nVersion v0.5.2 (release 2022-09-27)\n\n- fix: javascript dependencies\n\n\nVersion v0.5.1 (release 2022-09-27)\n\n- fix: pylint errors\n- fix: ConfigurationMixin changed location\n- global: pin flake8\n- global: increase version of invenio-search\n\n\nVersion v0.5.0 (release 2022-07-29)\n\n- fix missing schema for type link\n- add the search feature\n- update UI-serialization and landing page\n\n\nVersion v0.3.1 (release 2022-06-01)\n\n- update publish action\n- fix combined fixes\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "\"Invenio data model for Learning Object Metadata.\"",
    "version": "0.13.4",
    "project_urls": {
        "Homepage": "https://github.com/tu-graz-library/invenio-records-lom"
    },
    "split_keywords": [
        "invenio",
        "record",
        "lom",
        "learning",
        "object",
        "metadata"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69864a20570ed967c7b9cdf6449b19e73c978d79bff095b2bd720c66eb073feb",
                "md5": "8fbe3491cb8a12746acc3c10af5302e8",
                "sha256": "ed8eaed70c44150be62c6e2d885859c6e1aaa7c81e235a991691931e5b36875d"
            },
            "downloads": -1,
            "filename": "invenio_records_lom-0.13.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fbe3491cb8a12746acc3c10af5302e8",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.9",
            "size": 199245,
            "upload_time": "2024-03-08T12:02:35",
            "upload_time_iso_8601": "2024-03-08T12:02:35.790052Z",
            "url": "https://files.pythonhosted.org/packages/69/86/4a20570ed967c7b9cdf6449b19e73c978d79bff095b2bd720c66eb073feb/invenio_records_lom-0.13.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "377fd7967852640abc19e63bccccf9e1ed7c2a23dda55db1010a87a9ddd382bf",
                "md5": "d15448f226f4bcc092a8720b3717f7ed",
                "sha256": "afd4e5f4965147851062ea6dd3dc858f480182cf83615a7cefac14bd0c67905a"
            },
            "downloads": -1,
            "filename": "invenio-records-lom-0.13.4.tar.gz",
            "has_sig": false,
            "md5_digest": "d15448f226f4bcc092a8720b3717f7ed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 161607,
            "upload_time": "2024-03-08T12:02:37",
            "upload_time_iso_8601": "2024-03-08T12:02:37.951572Z",
            "url": "https://files.pythonhosted.org/packages/37/7f/d7967852640abc19e63bccccf9e1ed7c2a23dda55db1010a87a9ddd382bf/invenio-records-lom-0.13.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-08 12:02:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tu-graz-library",
    "github_project": "invenio-records-lom",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "invenio-records-lom"
}
        
Elapsed time: 0.23573s