{
"info": {
"author": "Ian Bicking",
"author_email": "ianb@colorstudy.com",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Framework :: Paste",
"License :: OSI Approved :: MIT License",
"Topic :: Internet :: WWW/HTTP :: WSGI",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application"
],
"description": "This module allows you to run PHP processes inside of Python, using a\nWSGI gateway. This way PHP applications can appear like normal Python\nWSGI applications, and WSGI middleware routing and filters can all be\napplied in front of them. For instance, WSGI middleware-based\nauthentication or authorization, routing, deployment, or styling\nfilters (like `WSGIOverlay `_).\n\nYou can use it like::\n\n from wphp import PHPApp\n my_php_app = PHPApp('/path/to/php-files',\n php_options={'magic_quote_gpc': 'Off'})\n\nAnd ``my_php_app`` will be a WSGI application you can embed in other\nPython applications.\n\nAvailable in a `Subversion repository\n`_,\nor installation with ``easy_install wphp==dev``. (No formal release\nhas been made yet)",
"description_content_type": null,
"docs_url": null,
"download_url": "UNKNOWN",
"downloads": {
"last_day": -1,
"last_month": -1,
"last_week": -1
},
"home_page": "http://pythonpaste.org/wphp",
"keywords": "wsgi php web",
"license": "MIT",
"maintainer": null,
"maintainer_email": null,
"name": "wphp",
"package_url": "https://pypi.org/project/wphp/",
"platform": "UNKNOWN",
"project_url": "https://pypi.org/project/wphp/",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "http://pythonpaste.org/wphp"
},
"release_url": "https://pypi.org/project/wphp/0.1dev-r5497/",
"requires_dist": null,
"requires_python": null,
"summary": "WSGI-to-PHP connector",
"version": "0.1dev-r5497"
},
"last_serial": 803453,
"releases": {
"0.1dev": [],
"0.1dev-r5497": []
},
"urls": []
}