Metadata-Version: 1.1
Name: raspi
Version: 0.0.2
Summary: This module provides some helper functions to use with the Raspberry Pi and the RPi.GPIO.
Home-page: https://github.com/jcrmatos/raspi
Author: Joao Carlos Roseta Matos
Author-email: jcrmatos@gmail.com
License: GNU General Public License v2 or later (GPLv2+)
Description: raspi
        =====
        
        This module provides some helper functions to use with the Raspberry Pi and the RPi.GPIO.
        
        Description
        -----------
        
        **Description**
        
        This module provides some helper functions to use with the Raspberry Pi and the RPi.GPIO.
        
        When I can I will add more.
        
        If anyone wishes to contribute with new code or corrections/suggestions, feel free.
        
        Installation
        ------------
        
        **Installation**
        
        .. code:: bash
        
            $ pip install raspi
        
        Resources and contributing
        --------------------------
        
        **Resources**
        
        * `Repository <https://github.com/jcrmatos/raspi>`_
        
        **Contributing**
        
        1. Fork the `repository`_ on GitHub.
        2. Make a branch of master and commit your changes to it.
        3. Ensure that your name is added to the end of the AUTHORS.rst file using the format:
           ``Name <email@domain.com>``
        4. Submit a Pull Request to the master branch on GitHub.
        
        .. _repository: https://github.com/jcrmatos/raspi
        
        Copyright 2009-2015 Joao Carlos Roseta Matos. Licensed under the GNU General Public License v2 or later (GPLv2+).
        
Keywords: r,a,s,p,b,e,r,r,y, ,p,i, ,g,p,i,o
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
