Well, it's certainly uncontaminated by cheese.
Go to file
Nguyễn Gia Phong 00ea518b3a Fix typo 2020-07-08 14:28:53 +07:00
report Derive slides from report 2020-07-08 02:20:39 +07:00
slides Fix typo 2020-07-08 14:28:53 +07:00
sql Derive slides from report 2020-07-08 02:20:39 +07:00
tools Blacklist a few more projects (sorry!) 2020-07-05 13:32:46 +07:00
.gitignore Add slides template 2020-07-07 15:56:32 +07:00
.travis.yml Draft a way to fetch metadata from PyPI 2020-06-22 21:56:03 +07:00
LICENSE Initial commit 2020-06-20 17:52:11 +07:00
README.md Fix classifiers and speed up 2020-07-05 01:21:31 +07:00
tox.ini Refactor a little 2020-07-04 17:00:17 +07:00

README.md

cheese-shop

Well, it's certainly uncontaminated by cheese.

Setup

In MySQL, first load the database definition:

SOURCE sql/def.sql;

Then, create an user named wensleydale with appropriate permissions to be used by mysql.connector:

SOURCE sql/ctl.sql;

To insert the metadata to the cheese_shop database, open a shell and run

pip install -r tools/requirements.txt
python tools/make-cheeses.py

The script runs on Python 3.6 and above.