Metadata-Version: 2.0
Name: pixel-panel
Version: 0.1.0
Summary: Library for generating a customizable information panel that's suitable for rendering on an LED matrix display.
Home-page: https://github.com/nodogbite/pixel_panel
Author: Greg Harfst
Author-email: gharfst@gmail.com
License: MIT
Keywords: pixel_panel
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: Pillow (>=3.1.1)
Requires-Dist: pytest (>=2.9.1)
Requires-Dist: sphinx-rtd-theme (>=0.1.9)
Requires-Dist: coverage (>=4.0.3)
Requires-Dist: pytest-cov (>=2.2.1)

===============================
Pixel Panel
===============================

.. image:: https://img.shields.io/pypi/v/pixel_panel.svg
        :target: https://pypi.python.org/pypi/pixel_panel

.. image:: https://img.shields.io/travis/nodogbite/pixel_panel.svg
        :target: https://travis-ci.org/nodogbite/pixel_panel

.. image:: https://readthedocs.org/projects/pixel_panel/badge/?version=latest
        :target: https://readthedocs.org/projects/pixel_panel/?badge=latest
        :alt: Documentation Status


Library for generating a customizable information panel that's suitable for rendering on an LED matrix display.

* Free software: MIT license
* Documentation: https://pixel_panel.readthedocs.org.

Features
--------

* TODO


=======
History
=======

0.1.0 (2016-1-22)
------------------

* First release on PyPI.


