History
- class emmet.core.provenance.History(**data)
Bases:
BaseModelHistory of the material provenance
- Parameters:
name (str)
url (str)
description (Annotated[ProvenanceDescription | None, BeforeValidator(func=~emmet.core.provenance.ProvenanceDescription.parse_str_or_dict, json_schema_input_type=PydanticUndefined)])
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].