smbus2 is (yet another) pure Python implementation of the python-smbus package. It was designed from the ground up with two goals in mind: It should be a drop-in replacement of smbus. The syntax shall ...
This Python module allows SMBus access through the I2C /dev interface on Linux hosts. The host kernel must have I2C support, I2C device interface support, and a bus adapter driver. This module is a ...