{"library":"stonefish-runtime","title":"Stonefish Runtime","type":"library","description":"Stonefish Runtime is a lightweight runtime library for deploying and executing serverless functions, especially in edge environments. It supports function orchestration, dependency injection, and cloud-edge synchronization. Current version 0.4.10, released on 2025-04-22. Pre-release phase with weekly updates.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install stonefish-runtime"],"cli":null},"imports":["from stonefish import Runtime"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/stonefish-runtime/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from stonefish import Runtime\n\nasync def handler(event, context):\n    return {\"message\": \"Hello from Stonefish!\"}\n\nif __name__ == \"__main__\":\n    rt = Runtime(handler)\n    rt.run()","lang":"python","description":"Minimal async function and runtime initialization.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}