oSparc service that allows running any python-based script either as simple script of complex python application inside a zip file (with or without requirements.txt file)
make help # shows Makefile help
make devenv # creates python virtual environment
source .venv/bin/activate # activates python virtual environment
make build # builds oSparc compatible docker image
make info-build # shows oSparc compatible docker image
make tests # tests oSparc compatible docker image