A simple Python service that shows system info and performs arithmetic operations
python setup.py test
At first install wheel
pip install wheel
After this step you can create wheel
python setup.py sdist bdist_wheel
python setup.py install
bash pycodestyle.sh
FLASK_APP=service.py flask run
Then go to http://localhost:5000
git show --summary | awk '{print $2}' | head -1 >newcommit.txt && python setup.py sdist bdist_wheel