[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#981297: ITP: smbus2 -- another pure Python implementation of the python-smbus package



Package: wnpp
Severity: wishlist
Owner: Anton Gladky <gladk@debian.org>
X-Debbugs-Cc: debian-devel@lists.debian.org

* Package name    : smbus2
  Version         : 0.4.1
  Upstream Author : Karl-Petter Lindegaard
* URL             : https://github.com/kplindegaard/smbus2
* License         : MIT
  Programming Lang: Python
  Description     : another pure Python implementation of the python-smbus package

another pure Python implementation of the python-smbus package
Currently supported features are:
     Get i2c capabilities (I2C_FUNCS)
     SMBus Packet Error Checking (PEC) support
     read_byte
     write_byte
     read_byte_data
     write_byte_data
     read_word_data
     write_word_data
     read_i2c_block_data
     write_i2c_block_data
     write_quick
     process_call
     read_block_data
     write_block_data
     block_process_call
     i2c_rdwr - combined write/read transactions with repeated start

Reply to: