Skip to content

Lasoloz/py_sg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python3 SCSI generic library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.2%
  • Python 12.8%