Metadata-Version: 2.1
Name: pynanoleaf
Version: 0.0.6
Summary: A Python3 wrapper for the Nanoleaf API
Home-page: https://github.com/Oro/pynanoleaf
Author: Marco Orovecchia
Author-email: pynanoleaf@marco.orovecchia.com
License: UNKNOWN
Description: 
        # Nanoleaf API Wrapper
        
        A Python3 wrapper for the Nanoleaf API, capable of controlling both Nanoleaf Aurora and Nanoleaf Canvas.
        
        
        ## Usage
        
            nanoleaf = Nanoleaf(host="192.168.1.197")
            #Press and hold the on/off button for 5-7 seconds to allow authentication
            nanoleaf.authorize()
            nanoleaf.name
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Home Automation
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
