PATCH cairo-www: Mention More Python Bindings
Lawrence D'Oliveiro <[email protected]>
| Newsgroups | gmane.comp.lib.cairo |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
-- cairo mailing list [email protected] http://lists.cairographics.org/mailman/listinfo/cairo
0001-more-Python-bindings.patch
(text/x-patch, 1.2 KB)
From 161c33ff0d5ef04869539b1fb305e9a7c6358116 Mon Sep 17 00:00:00 2001 From: Lawrence D'Oliveiro <[email protected]> Date: Fri, 18 Dec 2015 23:10:44 +0000 Subject: [PATCH] more Python bindings --- src/bindings.mdwn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/bindings.mdwn b/src/bindings.mdwn index 7981877..154479d 100644 --- a/src/bindings.mdwn +++ b/src/bindings.mdwn @@ -33,7 +33,9 @@ languages: * PHP : [[cairo-php]] - * Python : [[pycairo]], [pycairo-3][19] branch with incomplete port to Python3 + * Python : [[pycairo]], [pycairo-3][19] branch with incomplete port to Python3, + [qahirah][20] high-level Pythonic binding, [cairocffi][21] binding created with + CFFI, [pygobject][22] includes Cairo binding. * Ruby : [[rcairo]] @@ -85,3 +87,6 @@ integrate it with a graphical user interface toolkit. [17]: https://github.com/ldo/python_pixman/ [18]: https://github.com/ldo/python_pixman_examples/ [19]: https://github.com/ldo/pycairo + [20]: https://github.com/ldo/qahirah + [21]: https://pythonhosted.org/cairocffi/ + [22]: https://wiki.gnome.org/action/show/Projects/PyGObject -- 2.6.0