Introduction
Pure python (i.e. no native extensions) access to Linux IO including I2C and SPI. Drop in replacement for smbus and spidev modules.
Installation
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally from PyPI. To install for current user:
pip3 install Adafruit-PureIO
To install system-wide (this may be required in some cases):
sudo pip3 install Adafruit-PureIO
To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
pip3 install Adafruit-PureIO
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Adafruit_PureIO-1.1.0.tar.gz
(19.3 kB
view details)
File details
Details for the file Adafruit_PureIO-1.1.0.tar.gz.
File metadata
- Download URL: Adafruit_PureIO-1.1.0.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f3384a2cedb3f9d1b0d3f0f8424e47ac53157235514d8d936703139c63cfd45
|
|
| MD5 |
dd129f6bb78ce6c8ac1ebb893d5fe954
|
|
| BLAKE2b-256 |
f8eb5dee43840526ac159b78bb122e85e3052a038356951d802ace3458fe2b76
|