No description
Find a file
Melissa LeBlanc-Williams 534640fbfe
Merge pull request #9 from makermelissa/master
Updated setup.py to use setuptools_scm and adding COC
2019-12-04 11:59:46 -08:00
.github Add GitHub pull request template 2016-05-27 13:24:21 -07:00
Adafruit_PureIO undo modern pylint complaint 2019-12-01 19:30:43 -05: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 go back to oldlint 2019-12-01 19:27:26 -05:00
CODE_OF_CONDUCT.md Updated setup.py to use setuptools_scm and adding COC 2019-12-04 11:45:09 -08: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 Updated setup.py to use setuptools_scm and adding COC 2019-12-04 11:45:09 -08: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.