Metadata-Version: 1.1
Name: whiff
Version: 1.1
Summary: WHIFF: WSGI HTTP Integrated Filesystem Frames
Home-page: http://whiff.sourceforge.net/
Author: Aaron Watters
Author-email: aaron_watters@sourceforge.net
License: BSD
Description: 
        WHIFF (WSGI HTTP Integrated Filesystem Frames) is a suite of tools
        to help developers create web applications using the Python/WSGI
        standard server interface.
        
        WHIFF is intended to make it easier to create, deploy, and maintain
        large and complex Python based WSGI Web applications.  
        
        The primary tools which reduce complexity are
        an infrastructure for managing web application name spaces,
        a configuration template language for wiring named components into an application, and
        an applications programmer interface for accessing named components from Python and javascript modules. 
        
Keywords: wsgi http web cgi javascript
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Text Processing :: Markup :: HTML
