Root

class materials_compendium.parse.Root(siteVersion, data)[source]

Represents a root object that contains site version and a list of data entries.

siteVersion

The site version associated with the root object.

Type:

str

data

List of Datum objects representing the data entries.

Type:

List[Datum]

Methods

from_dict

Create a Root object from a dictionary representation.