[sio.jobs]
vcpu-exec = sio.executors.vcpu_exec:run
exec = sio.executors.executor:run
ping = sio.workers.ping:run
unsafe-exec = sio.executors.unsafe_exec:run
cpu-exec = sio.executors.executor:run
compile = sio.compilers.job:run

[console_scripts]
sio-batch = sio.workers.runner:main
sio-compile = sio.compilers.job:main
sio-get-sandbox = sio.workers.sandbox:main
sio-celery-worker = sio.celery.worker:main
sio-run-filetracker = sio.workers.ft:launch_filetracker_server

[sio.compilers]
default-cc = sio.compilers.gcc:run_default_cpp
c = sio.compilers.gcc:run_gcc
pas = sio.compilers.fpc:run
fpc = sio.compilers.fpc:run
system-g++ = sio.compilers.system_gcc:run_gplusplus
default-c = sio.compilers.gcc:run_default_c
default-pas = sio.compilers.fpc:run_default
gcc = sio.compilers.gcc:run_gcc
system-pas = sio.compilers.system_fpc:run
system-c = sio.compilers.system_gcc:run_gcc
default-cpp = sio.compilers.gcc:run_default_cpp
g++ = sio.compilers.gcc:run_gplusplus
system-cpp = sio.compilers.system_gcc:run_gplusplus
system-gcc = sio.compilers.system_gcc:run_gcc
cpp = sio.compilers.gcc:run_gplusplus
system-fpc = sio.compilers.system_fpc:run
foo = sio.compilers.template:run

