Code reference¶
Plug-in hooks to be implemented by submodules and other packages.
Functions
Return the fully-qualified name(s) of (a) module(s) with |
|
Return |
|
|
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
clickcommands.The module(s) must contain a
click.Groupor command namedmain.
- transport_data.util.hooks.get_agencies() Iterable[sdmx.model.v21.Agency][source]¶
Return
sdmx.model.common.Agencyidentifying (meta)data provider(s).An implementation must return an iterable of 0 or more Agency instances.