Description
python-xcb - X Python Binding, based on the X C Binding (XCB) library
Distribution: ROSA Enterprise Desktop
Repository: ROSA Contrib Updates x86_64
Package name: python-xcb
Package version: 1.2
Package release: 3-rosa.lts2012.0
Package architecture: x86_64
Package type: rpm
Installed size: 1.71 MB
Download size: 119.84 KB
Official Mirror: mirror.rosalab.ru
The Python binding for XCB allows the X protocol to be accessed directly from
Python. There are two components:
- A Python extension written in C. This exposes XCB-specific objects and
library functions, as well as providing various base classes used by the
generated code.
- Python modules which are generated directly from the XCB-XML protocol
descriptions.
The Python binding requires libxcb.so to work. The additional extension
libraries are not required.