Metadata-Version: 2.1
Name: RGBMatrixEmulator
Version: 0.5.1
Summary: A PC emulator for Raspberry Pi LED matrices driven by rpi-rgb-led-matrix
Home-page: https://github.com/ty-porter/RGBMatrixEmulator
Author: Tyler Porter
Author-email: tyler.b.porter@gmail.com
License: MIT
Description: # `RGBMatrixEmulator`
        
        `RGBMatrixEmulator` is a Python package for emulating RGB LED matrices that are normally driven by the [`rpi-rgb-led-matrix`](https://github.com/hzeller/rpi-rgb-led-matrix) library. Most commonly, these are used with single-board computers such as the Raspberry Pi.
        
        `RGBMatrixEmulator` (currently) supports a subset of the function calls present in the Python bindings for `rpi-rgb-led-matrix`. As such, it's accuracy is not 100% guaranteed.
        
        ## Installation
        
        `RGBMatrixEmulator` is in the [Python Package Index (PyPI)](http://pypi.python.org/pypi/RGBMatrixEmulator/).
        Installing with ``pip`` is recommended for all systems.
        
        ```sh
        pip install RGBMatrixEmulator
        ```
        
        ## Contact
        
        Tyler Porter
        
        tyler.b.porter@gmail.com
Keywords: LED matrix,matrix,raspberry pi,raspberry,RPI,LED
Platform: ANY
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Natural Language :: English
Classifier: Topic :: Other/Nonlisted Topic
Description-Content-Type: text/markdown
