Incus / Python SDK and events

Hi, I can’t see any reference to events in the Python / Incus SDK. Is there any way to get “incus monitor” type functionality via the SDK or are there any plans to implement it?

There’s no official Python binding for Incus.

The only official language binding out there is the Go one as that’s the one we use internally for Incus itself. That one has all the functions needed to interact with the events API.

I know that back when I was still looking after pylxd, one difficulty was the rather bad state of the websocket clients in python, at least at the time.

Interesting so this;

When it refers to itself as “the Incus Python SDK” , not entirely correct? I guess this is just a.n.other language binding someone has developed themselves?

I probably should’ve read more carefully, I thought it had come from a link on linuxcontainers, but I could well have just picked it out of google search …