An implementation of a market based scheduling system
The specification of how the market works is contained in the docs file.
This is written in python, and all the files assume your writing this in python 3.6 (to support async io).
To run, you need to install the python requirements and a local mysql server
pip install -r requirements.txt
apt-get install mysql