betty.extension.wikipedia package

Module contents

Integrate Betty with Wikipedia.

class betty.extension.wikipedia.Wikipedia(*args, **kwargs)[source]

Bases: UserFacingExtension, Jinja2Provider, PostLoader

Parameters:
*args

**kwargs

classmethod assets_directory_path()[source]

Return the path on disk where the extension’s assets are located.

This may be anywhere in your Python package.

Return type:

pathlib.Path | None

classmethod description()[source]
Return type:

betty.locale.Str

property filters : dict[str, Callable[[...], Any]]
classmethod label()[source]
Return type:

betty.locale.Str

classmethod name()[source]
Return type:

str

async post_load()[source]
Return type:

None