Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 564 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 564 Bytes

pdclient

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

Documentation for the pdclient project is located at https://pdclient.readthedocs.io/en/latest/.

Installation

The package can be cloned and installed with pip:

git clone https://github.com/uwmisl/pdclient
cd pdclient
pip install .