Skip to main content

"Invenio data model for Learning Object Metadata."

Project description

https://img.shields.io/github/license/tu-graz-library/invenio-records-lom.svg https://github.com/tu-graz-library/invenio-records-lom/workflows/CI/badge.svg https://img.shields.io/coveralls/tu-graz-library/invenio-records-lom.svg https://img.shields.io/pypi/v/invenio-records-lom.svg https://readthedocs.org/projects/invenio-records-lom/badge/?version=latest https://img.shields.io/badge/code%20style-black-000000.svg

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)

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

Changes

Version v0.19.4 (released 2025-09-08)

  • fix: not caught exception

  • fix(metadata): wrong return type

Version v0.19.3 (release 2025-07-21)

  • fix: multipart compatibility

Version v0.19.2 (release 2025-06-18)

  • fix(ruff): add noqas

  • fix: correct learningresource type

  • utils: add return value

Version v0.19.1 (release 2025-06-17)

  • fix: record vs record_ui

Version v0.19.0 (release 2025-06-14)

  • setup: upgrade invenio-rdm-records

  • setup: add python3.13 support

Version v0.18.4 (release 2025-06-06)

  • setup: upper pin was to strict

Version v0.18.3 (release 2025-06-06)

  • fix: tests caused by new config loading

  • setup: tmp pin

  • fix: configuration load

  • fix: function already in app_context

Version v0.18.2 (release 2025-05-23)

  • fix: setuptools require underscores instead of dashes

  • fix: api change click >= 8.2

  • rdm: compatibility

  • fix(tests): add configuration

Version v0.18.1 (release 2025-03-18)

  • setup: increase minimal dependencies

  • fix: the api of the PIDField has changed

  • fix: RemovedInMarshmallow4Warning

  • test: add fake datacite client

  • fix: ChangedInMarshmallow4Warning

  • tests: fix deprecation warnings

  • ruff: move noqa of tests to pyproject.toml

  • fix: learningresourcetype list change

  • ruff: apply A005 Module

  • ruff: apply FURB188

  • landing-page: add citation sidecard

  • fix: quibbles from ruff 0.8.0

Version v0.18.0 (release 2024-11-25)

  • fix: don’t pass undefined to controlled component

  • fix: make learningresourcetype consistently a list

  • metadata: allow url in append_learningresourcetype

Version v0.17.2 (release 2024-11-14)

  • views: ignore extraneous kwargs

  • fix: change redirect codes to 302

  • fix: fix redirecting of DOI-url

  • oai: change default for learningresourcetype

  • uploads: add load-default for lifecycle.datetime

  • oai: add lifecycle.datetime to generated output

  • fix: use pre_dump for dump-only OAI-schema

  • fix: DOI resolution

  • fix: get UTC timezone via correct attribute-name

Version v0.17.1 (release 2024-10-28)

  • fix: accept filename-kwarg on file-download

  • fix: import from correct path

  • fix: build resource-configs

  • fix: re-align PreviewFile with invenio-app-rdm

Version v0.17.0 (release 2024-10-26)

  • jinja: use invenio’s file_list macro over our copy

  • ui: add button for downloading all files

  • ui: implement collapsing for file-preview/file-list

  • ui: add technical_metadata side-card

  • ui: align <EditButton />’s style with invenio’s

  • ui: add info-link to stats sidecard

  • ui: align side-cards’ style with invenio’s

  • ui: align record-labels’ style with invenio’s

  • ui: remove dx. from DOI-url when serializing

  • fix: show <LomStats /> also when no createdDate

  • fix: remove defaultValue when value exists

  • fix: pass props that prop-types marks as required

  • fix: mark closeAction as optional

  • fix: create full record rather than just metadata

  • LOMRecordData: add fields from self to .json

  • CI: lint javascript with eslint

  • search-ui: remove field that LOM doesn’t have

  • react: don’t use array-index as key

  • react: destructure props

  • js: use erroneously unused variables

  • js: use camelCase

  • react: add defaultProps

  • react: add propTypes

  • fix: request our custom mime-type in EditButton

  • fix: realign signature of file-preview view-function

  • fix: use dict for RequestParser args

  • fix: re-align function signature with marshmallow

  • fix: typo in entrypoints

  • update: negotiate custom mimetype

  • fix: finalize api-app too

  • fix: remove () from @pytest.fixture()

  • permission: change inheritance

Version v0.16.0 (release 2024-07-05)

  • upgrade: add script to upgrade parent

  • metadata: add method get_courses

  • fix: deduped assume parent is a list

  • fix: metadata rights not exists use param

  • fix: missed removing metadata attribute usage

  • utils: add LOMRecordData class

  • utils: add create_record and update_record func

  • services: move add identifier to components

  • setup: move to python3.12 only

Version v0.15.2 (release 2024-06-18)

  • oai: add missing function for getrecords

  • oai: fix doi not exists

  • fix: import deposit components from rdm

Version v0.15.1 (release 2024-06-13)

  • fix: typo on attribute name

  • add CC0 to license selection

Version v0.15.0 (release 2024-05-29)

  • fix: update permission for manage

  • if the entity is not a list what it should be it will be handled correctly

  • the LOMMetadata handles now only the metadata

  • add a function to check about duplicate entries

Version v0.14.0 (release 2024-05-06)

  • modification: add statistic for a record

Version v0.13.5 (release 2024-04-23)

  • oai: add date to contribute

  • fix: vcard-serialization

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

invenio_records_lom-0.19.4.tar.gz (181.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

invenio_records_lom-0.19.4-py2.py3-none-any.whl (238.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file invenio_records_lom-0.19.4.tar.gz.

File metadata

  • Download URL: invenio_records_lom-0.19.4.tar.gz
  • Upload date:
  • Size: 181.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for invenio_records_lom-0.19.4.tar.gz
Algorithm Hash digest
SHA256 4a71c917e4b4407c527472d6a1b2800e7e252c29fc241c232aba7dd649be170b
MD5 114d1b260f1cc926ba090713fb1b4ba9
BLAKE2b-256 2fa18e60585b7c4c222746e9b30db23913a5bd7d40e9b4e62ce030a5c5dcd94c

See more details on using hashes here.

File details

Details for the file invenio_records_lom-0.19.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for invenio_records_lom-0.19.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 9e7d6c98f3a8c38ae55bd733a55fca07f46ed3ba87e78cf238700194a572b5f4
MD5 4be0c9bfd546d2bae8c3eceb69dac916
BLAKE2b-256 0cc485622611d7e3d7ea15035bd8b68de7f4a0fc3821638c920b60f49897c4d2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page