Metadata-Version: 1.2
Name: ledfx
Version: 0.1.6a0
Summary: A network based light effect controller
Home-page: http://github.com/ahodges9/ledfx
Author: Austin Hodges
Author-email: austin.b.hodges@gmail.com
License: The MIT License
Description: LedFx
        ===============
        
        WARNING: This project is in early development, so expect to encounter minor issues along the way.
        
        LedFx is a network based LED effect controller with support for a wide range of effects. Effect range from simple static gradients all the way to audio reactive effects that dance to music!
        
        To get started with LedFx run the following from the project root:
        
        .. code:: bash
        
            python setup.py install
            ledfx --open-ui
        
        
        Device Support
        ==============
        
        LedFx currently only supports E1.31 capable devices, including the `ESPixelStick firmware <https://github.com/forkineye/ESPixelStick/>`__ for any ESP8266 based controller.
        
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python
Requires-Python: >=3.6.0
