summaryrefslogtreecommitdiffstats
path: root/python/py3cairo/README
diff options
context:
space:
mode:
author Bojan Popovic <bocke@slackware-srbija.org>2014-01-10 00:10:58 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:20:57 -0600
commit517c7e1048fda65ec97ffc975d93c7b9a8e5a4e8 (patch)
treeb93ab179e2944eea90a840a84bc2405a4714504d /python/py3cairo/README
parentf7e948b0a753b19022740ec9ac8bd4b95e306bbc (diff)
downloadslackbuilds-517c7e1048fda65ec97ffc975d93c7b9a8e5a4e8.tar.gz
slackbuilds-517c7e1048fda65ec97ffc975d93c7b9a8e5a4e8.tar.xz
python/py3cairo: Added (Python 3.x bindings for cairo).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/py3cairo/README')
-rw-r--r--python/py3cairo/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/py3cairo/README b/python/py3cairo/README
new file mode 100644
index 0000000000..5e237fabd8
--- /dev/null
+++ b/python/py3cairo/README
@@ -0,0 +1,8 @@
+Py3cairo is a Python 3.x binding for the Cairo graphics library.
+The Pycairo bindings are designed to match the cairo C API as closely as
+possible, and to deviate only in cases which are clearly better
+implemented in a more 'Pythonic' way.
+
+This requires python3.
+
+Py3cairo is safe to install beside Slackware's pycairo package (Python 2.7).