DESCR 477 B

123456789101112
  1. Pycairo is a Python module providing bindings for the cairo graphics library.
  2. The Pycairo bindings are designed to match the cairo C API as closely as
  3. possible, and to deviate only in cases which are clearly better implemented in a
  4. more 'Pythonic' way.
  5. Features of the Pycairo bindings:
  6. * Provides an object oriented interface to cairo.
  7. * Queries the error status of objects and translates them to exceptions.
  8. * Provides a C API that can be used by other Python extensions.