No description
Find a file
Limor "Ladyada" Fried 90e73171e3
Update setup.py
2018-06-26 22:39:17 -04:00
.github Add GitHub pull request template 2016-05-27 13:24:21 -07:00
Adafruit_PureIO Rename buffer to buf for lint. 2018-06-26 13:58:52 -07:00
tests Initial commit. 2016-02-19 09:41:53 +00:00
.gitignore Fix issue with block read needing to return list of bytes (bytearray). 2016-02-19 09:57:32 +00:00
.pylintrc Enable push to pypi on release and cleanup pylint. 2018-06-26 13:54:23 -07:00
.travis.yml Enable push to pypi on release and cleanup pylint. 2018-06-26 13:54:23 -07:00
ez_setup.py Initial commit. 2016-02-19 09:41:53 +00:00
LICENSE Initial commit. 2016-02-19 09:41:53 +00:00
README.md Initial commit. 2016-02-19 09:41:53 +00:00
requirements.txt start empty 2018-06-24 18:02:12 -04:00
setup.py Update setup.py 2018-06-26 22:39:17 -04:00

Adafruit Python PureIO

Pure python (i.e. no native extensions) access to Linux IO including I2C and SPI.
Drop in replacement for smbus and spidev modules.

NOTE: This is a work in progress that's not yet ready for public consumption. API signatures could change and all APIs are not yet implemented. Wait for a 1.x.x series release before depending on this code.