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

Dependencies

Page last updated 2026-09-03 10:38:30 UTC