Metadata-Version: 2.1
Name: pyluxa4
Version: 1.5
Summary: Luxafor flag controll library/tool.
Home-page: https://github.com/facelessuser/pyluxa4
Author: Isaac Muse
Author-email: Isaac.Muse@gmail.com
License: MIT License
Description: # Python Luxafor
        
        `pyluxa4` is a Python library for controller [Luxafor](https://luxafor.com/) devices. You can set colors, blink them,
        fade them, apply a wave effect, and even run its built-in patterns. All of this is done by running a small server that
        is accessed locally on port 5000 (the port can be changed). Once running, you can issue commands from the CLI tool,
        which in turns communicates with the server using a REST API.
        
        Since the server uses a REST API, you could easily write scripts in other languages to control the device once running.
        
        If desired, you can import the `pyluxa4.usb` library in a script and control the device directly without running a
        server. Or you could import `pyluxa4.client` and write your own application that uses the REST API to control the device
        through the server.
        
        `pyluxa4` requires [libusb/hidapi](https://github.com/libusb/hidapi) to be installed in order for the controller portion
        of the library to be functional.
        
        ## Documentation
        
        Documentation is found here: http://facelessuser.github.io/pyluxa4/
        
        ## License
        
        MIT License
        
        Copyright (c) 2019 Isaac Muse
        
Keywords: luxafor
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
