Skip to content

flacjacket/pywlroots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3bbff36 · Jan 17, 2025
Jan 17, 2025
Sep 10, 2023
Jan 17, 2025
Jan 17, 2025
May 4, 2024
Aug 25, 2024
May 13, 2024
Mar 17, 2018
Apr 9, 2024
Jul 26, 2023
May 6, 2024
Jan 17, 2025
Jan 17, 2025
Jul 24, 2022
Sep 10, 2023

Repository files navigation

pywlroots

Build Status

A Python binding to the wlroots library using cffi. The library uses pywayland to provide the Wayland bindings and python-xkbcommon to provide wlroots keyboard functionality.

Installation

The library can be installed from the packaged PyPI releases, which will pull in all of the necessary Python dependencies. In addition to the Python dependencies, pywlroots requires the wlroots and xkbcommon libraries and headers to be installed. At installation time, the cffi binding is compiled against these libraries.

To build pywlroots from source, the Python requirements will need to be installed manually. These are available in requirements.txt. The cffi bindings are built by running python wlroots/ffi_build.py.

Versioning and Releases

Released versions of pywlroots are published to PyPI.

The major and minor versions of pywlroots denote the version of wlroots that it is compatibile with. The pywlroots patch version will denote changes and fixes on the given wlroots version.