diff options
Diffstat (limited to 'python/python2-xcffib/README')
-rw-r--r-- | python/python2-xcffib/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python2-xcffib/README b/python/python2-xcffib/README new file mode 100644 index 0000000000..8b12921e1a --- /dev/null +++ b/python/python2-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. |