[Python-checkins] cpython (3.5): Issue #29024: Add Kivy entry to GUI FAQ

berker.peksag python-checkins at python.org
Sun Jan 1 21:43:11 EST 2017


https://hg.python.org/cpython/rev/d41aa32f7f3c
changeset:   105924:d41aa32f7f3c
branch:      3.5
parent:      105918:f5aa1c9c2b7e
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Jan 02 05:44:49 2017 +0300
summary:
  Issue #29024: Add Kivy entry to GUI FAQ

Patch by inclement.

files:
  Doc/faq/gui.rst |  10 ++++++++++
  1 files changed, 10 insertions(+), 0 deletions(-)


diff --git a/Doc/faq/gui.rst b/Doc/faq/gui.rst
--- a/Doc/faq/gui.rst
+++ b/Doc/faq/gui.rst
@@ -77,6 +77,16 @@
 The older PyGtk bindings for the `Gtk+ 2 toolkit <http://www.gtk.org>`_ have
 been implemented by James Henstridge; see <http://www.pygtk.org>.
 
+Kivy
+----
+
+`Kivy <https://kivy.org/>`_ is a cross-platform GUI library supporting both
+desktop operating systems (Windows, macOS, Linux) and mobile devices (Android,
+iOS).  It is written in Python and Cython, and can use a range of windowing
+backends.
+
+Kivy is free and open source software distributed under the MIT license.
+
 FLTK
 ----
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list