GeoEco.Metadata.AddModuleMetadata
- GeoEco.Metadata.AddModuleMetadata(shortDescription, longDescription=None, module=None)
Creates a
ModuleMetadataand attaches it to a module.- Parameters:
shortDescription (
str) – One-line description of the module, ideally as plain text (but reStructuredText is OK).longDescription (
str, optional) – Detailed description of the module, formatted as reStructuredText.module (
ModuleTypeorstr, optional) – The module object itself, or the fully qualified name of the module (a.k.a. dotted module name). If not provided, the caller’s module is used.