Metadata-Version: 2.4
Name: edidio_control_py
Version: 0.1.1
Summary: Python library for controlling the Control Freak eDIDIO S10 device.
Home-page: https://github.com/CreativeLightingAdmin/edidio_control_py
Author: Michael Howes
Author-email: michael@creativelighting.com.au
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Home Automation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: AsyncIO
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: protobuf>=3.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Edidio Control Python Plugin

A Python library for communicating with and controlling the Control Freak eDIDIO S10 device.

## Features

- Asynchronous TCP communication with eDIDIO controllers.
- Support for DMX and DALI (including DALI DT8 CCT) message creation.
- Connection management including keep-alive and auto-reconnect.

## Installation

This plugin can be installed via pip:

```bash
pip install edidio_control_py
