{"library":"eclipse-zenoh","type":"library","category":null,"description":"Eclipse Zenoh (pronounce /zeno/) is a lightweight, high-performance middleware that unifies data in motion, data at rest, and computations across diverse environments, from embedded systems to the cloud. The Python API (version 1.9.0) provides bindings to the core Rust implementation, enabling pub/sub, geo-distributed storage, queries, and computations. It maintains an active development and release cadence, with major updates often quarterly, aiming for performance and efficiency beyond mainstream stacks.","language":"python","status":"active","version":"1.9.0","tags":["iot","embedded","edge-computing","pub/sub","data-flow","robotics","ros2","protocol","middleware"],"last_verified":"Mon May 25","install":[{"cmd":"pip install eclipse-zenoh","imports":["import zenoh","import zenoh\nconfig = zenoh.Config()","import zenoh\nwith zenoh.open(zenoh.Config()) as session:","publisher = session.declare_publisher(key)","subscriber = session.declare_subscriber(key, listener)","def listener(sample): ... print(sample.payload.to_string())","value_bytes = zenoh.ZBytes(b'hello')"]}],"homepage":"https://zenoh.io","github":"https://github.com/eclipse-zenoh/zenoh-python","docs":"https://readthedocs.org/projects/zenoh-python/","changelog":null,"pypi":"https://pypi.org/project/eclipse-zenoh/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":50,"avg_install_s":1.8,"avg_import_s":0,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/eclipse-zenoh/compatibility"}}