Metadata-Version: 2.1
Name: lgpio
Version: 0.0.0.2
Summary: Linux SBC GPIO module
Home-page: http://abyz.me.uk/lg/py_lgpio.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: # lgpio Package
        
        lgpio is a module for Linux Single Board Computers (SBC) which allows control of the General Purpose Input Outputs (GPIO).
        
        ## 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
        
        ## Installation
        
        pypy can not handle Linux libararies properly at the moment.
        
        You need to install the lgpio module from the lg archive.
        
        See http://abyz.me.uk/lg/download.html
        
        
Keywords: linux,sbc,gpio
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
