Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1020 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 1020 Bytes

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