This project contains selected pieces of the upstream repo: link,
adjusted to taste (and needs).
Refer to the upstream-tables
branch for the "clone" code of the upstream and instruction how to pull the changes
from it.
I. Prepare an virtual environment with Python >= 3.6:
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
II. Clone the repository and install the dependencies:
pip install -r requirements.txt
III. Run:
python setup.py
or
python setup.py develop