restructuring towards python client library #455 (#613)

* python client library clean branch for PR. #455

* removed superfluous file. #455

* removed one more superfluous file. #455

* README.md, .pylintrc and pylint based fixes. #455

* updated wrt. to the review comments. #455

* removed pylint documentation duplication. #455
This commit is contained in:
Benjamin Zeiss
2022-01-22 00:08:29 +01:00
committed by GitHub
parent 7f362c9308
commit 089dc302e5
38 changed files with 1573 additions and 1467 deletions

View File

@@ -2,6 +2,7 @@
Module for RaSCSI device management utility methods
"""
def get_valid_scsi_ids(devices, reserved_ids):
"""
Takes a list of (dict)s devices, and list of (int)s reserved_ids.