This release is - mostly - a total repackage of i2cdevice against our latest standard Python boilerplate. It includes a switch from setup.py to pyproject.toml.
Additionally, the default smbus library is now the Python smbus2
, which can be installed into a venv without issue.
- Enhancement: Repackage to pyproject.toml/hatchling
- Switch i2c_dev fallback from smbus to smbus2
What's Changed
- Add GitHub actions workflow by @Gadgetoid in #8
- Drop Python 3.4, fix coveralls by @Gadgetoid in #11
- Repackage to latest boilerplate by @Gadgetoid in #12
Full Changelog: v0.0.7...v1.0.0