python-control4-lite

Python Bindings for Control4 API


Keywords
control4
License
MIT
Install
pip install python-control4-lite==0.1.15

Documentation

Control4 API Bindings for Python

Developers

Test

  1. export CONTROL4_URL=http://1.2.3.4/rest
  2. python setup.py test

Setup

  1. Install Python 3 export PATH=/usr/local/bin:/usr/local/sbin:$PATH; brew install python
  2. Upgrade Pip pip install --upgrade pip
  3. Install Pipenv pip install --user pipenv
  4. Install Virtualenv pip install virtualenv

Publish

  1. python setup.py sdist bdist_wheel
  2. twine upload dist/*