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.2.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

flask_autoinject-2.0.2-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: flask_autoinject-2.0.2.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.6

File hashes

Hashes for flask_autoinject-2.0.2.tar.gz
Algorithm Hash digest
SHA256 04ed82f40de3d73d7f4f18ad90f9e3ad4dff036d8f642c4ab05d74dbbd210b9b
MD5 52bfcea674dbb78f67a431e070abef3f
BLAKE2b-256 beb92c5d03cebb200f721b93bb0c5e31ed647782669f4b0f29a3b3bbcca82b48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for flask_autoinject-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e9c24fcc2c38c78fd7d005738ab9ddced5f83240ca95a49b3a89f3ecfaf9c829
MD5 5b92822e810462b75dc21039ba5e7557
BLAKE2b-256 b4b8a8e763f7e95a1ecf9124621db59c77c619eae85f1171a1d4722b5ccd8243

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