faust.fixups

Transport registry.

faust.fixups.by_name(name: Union[_T, str]) _T
Return type:

~_T

faust.fixups.by_url(url: Union[str, URL]) _T

Get class associated with URL (scheme is used as alias key).

Return type:

~_T

faust.fixups.fixups(app: AppT) Iterator[FixupT][source]

Iterate over enabled fixups.

Fixups are installed by setuptools, using the ‘faust.fixups’ namespace.

Fixups modify the Faust library to work with frameworks such as Django.

Return type:

_GenericAlias[FixupT]