You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pure-python implementation of the wayland protocol
Client side
To create a wayland client, import wayland.client, then create a Display.
Core wayland global objects are bound automatically, and stored in display.compositor, display.shell, etc.
About
Pure-python implementation of the wayland protocol