get_contact_name
- get_contact_name(prefix: str) str | None[source]
Return the contact name, if available.
- Parameters:
prefix – The prefix to lookup
- 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