Skip to main content
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.23.0 (released 2026-06-02)

  • feat(uploads): add LOM_UPLOADS_TEMPLATE hook

Version v0.22.0 (released 2026-06-01)

  • feat(search): add LOM_SEARCH_NAV_TEMPLATE config

Version v0.21.1 (released 2026-05-20)

  • fix(ui): max storage size wrong

Version v0.21.0 (released 2026-05-11)

  • feat(i8n): update German translations

  • feat(template): use configuration variables

  • fix(not_licensed_text): unify usage of single and doubled quotation marks

  • fix(not_licensed_text): reference to OERhub

  • docs(metadata): adding boku to copyright in context of commit f0663c61465b11f0c755b7f24a4361759d6effd2

  • feat(oai): DublinCore XML serializer for OAI

  • fix(ext): invenio.cfg takes precedence

Version v0.20.3 (released 2026-04-28)

  • fix(compat): citation generation needs links

Version v0.20.2 (released 2026-04-28)

  • fix(compat): role needs configuration

  • chore(linter): add ignore rules for ruff

  • fix(compat): add quota feature

Version v0.20.1 (released 2026-04-14)

  • fix(landingpage): correct link typo

  • fix(doi): add missing endpoint link

Version v0.20.0 (released 2026-02-08)

  • chore(mypy): resolve error/warning

  • chore(setup): bump dependencies

  • fix(tests): add parent.pids

  • chore(black): update formatting to >= 26.0

  • fix: links deprecation warning

  • fix(chore): DeprecationWarning stdlib

  • refactor(schema): remove usage of object_key

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

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.23.0.tar.gz (184.2 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.23.0-py2.py3-none-any.whl (243.8 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: invenio_records_lom-0.23.0.tar.gz
  • Upload date:
  • Size: 184.2 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.23.0.tar.gz
Algorithm Hash digest
SHA256 4c06009390b55c8f481e625e58fb74335583555549fedce3cbdaba9c1edf9ece
MD5 fc693bb7ca2d8095b79a9061da096ad2
BLAKE2b-256 22915f24e8f54ad833e9487e838940f5268805bed100a050469b526dad908b09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for invenio_records_lom-0.23.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 70f3f83b02a1ae00c7bcec1cafdf303283d3abd6450d3c9f853648b220a03845
MD5 2afce62870d953805fe68eaa9d8d8943
BLAKE2b-256 5371df0a29d15361c88ef7ab51cc101ff5de7100b4b486adc3eb693b635ea47b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.23.0 This release

2 files

0.22.0

2 files

0.21.1

2 files

0.21.0

2 files

0.20.3

2 files

0.20.2

2 files

0.20.1

2 files

0.20.0

2 files

0.19.4

2 files

0.19.3

2 files

0.19.2

2 files

0.19.1

2 files

0.19.0

2 files

0.18.4

2 files

0.18.3

2 files

0.18.2

2 files

0.18.1

2 files

0.18.0

2 files

0.17.2

2 files

0.17.1

2 files

0.17.0

2 files

0.16.0

2 files

0.15.2

2 files

0.15.1

2 files

0.15.0

2 files

0.14.0

2 files

0.13.5

2 files

0.13.4

2 files

0.13.3

2 files

0.13.2

2 files

0.13.1

2 files

0.13.0

2 files

0.12.3

2 files

0.12.2

2 files

0.12.1

2 files

0.12.0

2 files

0.11.1

2 files

0.11.0

2 files

0.10.1

2 files

0.10.0

2 files

0.9.0

2 files

0.8.1

2 files

0.8.0

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.1

2 files

0.6.0

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.0

2 files

0.3.1

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

Supported by

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