Metadata-Version: 1.0
Name: Pi-Pin-Manager
Version: 0.0.5
Summary: Setup Raspberry Pi GPIO pins using a configuration file, not boilerplate.
Home-page: http://pypi.python.org/pypi/Pi-Pin-Manager/
Author: Brian Hines
Author-email: brian@projectweekend.net
License: LICENSE.txt
Description: ===========
        Pi-Pin-Manager
        ===========
        
        Boilerplate code is annoying and sometimes there can be a lot of it working with Raspberry Pi GPIO (https://pypi.python.org/pypi/RPi.GPIO). I got tired of setting the board mode and declaring GPIO channels in every script so I made a library that uses a config file instead. In addition to getting rid of the boilerplate, **Pi-Pin-Manager** has the added benefit of pulling the configuration out of the code. This means you can modify any pin's behavior without ever touching a Python file or having to redeploy your program.
        
        Additional documentation and usage examples can be found on Github: https://github.com/projectweekend/Pi-Pin-Manager
        
Platform: UNKNOWN
