Code reference

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

Functions

get_agencies()

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

provides()

Return the URNs of SDMX artefacts available from a module.

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 the URNs of SDMX artefacts available from a module.