Metadata-Version: 1.1
Name: fakeRPiGPIO
Version: 0.3a0
Summary: fakeRPiGPIO is a package to simulate the RPi.GPIO package
Home-page: https://github.com/ArmlessJohn404/fakeRPiGPIO
Author: Luiz Eduardo Nishino Gomes do Amaral
Author-email: luizamaral306@gmail.com
License: GPL3
Description: fakeRPiGPIO
        ===========
        
        This package is used to simulate the
        `RPi.GPIO <https://pypi.python.org/pypi/RPi.GPIO>`__ module. This
        package only contains the functions in the RPi.GPIO package without the
        functionality. Useful to debug code outside the RPi. To avoid printing
        the callings to the package, set ``VERBOSE`` to ``False``:
        
        .. code:: python
        
            from RPi import GPIO
            GPIO.VERBOSE = False
            more_code()
        
Keywords: RPi fake GPIO
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Hardware
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
