Orcid#
- class technote.metadata.orcid.Orcid(url, *, scheme, user=None, password=None, host=None, tld=None, host_type='domain', port=None, path=None, query=None, fragment=None)#
Bases:
HttpUrl
An ORCiD type for Pydantic validation.
The validator forces an ORCiD identifier to always be a URL for orcid.org, per https://support.orcid.org/hc/en-us/articles/360006897674. This validator implments the ISO 7064 11,2 checksum algorithm.
- Parameters:
url (unicode) –
scheme (unicode) –
host_type (unicode, default:
'domain'
) –