pipalacademy / feather-python-runtime

Python runtime for Feather
MIT License
0 stars 0 forks source link

Feather Python Runtime

Python Runtime for Feather (previously WebREPL).

Warning: This runtime is meant to be deployed to already-sandboxed environments (such as Lambda or Heroku). It might not be safe to run this on a long-running machine because it runs user-supplied code without isolating its impact.

Deploy to Heroku

API endpoints

/runtimes/python

For running Python code

... TODO: Add request/response formats

/runtimes/python/test

For running tests

... TODO: Add request/response formats

License

Licensed under MIT License. See License for details.