Code reference

Plug-in hooks to be implemented by submodules and other packages.

Functions

cli_modules()

Return the fully-qualified name(s) of (a) module(s) with click commands.

get_agencies()

Return sdmx.model.common.Agency identifying (meta)data provider(s).

provides()

Return 0 or more URNs of SDMX artefacts available from a module.

transport_data.util.hooks.cli_modules() str | Iterable[str][source]

Return the fully-qualified name(s) of (a) module(s) with click commands.

The module(s) must contain a click.Group or command named main.

transport_data.util.hooks.get_agencies() Iterable[sdmx.model.v21.Agency][source]

Return sdmx.model.common.Agency identifying (meta)data provider(s).

An implementation must return an iterable of 0 or more Agency instances.

transport_data.util.hooks.provides() Iterable[str][source]

Return 0 or more URNs of SDMX artefacts available from a module.