Metadata-Version: 2.1
Name: pyConEEBUS
Version: 0.0.1
Summary: Python bindings for EEBUS daemon JSONRPC
Home-page: UNKNOWN
Author: Leonhard Heizinger, Andreas Penzkofer
Author-email: l.heizinger@consolinno.de
License: UNKNOWN
Description: # pyConEEBUS
        
        Tool to use python functions to send JSON-RPC calls to our [EEBUS daemon](https://gitlab.consolinno-it.de/leafletfirmware/eebus/consolinno-eebus-daemon).
        
        ## Install
        
        Get missing dependencies
        
            pip install coloredlogs
            pip install websocket
        
        Then 
        
            sudo python3 setup.py install 
        or 
        
            sudo python3 setup.py develop 
        
        
        ## Run
        
        Install and run 
        
            pip install ipython
            
        Apply the commands from the [test script](examples/test.py).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
