SustainabilityItem

class taxonomy4good.sustainabilityItem.SustainabilityItem(id, name, level=0, grouping=None, parent=None, score=0, weight=1, children=None, meta_data=None)[source]
details()[source]

prints the values of the attributes of the SustainabilityItem object

to_dict()[source]

Converts the SustainabilityItem object to a dictionary

Returns:

the attributes of the SustainabilityItem object

Return type:

dict