A library for controlling the PurpleDrop with Python.
The purpledrop-driver project connects to the device when it is plugged into a USB port, and provides an HTTP gateway for control. This client connects via that gateway.
Documentation for the pdclient project is located at https://pdclient.readthedocs.io/en/latest/.
The package can be cloned and installed with pip:
git clone https://github.com/uwmisl/pdclient
cd pdclient
pip install .