Cleanup and PEC support
Changes
- Support for SMBus PEC (Packet Error Checking).
- Support for Python 3 type hinting and mypy static type analysis. Type stubs added to the project.
- Cleaner docs:
- Removed redundant
README.rst
. README.md
,CHANGELOG.md
andLICENSE
added to dist package.
- Removed redundant
Cleanup - discarded code
As of this version the SMBusWrapper
class is removed and must be replaced with SMBus
: