Reference

Public API documentation.

Utilities

open_api_framework.conf.utils.get_sentry_integrations() list[Integration]

Determine which Sentry SDK integrations to enable.

open_api_framework.conf.utils.importable(*items: str) list[str]

Return the dotted paths that start from an installed package

open_api_framework.conf.utils.is_installed(module_name: str) bool

Return a boolean to indicate if a module is installed or not

open_api_framework.conf.utils.mute_logging(config: dict) None

Disable (console) output from logging. :arg config: The logging config, typically the django LOGGING setting.