#1109998 RFP: python-scsi -- Python classes to access SG_IO scsi devices

Package:
wnpp
Source:
wnpp
Submitter:
Christoph Anton Mitterer
Date:
2025-11-29 16:58:21 UTC
Severity:
normal
#1109998#5
Date:
2025-07-27 20:49:30 UTC
From:
To:
* Package name    : python-scsi
  Version         : 2.1.0
  Upstream Contact: The python-scsi Authors
* URL             : https://github.com/python-scsi/python-scsi
* License         : GPL2.1
  Programming Lang: Python
  Description     : Python classes to access SG_IO scsi devices


python-scsi is a SCSI initiator for python. It contains python
classes to create and send SCSI commands to devices accessible via:

- SGIO: /dev/sg* devices using ioctl(SG_IO) Depends on cython-sgio.
- iSCSI: iscsi://// Depends on cython-iscsi.

These classes also provide interfaces to marshall/unmarshall both
CDBs as well as DATA-IN/OUT buffers.