summaryrefslogtreecommitdiff
path: root/README
blob: 4a27b156750415a074cba31376f2d98e8a3daa71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
About xpyb
============

xpyb provides a Python binding to the X Window System protocol via libxcb.

This project is unmaintained. Among its issues, there is no Python 3
support. If no maintainer is forthcoming, we plan to permanently archive
this project in early 2020. The recommended replacement is xcffib:

        <https://github.com/tych0/xcffib>

Please report any issues you find to the freedesktop.org gitlab, at:

	<https://gitlab.freedesktop.org/xorg/lib/xpyb/issues>

Discussion about XCB occurs on the XCB mailing list:

        <mailto:xcb at lists.freedesktop.org>
        <http://lists.freedesktop.org/mailman/listinfo/xcb>

You can obtain the latest development versions of xpyb using GIT.
For anonymous checkouts, use:

        git clone https://gitlab.freedesktop.org/xorg/lib/xpyb.git

For developers, use:

        git clone git@gitlab.freedesktop.org:xorg/lib/xpyb.git