Metadata-Version: 1.1
Name: raspi_gpioctl
Version: 0.0.2
Summary: Raspberry Pi GPIO pin state controller
Home-page: http://github.com/metagriffin/raspi-gpioctl
Author: metagriffin
Author-email: mg.pypi@metagriffin.net
License: GPLv3+
Description: =================
        Raspberry PI GPIO
        =================
        
        The `raspi-gpioctl` is a tiny package that provides a simple little
        command line tool, `gpioctl`, that allows minimal Raspberry PI GPIO
        pin state management.
        
        Usage
        =====
        
        To read the state of pin 18 when it is in output mode and turned on:
        
        .. code-block:: bash
        
          $ gpioctl 18
          function: output
          state: 1
        
        To set pin 23 to output mode and turn it off:
        
        .. code-block:: bash
        
          $ gpioctl 23 off
        
        
Keywords: raspberry pi pin state controller
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Natural Language :: English
Classifier: Operating System :: Other OS
Classifier: Programming Language :: Python
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Home Automation
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
