Registry / devops / oarepo-runtime

oarepo-runtime

JSON →
library6.0.0pypypiunverified

A set of runtime extensions for Invenio repository, providing utilities for data streams, validation, caching, and more. Current version 6.0.0, released with support for Python 3.14-3.15. Active development, monthly releases.

pip install oarepo-runtime
INSTALL
IMPORT
SIG · OAREPO-RUNTIME
O
oarepo-runtime
devopspythonv6.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataStream
from oarepo_runtime.datastreams import DataStream
from oarepo_runtime.datastreams import DataStream

Basic usage of DataStream class. Replace with actual instantiation if needed.

from oarepo_runtime.datastreams import DataStream ds = DataStream() print(ds.version)
Debug
Known issues
breakingoarepo_runtime.datastreams was renamed from oarepo_runtime.datastream in v5.0.0. Update imports.
fix
Replace 'from oarepo_runtime.datastream' with 'from oarepo_runtime.datastreams'
affects: >=6.0.0
gotchaThis library requires Python >=3.14, <3.15. Ensure your environment matches.
fix
Use Python 3.14.x; avoid 3.15+ until support is added.
affects: >=6.0.0
deprecatedThe 'cache' module in oarepo_runtime.cache is deprecated in favor of 'oarepo_runtime.caching'.
fix
Use 'from oarepo_runtime.caching import ...' instead.
affects: >=5.2.0
Upgrade
Version history
6.0.0latest on PyPI · released Jun 6, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
oarepo-runtime — pip install oarepo-runtime · libregistry