99applications on top of Python, SQLAlchemy and Qt. It is inspired by
1010the Django admin interface.
1111
12- The main resource for information is the website:
12+ The main resource for information is the website:
1313http://www.python-camelot.com
14- and the mailinglist https://groups.google.com/forum/#!forum/project-camelot
14+ and the mailing list https://groups.google.com/forum/#!forum/project-camelot
1515
1616Cocoa
1717-----
2222PyGTK provides Python bindings for the GTK+ toolkit. Like the GTK+ library
2323itself, it is currently licensed under the GNU LGPL. It is worth noting that
2424PyGTK only currently supports the Gtk-2.X API (NOT Gtk-3.0). It is currently
25- recommended that PyGTK not be used for new projects and existing applications
25+ recommended that PyGTK not be used for new projects and that existing applications
2626be ported from PyGTK to PyGObject.
2727
2828Kivy
5454~~~~
5555.. note :: If your software does not fully comply with the GPL you will need a commercial license!
5656
57+ PyQt provides Python bindings for the Qt Framework (see below).
58+
5759http://www.riverbankcomputing.co.uk/software/pyqt/download
5860
5961PyjamasDesktop (pyjs Desktop)
6062-----------------------------
61- PyjamasDesktop is a port of PyJamas . PyjamasDesktop is application widget set
63+ PyjamasDesktop is a port of Pyjamas . PyjamasDesktop is application widget set
6264for desktop and a cross-platform framework. (After release v0.6 PyjamasDesktop
6365is a part of Pyjamas (Pyjs)). Briefly, it allows the exact same Python web application
6466source code to be executed as a standalone desktop application.
@@ -69,8 +71,9 @@ The main website; `pyjs Desktop <http://pyjs.org/>`_.
6971
7072Qt
7173--
72- `Qt <http://qt-project.org/ >`_ is a cross-platform application framework that is widely used for developing
73- software with a GUI but can also be used for non-GUI applications.
74+ `Qt <http://qt-project.org/ >`_ is a cross-platform application framework that
75+ is widely used for developing software with a GUI but can also be used for
76+ non-GUI applications.
7477
7578Tk
7679--
0 commit comments