Skip to content

ITISFoundation/osparc-python-runner

Repository files navigation

osparc-python-runner

oSparc Python Runner Github-CI

Description

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)

Development

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

CI/CD Integration

Github-Actions

github-ci.yml