Metadata-Version: 2.4
Name: pylumagen
Version: 0.1.6
Summary: Async Python library for controlling Lumagen Radiance Pro over RS232 or TCP
Author: John Carey
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyserial-asyncio-fast>=0.14
Dynamic: license-file

# pylumagen

Async Python library for controlling a Lumagen Radiance Pro from Home Assistant.

This package is intended only for use in Home Assistant integrations. It is not designed or supported as a general-purpose end-user command line tool.

## Installation

```bash
pip install pylumagen
```

## Import

The PyPI package name is `pylumagen`, but the Python import package is `lumagen_control`:

```python
from lumagen_control import LumagenDevice, LumagenProtocol, TcpTransport
```

## License

MIT License
