thelib.other

other - 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_ordinal_ingredients([kind])

Return a list of obvios ingredients as strings.

Exceptions

InvalidKindError

Raised if the kind is invalid.