Metadata-Version: 2.1
Name: unipixel
Version: 1.0.0
Summary: A testing utility for applications that would use the adafruit-circuitpython-neopixel package
Home-page: https://github.com/razerfish/unipixel
Author: Fiona Wilson
Author-email: fiona@razerfish.dev
License: UNKNOWN
Project-URL: Source Code, https://github.com/Razerfish/unipixel
Project-URL: Bug Tracker, https://github.com/Razerfish/unipixel/issues
Description: ![tests](https://github.com/Razerfish/unipixel/workflows/tests/badge.svg?branch=master)
        ![Pylint](https://github.com/Razerfish/unipixel/workflows/Pylint/badge.svg?branch=master)
        # Unipixel - Simulate neopixels in a terminal
        
        `unipixel` is a package designed to be used interchangeably with the [`adafruit-circuitpython-neopixel`](https://github.com/adafruit/Adafruit_CircuitPython_NeoPixel) package for the purposes of testing and development on systems where, for whatever reason, actual neopixels aren't available.
        
        ## Note about compatibility
        
        `unipixel` works by wrapping the &#9608; (`0x2588`) unicode character in ANSI color escape sequences. This method requires a terminal that supports both unicode and "true color" for `unipixel` to render properly.
        
        A list of terminals that support true color can be found [here.](https://gist.github.com/XVilka/8346728)
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: lint
Provides-Extra: test
