Metadata-Version: 2.3
Name: led-matrix-zmq
Version: 1.0.0rc1
Summary: Library for interacting with led-matrix-zmq
Project-URL: source, https://github.com/Knifa/led-matrix-zmq-py
Author-email: Dan <knifa@users.noreply.github.com>
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: pyzmq>=26.2.0
Description-Content-Type: text/markdown

# led-matrix-zmq-py

A Python library for interacting with [led-matrix-zmq-server](https://github.com/knifa/led-matrix-zmq-server).

## Usage

Check out the [examples](http://github.com/knifa/led-matrix-zmq-py/examples) directory for some example code!

You'll probably want to use the `LmzMatrix` class which is a higher-level construct around the lower-level `LmzControl` and `LmzFrame` classes.
