Metadata-Version: 1.1
Name: pysite
Version: 0.1.8
Summary: Create simple yet powerful WSGI based sites, utilizing Jinja2 and Qt's TS-file format for localization
Home-page: UNKNOWN
Author: Jakob Simon-Gaarde
Author-email: jakob@simon-gaarde.dk
License: LGPL3
Description: Description
        ===========
        
        Pysite is a simple framework for developing web applications. Pysite delivers very little automation making it up to
        the developer to create the magic. Pysite utilizes Jinja2 for templating and Qt's TS format for localization. TS files
        have been chosen as format so that Qt's Linuguist tool can be used for translations.
        
        
        Changes
        =======
        New in 0.1.8
        ------------
        - Added more file types
        
        New in 0.1.7
        ------------
        - Further Python 3 support
        
        New in 0.1.6
        ------------
        - Preliminary support for Python 3
        
        New in 0.1.5
        ------------
        - Fixed compressed data bug
        
        New in 0.1.4
        ------------
        - Altered pyinit, PySiteApplication, PySiteConfiguration to handle apache mod_wsgi
        
        New in 0.1.3
        ------------
        - Altered pysite init script to copy from pysite's resource folder
        
        New in 0.1.1
        ------------
        - Added pysite script for site administration and testserving
        
        New in 0.1.0
        ------------
        - Initial distribution
        
Keywords: wsgi,website,www,website,framework
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires: jinja2
Provides: pysite
