Yeast¶
pybeerxml.yeast.Yeast
dataclass
¶
A yeast strain used in a recipe.
Attributes:
| Name | Type | Description |
|---|---|---|
name |
str | None
|
Yeast strain name. |
type |
str | None
|
Yeast type — |
form |
str | None
|
Physical form — |
attenuation |
float | None
|
Apparent attenuation percentage. |
laboratory |
str | None
|
Producing laboratory (e.g. |
product_id |
str | None
|
Laboratory product identifier. |
flocculation |
str | None
|
Flocculation level — |
amount |
float | None
|
Volume (litres) or weight (kg) of yeast used. |
min_temperature |
float | None
|
Minimum recommended fermentation temperature in °C. |
max_temperature |
float | None
|
Maximum recommended fermentation temperature in °C. |
best_for |
str | None
|
Beer styles best suited to this strain. |
notes |
str | None
|
Free-text notes. |