Metadata-Version: 1.1
Name: wsgisubdomain
Version: 0.11
Summary: A WSGI application dispatcher for subdomain handling
Home-page: https://github.com/xsleonard/wsgisubdomain
Author: Steve Leonard
Author-email: sleonard76@gmail.com
License: MIT
Description: wsgisubdomain
        =============
        
        wsgisubdomain is a WSGI application dispatcher. A WSGI application is fetched based on a request’s target subdomain, creating one if needed.
        
        wsgisubdomain supports Python 2.6, 2.7, 3.2, 3.3 and PyPy.
        
        The code in this module is adapted from:
        http://flask.pocoo.org/docs/patterns/appdispatch/#dispatch-by-subdomain
        
        [Read the complete docs](https://wsgisubdomain.readthedocs.org)
        
        [![Build Status](https://travis-ci.org/xsleonard/wsgisubdomain.png)](https://travis-ci.org/xsleonard/wsgisubdomain)
        
Keywords: wsgi subdomain
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
