{ "info": { "author": "Frank McIngvale", "author_email": "fmcingvale@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "The **wsgifront** module is a simple layer that lets you connect your WSGI_ application to any type of server.\r\nYour WSGI application always receives a consistent environment, regardless of the\r\nspecific type of server you are using on the front-end. This behavior helps a developer to ensure their\r\ncode remains server-independent by not relying on server-specific headers, etc.\r\nNumerous recipes are included to give you a quick start for deploying your application.\r\n\r\nAdapters are currently included for:\r\n\r\n* mod_python\r\n\r\n* CGI\r\n\r\n* PHP (*with Python installed anywhere on the host system*)\r\n\r\n* Google AppEngine\r\n\r\n* CherryPy using either:\r\n\r\n\t* Full application server\r\n\r\n\t* Standalone WSGI server\r\n\r\n* wsgiref.simple_server\r\n\r\n *You'll notice that some of these servers already provide a \r\n WSGI-like environment. In those cases wsgifront simply \r\n normalizes the environment and passes through the requests.*\r\n\r\nThese adapters are intentionally kept as minimal as possible. Although wsgifront contains sample \r\nmiddleware for URL dispatching, sessions, and error handling, these are completely optional. **wsgifront**\r\nsimply provides the server-side adapters and stays out of your way otherwise.\r\n\r\n.. _WSGI: http://www.python.org/dev/peps/pep-0333/", "description_content_type": null, "docs_url": null, "download_url": "http://wsgifront.googlecode.com/files/wsgifront-0.9.9.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://wsgifront.googlecode.com", "keywords": "wsgi mod_python php cgi apache cherrypy", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wsgifront", "package_url": "https://pypi.org/project/wsgifront/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wsgifront/", "project_urls": { "Download": "http://wsgifront.googlecode.com/files/wsgifront-0.9.9.tar.gz", "Homepage": "http://wsgifront.googlecode.com" }, "release_url": "https://pypi.org/project/wsgifront/0.9.9/", "requires_dist": null, "requires_python": null, "summary": "Simple adapter to connect your WSGI application to any server (mod_python, CGI, PHP, AppEngine, etc.)", "version": "0.9.9" }, "last_serial": 803455, "releases": { "0.9.2": [], "0.9.8": [], "0.9.9": [] }, "urls": [] }