Remotely

A simple and secure remote code execution API
Download

Remotely Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Kefei Dan Zhou
  • Publisher web site:
  • http://www.pycronicle.com

Remotely Tags


Remotely Description

Remotely is a simple and secure remote code execution Python API. You start the remotely server on the box where you want to execute code.from remotely import create_remotely_serverserver = create_remotely_server("YOUR_API_KEY", PORT)server.serve_forever()...And you use the remotely decorater for any function you want to run remotely.from remotely import remotely@remotely("YOUR_API_KEY", SERVER, PORT)def remote_code(): # do something here return result# function will be executed on the remote serverremote_code()Product's homepage


Remotely Related Software