Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsleonard/wsgisubdomain
WSGI Application Dispatcher per Subdomain
https://github.com/xsleonard/wsgisubdomain
Last synced: about 1 month ago
JSON representation
WSGI Application Dispatcher per Subdomain
- Host: GitHub
- URL: https://github.com/xsleonard/wsgisubdomain
- Owner: xsleonard
- License: mit
- Created: 2013-10-08T08:25:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-14T05:39:24.000Z (over 11 years ago)
- Last Synced: 2024-11-21T21:45:29.822Z (about 2 months ago)
- Language: Python
- Size: 199 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
wsgisubdomain
=============[![PyPI version](https://badge.fury.io/py/wsgisubdomain.png)](http://badge.fury.io/py/wsgisubdomain)
[![Build Status](https://travis-ci.org/xsleonard/wsgisubdomain.png)](https://travis-ci.org/xsleonard/wsgisubdomain)
[![Coverage Status](https://coveralls.io/repos/xsleonard/wsgisubdomain/badge.png)](https://coveralls.io/r/xsleonard/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)