hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.61k stars 505 forks source link

Reopening #1056: Adds output for dietary restrictions outlined by the recipe #1107

Closed jknndy closed 1 month ago

jknndy commented 2 months ago

Adds coverage for recipes to provide the schema specified dietary restrictions via suitableForDiet which is called as dietary_restrictions.

Also introduced a helper function to parse schema listed enumerations

DiabeticDiet GlutenFreeDiet HalalDiet HinduDiet KosherDiet LowCalorieDiet LowFatDiet LowLactoseDiet LowSaltDiet VeganDiet VegetarianDiet

cc. @mlduff