brew.yeasts¶
-
class
brew.yeasts.Yeast(name, percent_attenuation=0.75)¶ A representation of a type of Yeast as added to a Recipe.
Parameters: percent_attenuation (float) – The percentage the yeast is expected to attenuate the sugar in the yeast to create alcohol Raises: YeastException – If percent_attenuation is not provided -
format()¶
-
to_dict()¶
-
to_json()¶
-
classmethod
validate(yeast_data)¶
-