Metadata-Version: 2.1
Name: pypck
Version: 0.5.2
Summary: LCN-PCK library
Home-page: https://github.com/alengwenus/pypck
Author: Andre Lengwenus
Author-email: alengwenus@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Eclipse Public License 1.0 (EPL-1.0)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Home Automation
Description-Content-Type: text/markdown
Requires-Dist: aenum

# pypck
Open source LCN-PCK library written in Python

### Overview

**pypck** is an open source library written in Python which allows the connection to the [LCN (local control network) system](https://www.lcn.eu). It uses the vendor protocol LCN-PCK.
To get started a free license of the coupling software LCN-PCHK and a hardware coupler is necessary.
The library is a prerequisite for the [Home Assistant](https://www.home-assistant.io/) LCN component and is based entirely on Python's asyncio.

**pypck** is a derivative of the [LCN openHAB binding](https://github.com/openhab/openhab1-addons/wiki/lcn-binding) from Tobias Juettner with several inprovements.


