summaryrefslogtreecommitdiffstats
path: root/python/cairocffi/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2015-06-04 13:41:19 +0200
committer Willy Sudiarto Raharjo2015-06-04 13:41:19 +0200
commit472be5a7563a1f0c20396728e9cd7938eb31896a (patch)
tree98e73fe1e832fa806eb9801e95f44a44bae84d84 /python/cairocffi/README
parentee08710925db8ed5483c9c2ffd99ccb4af917bdf (diff)
downloadslackbuilds-472be5a7563a1f0c20396728e9cd7938eb31896a.tar.gz
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/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/cairocffi/README b/python/cairocffi/README
new file mode 100644
index 0000000000..e465e185d4
--- /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.