Metadata-Version: 1.0
Name: Muntjac
Version: 1.0.4
Summary: Web application GUI toolkit
Home-page: http://www.muntiacus.org/
Author: Richard Lincoln
Author-email: r.w.lincoln@gmail.com
License: UNKNOWN
Description: 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) 2011 Vaadin Ltd.
        
        Copyright (C) 2011 Richard Lincoln
        
        Muntjac is available under either the terms of the `GNU Affero General Public
        License`_ or a commercial license.
        
        .. _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/
        .. _Application: http://doc.muntiacus.org/api/muntjac.application.Application-class.html
        .. _GNU Affero General Public License: http://www.gnu.org/licenses/agpl-3.0.txt
        
        Changelog
        ---------
        
        1.0.4
        
          * Added InMemorySession and FileSession with faster pickle protocol.
          * Implemented transient attributes and optimised JSON escaping.
        
        1.0.3
        
          * Catching 1Mb memcache limit errors in session middleware.
          * Fixed date formatting and currency parsing in sampler.
          * Fixed infinite loop in handleVariableBurst().
        
        1.0.2
        
          * Added GAE Appstats to configuration.
          * cron.yaml added to clean up GAE sessions.
          * Catching UnknownLocaleError exceptions from Babel.
        
        1.0.1
        
          * Quick start section removed from README and added to the home page.
          * Added links to GAE mirror on home page for demo apps.
          * Added try/except to session getter to handle unpickling errors.
          * Removed trademarked Vaadin favicon.
          * Added file modification notices to source files in accordance with
            Vaadin's Apache license version 2.0.
        
        1.0.0
        
          * First public release of Muntjac.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
