Base package for building Invenio application factories. Provides foundational utilities such as configuration loading, instance path setup, logging configuration, and Flask application factory. Current version 2.4.0, requires Python >=3.7. Invenio-Base follows semantic versioning with a stable release cadence.
pip install invenio-baseVerified import paths — ran on the pinned version, not inferred.
Create a minimal Invenio application using InvenioBase and create_app.
Upgrade Python to 3.7+ or pin to invenio-base<2.0.0 if stuck on Python 2.7/3.6.
Remove imports from invenio_base.helpers; use standard library or Flask helpers instead.
Ensure you pass the class (not an instance) to create_app.
No dependency data recorded yet.