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.0.4.tar.gz
(16.8 kB
view details)
File details
Details for the file Adafruit_PureIO-1.0.4.tar.gz.
File metadata
- Download URL: Adafruit_PureIO-1.0.4.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b67587ed3c4dc90bd0e9b988587efa66b4466abf71eb0dcbcd4695e7e4350326
|
|
| MD5 |
37bc679b2c05d9d13b6ab19ae775115d
|
|
| BLAKE2b-256 |
786fb93fcfad0756b7948a5d2f2b51dd5bc7b3ff440406520fd4dedab77a92cb
|