Skip to content

nrhill1/python-sandbox

Repository files navigation

README

Python Service

curl -X POST http://localhost:8080/execute \
     -H "Content-Type: application/json" \
     -d '{"script":"def main():\n    return 42\n\nmain()"}

About

A standalone service that executes valid python scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published