This project provides a Python SDK for building a SmartThings SmartApp.
The current official SDK supported by SmartThings is built on NodeJS. I wanted an alternative to JavaScript.
Documentation is available here.
The Makefile
includes targets to install locally or to build a wheel dist package.
make test
- Install locally and run the test suite
make install
- Create a venv and install locally
make wheel
- (default) Produce a wheel distfile