Metadata-Version: 1.1
Name: gocept.remoteleds
Version: 1.2
Summary: Can speak to an Arduino and set color of connected LEDs.
Home-page: https://bitbucket.org/gocept/gocept.remoteleds
Author: Daniel Havlik, Florian Pilz and Oliver Zscheyge
Author-email: dh@gocept.com
License: MIT
Description: =================
        gocept.remoteleds
        =================
        
        Preparing a developer machine
        -----------------------------
        
        >>> hg clone https://bitbucket.org/gocept/gocept.remoteleds
        >>> cd gocept.remoteleds
        >>> virtualenv .
        >>> bin/pip install -e .[test]
        
        Running tests is than as easy as:
        
        >>> bin/py.test
        
        Detailed Documentation
        **********************
        
        =======
        CHANGES
        =======
        
        1.2 (2014-09-20)
        ================
        
        - Improved config file handling.
        
        
        1.1 (2014-09-20)
        ================
        
        - Better discovery.
        - Support for jenkins views.
        
        
        1.0 (2014-09-20)
        ================
        
        - First working release ready for production use.
        
        
        0.1.1 (2014-09-19)
        ==================
        
        - Rediscover remoteleds when device is unplugged and plugged in again.
        
        
        0.1.0 (2014-09-19)
        ==================
        
        - Initial Release.
        
Keywords: arduino led adafruit neopixel
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: C
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
