faust.fixups

Transport registry.

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

~_T

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

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

Return type

~_T

faust.fixups.fixups(app: faust.types.app.AppT) → Iterator[faust.types.fixups.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

Iterator[FixupT]