Usage

Installation

To use edaSQL, first install it using pip:

(.venv) $ pip install edaSQL

Importing the Package and Iniate the eda object

import edaSQL
edasql = edaSQL.SQL()

To retrieve a list of random ingredients, you can use the edaSQL.SQL() function:

The kind parameter should be either "meat", "fish", or "veggies". Otherwise, lumache.get_random_ingredients() will raise an exception.