Metadata-Version: 1.2
Name: python-control4-lite
Version: 0.1.7
Summary: Python Bindings for Control4 API
Home-page: https://github.com/r3pi/python-control4-lite
Author: Aleksi Asikainen
Author-email: aleksi.asikainen@solera.com
License: MIT
Description: # Control4 API Bindings for Python
        
        
        ## Developers
        
        ### Test
        
        1. `export CONTROL4_URL=http://1.2.3.4/rest`
        1. `python setup.py test`
        
        
        ### Setup
        
        1. Install Python 3 `export PATH=/usr/local/bin:/usr/local/sbin:$PATH; brew install python`
        1. Upgrade Pip `pip install --upgrade pip`
        1. Install Pipenv `pip install --user pipenv`
        1. Install Virtualenv `pip install virtualenv`
        
        
        ### Publish
        
        1. `python setup.py sdist bdist_wheel`
        1. `twine upload dist/*`
        
        
        
        
Keywords: control4
Platform: UNKNOWN
Requires-Python: >=3.6.0
