Person#
- class technote.sources.tomlsettings.Person(**data)#
Bases:
BaseModelModel for describing a person related to the technote.
- Parameters:
data (
Any)
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Methods Summary
format_orcid_url(value)Format a bare ORCiD identifier as a URL.
Ensure that
orcidis a valid ORCiD identifier, orNone.Attributes Documentation
- model_config: ClassVar[ConfigDict] = {}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].
Methods Documentation
- classmethod format_orcid_url(value)#
Format a bare ORCiD identifier as a URL.