Metadata-Version: 1.1
Name: piglow
Version: 1.2
Summary: A module to drive the Pimoroni PiGlow board, based on the sn3218 i2c LED controller
Home-page: http://www.pimoroni.com
Author: Philip Howard
Author-email: phil@pimoroni.com
License: MIT
Description: PiGlow
        ======
        
        Library for the Pimoroni Pibrella board, based on the sn3218 IC https://github.com/Gadgetoid/python-sn3218
        
        I have attempted to make this library code compatible with Jason (@Boeeerb) Barnett's PiGlow examples,
        he maintains by far the most complete codebase and documentation for the PiGlow here: https://github.com/Boeeerb/PiGlow
        
        
        
        
        Change Log
        ==========
        
        1.2
        ---
        - Promoted to stable
        - "set" now defaults to a sensible LED order, wrapping "_set"
        - Call "_set" directly for old bahaviour
        
        1.1dev
        ------
        - Made code-compatible with Jason Barnett's PiGlow library
        - renamed my 'led' method to 'single'
        - wrapped inherited 'set' to automatically call 'update'
        
        1.0dev
        -------
        - Initial experimental module
        
Keywords: Raspberry Pi sn3218 PiGlow i2c
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX :: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: System :: Hardware
