Base package for building Invenio application factories.
Project description
Base package for building Invenio application factories.
Further documentation is available on https://invenio-base.readthedocs.io/
Changes
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for invenio_base-1.2.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8114532d16fdd4994403c8ffb079fd519cf60672a59d5f7278c426ba236b4c3e |
|
MD5 | 66e4c83ea3fe8f02724b7eb90f6e8c9c |
|
BLAKE2b-256 | f23801b4975b305daf50750e1013a61014172bdd02041b4ef429299e7bb4e3a7 |