diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-05-25 11:36:37 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:40 +0700 |
commit | 364da04dd857fda739e6fe874ae8e7f15a5e88c0 (patch) | |
tree | bf55d53918e15c06b0853d1cc1bc7a909de602f9 /python/python-xcffib/README | |
parent | 9136a86bec7f95830d45bf8257b6766b083e1302 (diff) | |
download | slackbuilds-364da04dd857fda739e6fe874ae8e7f15a5e88c0.tar.gz |
python/python-xcffib: Added (XCB python binding).
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/python-xcffib/README')
-rw-r--r-- | python/python-xcffib/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-xcffib/README b/python/python-xcffib/README new file mode 100644 index 0000000000..8b12921e1a --- /dev/null +++ b/python/python-xcffib/README @@ -0,0 +1,6 @@ +xcffib is intended to be a (mostly) drop-in replacement for xpyb. +xpyb has an inactive upstream, several memory leaks, is python2 +only and doesn't have pypy support. xcffib is a binding which +uses cffi, which mitigates some of the issues described above. +xcffib also builds bindings for 27 of the 29 (xprint and xkb are +missing) X extensions in 1.10. |