python-wayland¤
python-wayland
is a Python implementation of the Wayland protocol built from the ground up with no runtime dependencies - no libwayland, no C libraries, just Python. It's designed primarily for developing Wayland clients.
What This Documentation Covers¤
This documentation includes:
- A complete Wayland protocol reference
- Explanations of how to use
python-wayland
to interact with Wayland services - Examples demonstrating request sending, event handling and other essential functionality.
What This Documentation Doesn't Cover¤
This documentation does not teach Wayland concepts or use. For learning Wayland itself, see:
- Drew DeVault's excellent Wayland Book
- The official Wayland documentation