Food Service v0.1.0
CDES-FS
Cannabis Culinary & Food Service
Recipes, ingredients, dosing calculations, menus, and food safety for cannabis-infused restaurants, edible manufacturers, and catering.
pip install cdes-fs
Food Service Features
Recipe Management
Track edible recipes with ingredients, instructions, and cannabis dosing.
Dosing Calculator
Calculate THC/CBD per serving with decarboxylation factors.
Allergen Tracking
FDA-compliant allergen labeling and ingredient declarations.
Batch Production
Production batch tracking with yield calculations and QC records.
Quick Example
from cdes_fs import Recipe, CannabisIngredient, IngredientType, AllergenType
# Define cannabis ingredient with COA link
butter = CannabisIngredient(
name="Cannabis Butter",
ingredient_type=IngredientType.BUTTER,
thc_mg_per_gram=Decimal("10.0"),
cbd_mg_per_gram=Decimal("0.5")
)
# Create a recipe
recipe = Recipe(
name="Cannabis Brownie",
category=RecipeCategory.BAKED_GOOD,
servings=12,
allergens=[AllergenType.WHEAT, AllergenType.EGGS, AllergenType.MILK]
) Food Safety Compliance
HACCP Ready
Support for Hazard Analysis Critical Control Point plans.
FDA Labeling
Generate FDA-compliant nutrition facts and allergen labels.
Traceability
Full ingredient and batch traceability for recalls.
Ready to build edibles software?
Install cdes-fs to manage cannabis food production with confidence.
Get Started