{ "info": { "author": "D.A.Dokter", "author_email": "dokter@w20e.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Pylons", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "Introduction\n============\n\n''w20e.pyramidwsgi.recipe'' is a `zc.buildout`_ recipe that creates a\nWSGI script for inclusion in Apache `using mod_wsgi`_. The Apache\nconfig skeleton can also be created (optional).\n\nTo create a WSGI config for your Pyramid app, include a section in\nyour ''buildout.cfg'' like so::\n\n [wsgi]\n recipe = w20e.pyramidwsgi.recipe\n eggs = ${pyramid:eggs}\n extra-paths = ${pyramid:extra-paths}\n script_name = yourapp\n ini_file = ${buildout:directory}/production.ini\n apache_config = ${buildout:directory}/apache_wsgi.conf\n\nThis will create a python script in bin called ''yourapp.wsgi'' which\nmod_wsgi can load. You can also use the optional ''extra-paths''\noption to specify extra paths that are added to the python system\npath. If you provide the optional apache_config option, the Apache\nconfig file will be created. This is a skeleton however, some\nparameters need to be filled in.\n\n.. _zc.buildout: http://pypi.python.org/pypi/zc.buildout\n.. _mod_wsgi: http://code.google.com/p/modwsgi/", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "wsgi pylons pyramid", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "w20e.pyramidwsgi.recipe", "package_url": "https://pypi.org/project/w20e.pyramidwsgi.recipe/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/w20e.pyramidwsgi.recipe/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/w20e.pyramidwsgi.recipe/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Pyramid WSGI recipe", "version": "1.0.0" }, "last_serial": 932426, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "58fac83ac80b838a33047ca3b915f6fd", "sha256": "b6729dae34cfb7401d53359e164151fb402631940a752ce7d214b2db2fc3a47a" }, "downloads": -1, "filename": "w20e.pyramidwsgi.recipe-1.0.0.tar.gz", "has_sig": false, "md5_digest": "58fac83ac80b838a33047ca3b915f6fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3150, "upload_time": "2013-11-30T11:10:02", "url": "https://files.pythonhosted.org/packages/45/c3/5bd1549c5663c4403b711d8dad4c82623948773589397b9b8ad48aa3bbf9/w20e.pyramidwsgi.recipe-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "58fac83ac80b838a33047ca3b915f6fd", "sha256": "b6729dae34cfb7401d53359e164151fb402631940a752ce7d214b2db2fc3a47a" }, "downloads": -1, "filename": "w20e.pyramidwsgi.recipe-1.0.0.tar.gz", "has_sig": false, "md5_digest": "58fac83ac80b838a33047ca3b915f6fd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3150, "upload_time": "2013-11-30T11:10:02", "url": "https://files.pythonhosted.org/packages/45/c3/5bd1549c5663c4403b711d8dad4c82623948773589397b9b8ad48aa3bbf9/w20e.pyramidwsgi.recipe-1.0.0.tar.gz" } ] }