A library for working with Grapl
Grapl has ceased operations as a company. As such, this code is no longer being actively developed, but will remain available in an archived state.
cd <the same folder as this readme>
python3 -m venv .venv
source .venv/bin/activate
python -m pip install --upgrade pip
# reads requirements from setup.py
pip install . ".[dev]"
# Give it a shot!
./run_tests.sh