Skip to main content

"Base package for building Invenio application factories."

Project description

https://img.shields.io/github/license/inveniosoftware/invenio-base.svg https://github.com/inveniosoftware/invenio-base/workflows/CI/badge.svg https://img.shields.io/coveralls/inveniosoftware/invenio-base.svg https://img.shields.io/pypi/v/invenio-base.svg

Base package for building Invenio application factories.

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

Changes

Version 2.3.1 (released 2025-06-28)

  • fix: use standard importlib.metadata

Version 2.3.0 (released 2025-06-27)

  • fix: pkg_resources DeprecationWarning

  • fix: click breaking changes

Version 2.2.0 (released 2025-04-25)

  • urls: support converters in create_invenio_apps_urls_builder_factory

Version 2.1.0 (released 2025-04-17)

  • Add invenio_url_for (and related mechanisms) to generate cross-app URLs

Version 2.0.0 (released 2024-11-19)

  • setup: set flask,werkzeug min version

  • jws: move functionality from itsdangerous

  • setup: remove upper pins

Version 1.4.0 (released 2024-01-29)

  • app: add configurable gc.freeze() call

  • setup: pin watchdog

Version 1.3.0 (released 2023-06-23)

  • Adds finalize_app_entry_points to overcome before_(app_)_first_request deprecation in Flask>=2.3.0

Version 1.2.15 (released 2023-05-02)

  • Pins Werkzeug<2.3.0 due to removed deprecations (for example Authoriation headers parsing issues).

Version 1.2.14 (released 2023-04-26)

  • Pins Flask<2.3.0 due to removed deprecations (for example before_(app_)first_request).

Version 1.2.11 (released 2022-03-29)

  • Adds a compatibility layer for Werkzeug v2.1.

Version 1.2.10 (released 2022-03-29)

  • Adds support for Flask v2.1

Version 1.2.9 (released 2022-02-22)

  • Fixes issue with duplicate entry points during tests due to pytest modifying the sys.path.

Version 1.2.8 (released 2022-02-21)

  • Lowered Python requirement to v3.6 to avoid breaking builds.

Version 1.2.7 (released 2022-02-21)

  • Fixed minimal test dependencies and limited itsdangerous to <2.1

Version 1.2.6 (released 2022-02-18)

  • Added importlib-resources/importlib-metadata packages to replace usage of pkg_resources.

  • Updated package to use a purely declarative package definition.

  • Removed __future__ imports and usage of six library.

Version 1.2.5 (released 2021-10-18)

  • Unpin Flask <2.0 and Werkzeug <2.0.

Version 1.2.4 (released 2021-05-12)

  • Pins Flask <2.0 and Werkzeug <2.0 due to incompatibilities in the newly released versions.

Version 1.2.3 (released 2020-05-11)

  • Adds support for passing root_path to the base Flask application factory.

Version 1.2.2 (released 2020-03-05)

  • Adds six dependency.

  • Adds the obj_or_import_string and load_or_import_from_config common utility functions for general re-use throughout other Invenio modules.

Version 1.2.1 (released 2020-03-02)

  • Bumps Flask minimum version to v1.0.4.

  • Removes invenio instance create command and cokiecutter dependency.

Version 1.2.0 (released 2019-08-28)

  • Adds support to trust new proxy headers through the PROXYFIX_CONFIG configuration variable. For more information see the full documentation.

  • Deprecates the usage of WSGI_PROXIES configuration which only supports X-Forwarded-For headers.

Version 1.1.0 (released 2019-07-29)

  • Add support for allowing instance path and static folder to be callables which are evaluated before being passed to the Flask application class. This fixes an issue in pytest-invenio and Invenio-App in which a global instance path was only evaluated once.

  • Fixes deprecation warnings from Werkzeug.

Version 1.0.2 (released 2018-12-14)

Version 1.0.1 (released 2018-05-25)

  • Added support for blueprint factory functions in the invenio_base.blueprints and the invenio_base.api_blueprints entry point groups. In addition to specifying an import path to an already created blueprint, you can now specify an import path of a blueprint factory function with the signature create_blueprint(app), that will create and return a blueprint. This allows moving dynamic blueprint creation from the extension initialization phase to the blueprint registration phase.

Version 1.0.0 (released 2018-03-23)

  • Initial public release.

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_base-2.3.1.tar.gz (44.0 kB view details)

Uploaded Source

Built Distribution

invenio_base-2.3.1-py2.py3-none-any.whl (25.0 kB view details)

Uploaded Python 2Python 3

File details

Details for the file invenio_base-2.3.1.tar.gz.

File metadata

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

File hashes

Hashes for invenio_base-2.3.1.tar.gz
Algorithm Hash digest
SHA256 32033f78731cf9d5e8ba31e8ff549d3bf7bda15a909ad42fb5ea2ac739820bc6
MD5 291eb5ff317cc4c1679f9048ff098dcc
BLAKE2b-256 69e8dbb7626f8f0ee6e606674185abeb31592ad70ab0b595e22604cefb28d626

See more details on using hashes here.

File details

Details for the file invenio_base-2.3.1-py2.py3-none-any.whl.

File metadata

  • Download URL: invenio_base-2.3.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 25.0 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for invenio_base-2.3.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 7fa29211022e54c2b9e18eafa7b87a6bac54e075c283841acb84cc26dc3fc998
MD5 4c700a5d4a95d2deff9953e76a4ac1fa
BLAKE2b-256 9cbdedad3395065a7b9eb4ae01f39128afa2593ddf5675c37c75199a189e75aa

See more details on using hashes here.

Supported by

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