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

@@ -104,6 +104,8 @@ while [ "$1" != "" ]; do
shift
done
PYTHON_COMMON_PATH=$(dirname $PWD)/common/src
echo "Starting web server for RaSCSI Web Interface..."
export PYTHONPATH=$PWD/src:${PYTHON_COMMON_PATH}
cd src
python3 web.py ${PORT} ${PASSWORD}