Metadata-Version: 2.1
Name: rgpio
Version: 0.1.0.0
Summary: Linux SBC GPIO module
Home-page: http://abyz.me.uk/lg/py_rgpio.html
Author: joan
Author-email: joan@abyz.me.uk
Maintainer: joan
Maintainer-email: joan@abyz.me.uk
License: unlicense.org
Download-URL: http://abyz.me.uk/lg/lg.zip
Description: # rgpio Package
        
        rgpio is a module for Linux Single Board Computers (SBC) which allows control of the General Purpose Input Outputs (GPIO) over a network.
        
        Each SBC must be running the rgpiod daemon.
        
        ## Features
        
        * reading and writing GPIO singly and in groups
        * software timed PWM and waves
        * callbacks on GPIO level change
        * notifications via pipe on GPIO level change
        * I2C wrapper
        * SPI wrapper
        * serial link wrapper
        * access control
        * file handling
        * creating and running scripts
        * network access
        
        
Keywords: linux,sbc,gpio
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
