py_sg
Version 0.13
This is a fork of Dan Lenski's SCSI library, rewritten to be compatible with Python3
How to install
- Clone this repo;
- Enter the folder
- Try to compile:
python3 setup.py build
- If .so library is compiled, install:
sudo python3 -m pip install <path/to/setup.py>
- 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