Metadata-Version: 2.1
Name: aurora-renderer-rgbmatrix
Version: 1.0.0.dev20220104211843
Summary: Renderer implementation for RGB Matrix Displays
Home-page: https://gitlab.com/aurora-display-lib/aurora-renderer-rgbmatrix
Author: Raphael "rGunti" Guntersweiler
Author-email: raphael+pip@gunti.cloud
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: deploy
Provides-Extra: test
License-File: LICENSE

# RGB Matrix Renderer for Aurora Display Library
This package contains a renderer using Henner Zeller's
[rpi-rgb-led-matrix](https://github.com/hzeller/rpi-rgb-led-matrix)
library.

> **Note**: This package will not provide you `rpi-rgb-led-matrix` as a
> dependency. You will have to download and compile the bindings yourself
> using the instructions provided here:
> https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/bindings/python/README.md


