Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 658 Bytes

BUILD.md

File metadata and controls

41 lines (27 loc) · 658 Bytes

Gateway Python Bindings

Bindings to call the gateway APIs from a python program.

Build the pypi package

Install uv with the preferred method for your environment. On macOS:

brew install uv

Once uv is installed, run:

task python-bindings:build

This will build the python bindings in debug mode. Once they are built, you can run the examples in the folder.

Run the gateway via python bindings

Server

task python-bindings:example:server

First client

task python-bindings:example:alice

Second client

task python-bindings:example:bob