Metadata-Version: 1.1
Name: knxpy
Version: 0.1.0
Summary: A simple connector to a KNX bus
Home-page: http://github.com/BrechtBa/knxpy
Author: Daniel Matuschek, Brecht Baeten
Author-email: UNKNOWN
License: MIT
Description-Content-Type: UNKNOWN
Description: knxpy
        -----
        
        Installation
        ============
        
        Prequisites
        ^^^^^^^^^^^
        For the asyncio ip tunnel at least python 3.5 is required.
        The thread ip tunnel should work with earlier python versions.
        A simple python connector to knxd is also available.
        
        Setup
        ^^^^^
        run ``pip3 install knxpy``
        
        or
        
        * download the latest `release <http://github.com/BrechtBa/knxpy/releases>`_
        * unzip and cd to the folder
        * run ``python3 setup.py install``
        
        Examples
        ========
        To get started, check the `examples <http://github.com/BrechtBa/knxpy/tree/master/examples/>`_ folder
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
