1 file was added to this release more than 14 days after its initial publication. Inspect the release files before installing.
The pysmbus package is a pure Python reimplentation of the [python-smbus](http://www.lm-sensors.org/browser/i2c-tools/trunk/py-smbus/) package. This allows using the I2C SMBus protocol without having to compile C.
It has the same module name, smbus, as python-smbus, so that it can be used as a direct replacement in projects that normally depend on python-smbus.
Currently it’s incomplete. The following methods are implemented:
write_byte_data
read_byte_data
Other methods haven’t been implemented yet, since I don’t have any hardware needing those methods. Patches or requests for other methods are welcome.
This package has been comfirmed working with Python 2.7 and 3.4.
Example
from smbus import SMBus
bus = SMBus(1) # Opens /dev/i2c-1 bus.write_byte_data(0x54, 0x13, 0xff)
Release files for pysmbus 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
File added late
1 file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release files before installing.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pysmbus-0.1-3.tar.gz | 2.4 kB | Details |
Release files / pysmbus-0.1-3.tar.gz
File added late
This file was uploaded more than 14 days after the first file in this release.
While project maintainers occasionally add legitimate files to an existing release, late additions can also indicate a security compromise.
We recommend inspecting the release file before installing.
| Download URL | pysmbus-0.1-3.tar.gz |
|---|---|
| Size | 2.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f5158b36aae7f8685fbb52da5ec8a6f242a15d74aa3cfc288ad19e917586c2c9
|
|
BLAKE2b-256 checksum How to use checksums |
a1d868240a0e2a9ae5b67a08014d5ba183ac312cc65cfe52eec5e6048d377e6d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |