get_registry_description
- get_registry_description(metaprefix: str) str | None[source]
Get the description for the registry, if available.
- Parameters:
metaprefix – The metaprefix of the registry
- Returns:
The description for the registry, if available, otherwise
None.
>>> get_registry_description("biocontext") 'BioContext contains modular JSON-LD contexts for bioinformatics data.'
>>> get_registry_description("missing") None