lumache

Lumache - Python library for cooks and food lovers.

This is a Python docstring, we can use reStructuredText syntax here!

# Import lumache
import lumache

# Call its only function
get_random_ingredients(kind=["cheeses"])

Functions

get_random_ingredients([kind])

Return a list of random ingredients as strings.

Exceptions

InvalidKindError

Raised if the kind is invalid.