Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

7aman/py3_sg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py3_sg

Active Status [Jan 2022]: This repositoy is not maintained anymore and will be removed soon. Please refer to original repo by crypto-universe/py_sg for latest changes.

Python3 SCSI generic library

This is a fork of crypto-universe/py_sg.

Install

Dependencies:

  • <Python.h> header file. (python3-dev or python3-devel)
sudo python3 -m pip install py3_sg

How to install manually

git clone https://github.com/7aman/py3_sg.git
cd py3_sg
python3 setup.py build

If .so library is compiled, install:

sudo python3 setup.py install

About

Python3 SCSI generic library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.6%
  • Python 12.4%