Invenio module for generic and customizable requests workflows, such as accept/decline actions. Current version 14.0.0, release cadence follows InvenioRDM releases.
pip install invenio-requestsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage example. Requires an existing identity for authentication.
Provide identity with appropriate system_roles or actions, e.g., identity.provides.add(need).
Import from invenio_requests.ui instead of invenio_requests.views.
Declare entry_points in setup.cfg: [invenio_requests.types] your_type = path.to.your_class