mysmbus

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.

Installation

In a virtualenv (see these instructions if you need to create one):

pip3 install mysmbus

Page last updated 2025-06-27 18:28:20 UTC