srun 0.0.7

Library and a command-line tool for running specific tasks in a sandbox environment
Documentation
1
2
3
4
5
6
name: main
image: python:3
extend:
  - python --version
script:
  - python -c 'print("hello")'