Cocktails in this repository are sourced from 101 Girly Drinks. Recipes follow the Open Recipe Format. The intent is to enable data analytics on recipes, and play with AWS, because why not?
We assume you have unlimited access to the following when using this dataset: ice, blender, martini glass, highball glass, margarita glass, shaker tin.
Execute scripts/setup.sh
from the project root.
This script creates the virtualenvironment and prints an example invocation of the program for local testing.
Failure to exeucte this script from the project root will not detect the current version of Python.
Install the requirements in dev-requirements.txt
if you want to run linters locally before pushing.
Ingest recipe files using whatever format you prefer.
I'm comfortable with pandas
, so that's what you see in main.py
.