Metadata-Version: 1.0
Name: WFront
Version: 0.3.1
Summary: A WSGI front-door dispatcher.
Home-page: http://discorporate.us/jek/projects/wfront/
Author: Jason Kirtland
Author-email: jek@discorporate.us
License: MIT License
Description: 
        WFront is a simple top-level request dispatcher, directing requests
        based on "Virtual Host".  WFront can be used to host multiple
        WSGI-powered domains in a single process, emulate a mod_proxy,
        SCGI/FastCGI/AJP or mod_python WSGI setup for development, or any other
        composition where operating at the host-level is desired.  Mapping
        HTTP/1.0 requests to HTTP/1.1 Host:-style requests is supported and is
        very flexible.
        
Keywords: wsgi web http webapps vhost virtualhost proxy mod_proxy url dispatcher
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Classifier: Topic :: Software Development :: Libraries
