diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-04 18:41:19 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-04 18:41:19 +0700 |
commit | 472be5a7563a1f0c20396728e9cd7938eb31896a (patch) | |
tree | 98e73fe1e832fa806eb9801e95f44a44bae84d84 /python/cairocffi/README | |
parent | ee08710925db8ed5483c9c2ffd99ccb4af917bdf (diff) |
python/cairocffi: Added (cffi-based cairo for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cairocffi/README')
-rw-r--r-- | python/cairocffi/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/cairocffi/README b/python/cairocffi/README new file mode 100644 index 0000000000000..e465e185d445d --- /dev/null +++ b/python/cairocffi/README @@ -0,0 +1,5 @@ +cairocffi is a `CFFI`_-based drop-in replacement for Pycairo_, +a set of Python bindings and object-oriented API for cairo_. +Cairo is a 2D vector graphics library with support for multiple backends +including image buffers, PNG, PostScript, PDF, and SVG file output. +API compatible with Pycairo. |