muntjac icon indicating copy to clipboard operation
muntjac copied to clipboard

A web application GUI toolkit

Muntjac

A web application GUI toolkit.

Muntjac_ is a translation of Vaadin_ to the Python_ programming language. It is similar to GUI toolkits for desktop applications, such as PyQT_, wxPython_ and PyGTK_. However, it can be used to create dynamic, browser independent, web applications. There is no need to write HTML, Javascript or RPC code, just server-side Python.

License and Copyright

Copyright (C) 2012 Vaadin Ltd.

Copyright (C) 2012 Richard Lincoln

Muntjac is available under the terms of the Apache Software License_, version 2.0.

.. _Muntjac: http://www.muntiacus.org/ .. _Vaadin: http://www.vaadin.com/ .. _Python: http://www.python.org/ .. _PyQt: http://www.riverbankcomputing.co.uk/software/pyqt/ .. _wxPython: http://www.wxpython.org/ .. _PyGTK: http://www.pygtk.org/ .. _Apache Software License: http://www.apache.org/licenses/LICENSE-2.0