forked from Lasoloz/py_sg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPKG-INFO
17 lines (16 loc) · 773 Bytes
/
PKG-INFO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Metadata-Version: 1.0
Name: py_sg
Version: 0.12
Summary: Python SCSI generic library
Home-page: http://tonquil.homeip.net/~dlenski/py_sg
Author: Dan Lenski
Author-email: [email protected]
License: GPLv3
Description: This is a small Python extension which sends arbitrary commands to SCSI devices, via the Linux SCSI Generic driver, which provides the SG_IO ioctl for this purpose.
Basically, the module includes two methods, read and write, which
allow you to issue commands to SCSI devices and read and write
accompanying data. If an OS error occurs, the OSError exception will
be raised, while if a SCSI error occurs, the py_sg.SCSIError exception
will be raised.
Platform: UNKNOWN
Classifier: Topic :: System :: Hardware