get_contact_name

get_contact_name(prefix)[source]

Return the contact name, if available.

Parameters

prefix (str) – The prefix to lookup

Return type

Optional[str]

Returns

The resource’s contact name, if it is available.

>>> import bioregistry
>>> bioregistry.get_contact_name('bioregistry')  # from bioregistry curation
'Charles Tapley Hoyt'
>>> bioregistry.get_contact_name('chebi')
'Adnan Malik'
>>> assert bioregistry.get_contact_name('pass2') is None  # dead resource