py3-sg

Python SCSI generic library


Keywords
SCSI, python, python3
License
CNRI-Python-GPL-Compatible
Install
pip install py3-sg==0.16

Documentation

py_sg

Version 0.13

This is a fork of Dan Lenski's SCSI library, rewritten to be compatible with Python3

How to install

  1. Clone this repo;
  2. Enter the folder
  3. Try to compile:
python3 setup.py build
  1. If .so library is compiled, install:
sudo python3 -m pip install <path/to/setup.py>
  1. You are done

Changelog

Version 0.13 - breaking change in API - split read function into 2. Get rid of deprecated function.

Version 0.12 - migrate to Python3, one deprecated function used

Version 0.11 - original