Skip to main content

Flask support for dependency injection with autoinject

Project description

Flask AutoInject

Flask integration to provide separate contexts for each request regardless of the underlying WSGI handler.

As of version 1.1.0, you MUST use the init_app() function to properly use autoinject with Flask contexts. Previously, the informant was registered automatically. Calling init_app() now (as of 2.0.0) uses the new contextvars integration in autoinject by wrapping the call to wsgi_app() in an autoinject.with_contextvars() decorator. This ensures that injected functions are cleaned up when the call to wsgi_app() ends and prevents any ordering problems in terms of the teardown functions.

Note that this module does not provide management of autoinjected variables outside of the context of a call to wsgi_app() (essentially from app config push to teardown). Any other management you will need to provide yourself.

import flask
import flask_autoinject

app = flask.Flask(__name__)
flask_autoinject.init_app(app)

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

flask_autoinject-2.0.0.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

flask_autoinject-2.0.0-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file flask_autoinject-2.0.0.tar.gz.

File metadata

  • Download URL: flask_autoinject-2.0.0.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.9

File hashes

Hashes for flask_autoinject-2.0.0.tar.gz
Algorithm Hash digest
SHA256 a9dbcbd89a130c0061c967e4cdebc2c306070428d8721c4a584a2c3a5a7a729b
MD5 8adbf423001315528431ae2edaf34c06
BLAKE2b-256 6302b9a77e4d6628b78bee5fe0971fc4cf13672df17ab314fab4762bc928030e

See more details on using hashes here.

File details

Details for the file flask_autoinject-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for flask_autoinject-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 79eb3850c723c1ccc9e6422e2863f86dd7df30e71f58a07fdc7c68bc91da657c
MD5 81efecb6f257279d5f5a02bd41dc18b7
BLAKE2b-256 ef14566136075392c7c0ffec84cf39934640a79a739194ff40b3b17a7bea48d6

See more details on using hashes here.

Supported by

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