Skip to content

Releases: eclipse-zenoh-flow/zenoh-flow-python

v0.4.0-alpha.3

02 May 07:39
6f46606
Compare
Choose a tag to compare
v0.4.0-alpha.3 Pre-release
Pre-release

Align release with Zenoh-Flow 0.4.0-alpha.3

0.4.0-alpha.2

22 Feb 12:10
c41717f
Compare
Choose a tag to compare
0.4.0-alpha.2 Pre-release
Pre-release

Python API

The API is available through pypi

pip install eclipse-zenoh-flow==0.4.0a2

Install wrappers from apt

If you are not interested in building Zenoh Flow Python, and you are running an apt-based system (i.e., Debian or Ubuntu),
you can add the APT repository and install Zenoh Flow with your package manager.

echo "deb [trusted=yes] https://download.eclipse.org/zenoh/zenoh-flow/debian-repo/0.4.0-alpha.2/ /" | sudo tee -a /etc/apt/sources.list.d/zenoh-flow.list > /dev/null
sudo apt update
sudo apt install zenoh-flow-python

0.4.0-alpha.1

06 Jan 17:01
8cd373e
Compare
Choose a tag to compare
0.4.0-alpha.1 Pre-release
Pre-release
  • New APIs
  • Faster
  • Python-friendly

Python API

The API is available through pypi

pip install eclipse-zenoh-flow==0.4.0a1

Install wrappers from apt

If you are not interested in building Zenoh Flow Python, and you are running an apt-based system (i.e., Debian or Ubuntu),
you can add the APT repository and install Zenoh Flow with your package manager.

echo "deb [trusted=yes] https://download.eclipse.org/zenoh/zenoh-flow/debian-repo/0.4.0-alpha.1/ /" | sudo tee -a /etc/apt/sources.list.d/zenoh-flow.list > /dev/null
sudo apt update
sudo apt install zenoh-flow-python

0.2.0

26 Jan 10:40
1777365
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
prepare for 0.2.0

Signed-off-by: gabrik <[email protected]>