{ "info": { "author": "Juan J. Martinez", "author_email": "jjm@usebox.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries" ], "description": "wsgi2cgi\n========\n\nRun CGI apps under Python WSGI protocol (PEP 333).\n\nThis is a simple WSGI application that executes an external process\nand translates the WSGI protocol to the Common Gateway Interface (CGI).\n\nExample:\n\n from wsgiref.simple_server import make_server\n import wsgi2cgi\n\n def app(environ, start_response):\n wapp = wsgi2cgi.CGI('/path/to/executable.cgi')\n return wapp.application(environ, start_response)\n\n httpd = make_server('127.0.0.1', 8000, app)\n print \"Serving on 127.0.0.1:8000...\"\n httpd.serve_forever()\n\nThe CGI class supports two arguments:\n\n - command: absolute path to the CGI application executable.\n - extra\\_env: additional environment variables. \n\nThe WSGI application can be used with any server supporting WSGI.\n\nMore information:\n\n - PEP-333: http://www.python.org/dev/peps/pep-0333/\n - WSGI Servers: http://wsgi.readthedocs.org/en/latest/servers.html\n\n\nInstall\n-------\n\nThe module can be installed using setup.py:\n\n python setup.py install\n\nAlternativelly it can be installed with pip:\n\n pip install wsgi2cgi\n\n\nLicense\n-------\n\nThis package is open source under the MIT license terms. Check COPYING\nfile for further details.\n\n\nAuthor\n------\n\n - Juan J. Martinez ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/reidrac/wsgi2cgi", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "wsgi2cgi", "package_url": "https://pypi.org/project/wsgi2cgi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wsgi2cgi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/reidrac/wsgi2cgi" }, "release_url": "https://pypi.org/project/wsgi2cgi/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "Run CGI apps under Python WSGI protocol", "version": "0.2.1" }, "last_serial": 642327, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "66bf5f40329be5fa549c5013b9b2e529", "sha256": "80ab2269eedb5545d47a5b4ed1707403d100b0d6600d0b00ac6e93d440388172" }, "downloads": -1, "filename": "wsgi2cgi-0.1.tar.gz", "has_sig": false, "md5_digest": "66bf5f40329be5fa549c5013b9b2e529", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4072, "upload_time": "2012-04-25T20:39:47", "url": "https://files.pythonhosted.org/packages/60/c3/81bf069edbf716368fea3df49a5a822751f98a48634c3924702c8e5b2cb7/wsgi2cgi-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "9d9ec3a7bc227c4e2cd266f06a0252a2", "sha256": "0caec3a2861cc6ee2b69bb721c7f181e9e92223a1b0294894c501e5bd25b1122" }, "downloads": -1, "filename": "wsgi2cgi-0.2.tar.gz", "has_sig": false, "md5_digest": "9d9ec3a7bc227c4e2cd266f06a0252a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4184, "upload_time": "2012-04-28T14:26:01", "url": "https://files.pythonhosted.org/packages/20/be/7d78f0cf29548fa287702f7bf60c61a55dbee4831b9909032232d71f6a06/wsgi2cgi-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "901352529f8013fad79298a2522856dc", "sha256": "50e8a780a841200ae4e715003bfc69440e4f902a9ca076c651cee30e0cc812a6" }, "downloads": -1, "filename": "wsgi2cgi-0.2.1.tar.gz", "has_sig": false, "md5_digest": "901352529f8013fad79298a2522856dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4262, "upload_time": "2012-07-18T20:36:57", "url": "https://files.pythonhosted.org/packages/a7/d7/4ebd69bc58f5311fc3b4d64854c01d08ae654155247bdf17489e475a8371/wsgi2cgi-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "901352529f8013fad79298a2522856dc", "sha256": "50e8a780a841200ae4e715003bfc69440e4f902a9ca076c651cee30e0cc812a6" }, "downloads": -1, "filename": "wsgi2cgi-0.2.1.tar.gz", "has_sig": false, "md5_digest": "901352529f8013fad79298a2522856dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4262, "upload_time": "2012-07-18T20:36:57", "url": "https://files.pythonhosted.org/packages/a7/d7/4ebd69bc58f5311fc3b4d64854c01d08ae654155247bdf17489e475a8371/wsgi2cgi-0.2.1.tar.gz" } ] }