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.
pip install stonefish-runtimeVerified import paths — ran on the pinned version, not inferred.
Minimal async function and runtime initialization.
Use 'from stonefish import Runtime' or 'import stonefish'.
Replace rt.run(port=8080) with rt.run(config={'port': 8080}).Replace 'stonefish.deploy(func)' with 'await stonefish.deploy_async(func)'.
No dependency data recorded yet.