{ "info": { "author": "Tranchitella Kft.", "author_email": "info@tranchitella.eu", "bugtrack_url": null, "classifiers": [ "Framework :: Buildout", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python" ], "description": "tranchitella.recipe.wsgi\n========================\n\nThis recipe creates a `paste.deploy`_ entry point for mod_wsgi_.\n\nUsage\n-----\n\nThis is a minimal ''buildout.cfg'' file which creates a WSGI script mod_wsgi\ncan use::\n\n [buildout]\n parts = wsgi\n\n [wsgi]\n recipe = tranchitella.recipe.wsgi\n eggs = myapplication\n config-file = ${buildout:directory}/etc/deploy.ini\n environ =\n CHAMELEON_CACHE=true\n CHAMELEON_STRICT=true\n\nThis will create a small python script in the bin directory called ''wsgi''\nwhich mod_wsgi can load. You can also use the optional ''extra-paths'' option\nto specify extra paths that are added to the python system path.\n\nYou may also use the ''script-name'' option to specify the name of the\ngenerated script file, if ''wsgi'' is unsuitable.\n\nThe apache configuration for this buildout looks like this:::\n\n WSGIScriptAlias /mysite /path/to/buildout/bin/wsgi\n\n \n Order deny,allow\n Allow from all\n \n\nThis recipe does not fully install packages, which means that console scripts\nwill not be created. If you need console scripts you can add a second buildout\npart which uses `zc.recipe.egg`_ to do a full install.\n\n.. _zc.buildout: http://pypi.python.org/pypi/zc.buildout\n.. _paste.deploy: http://pythonpaste.org/deploy/\n.. _mod_wsgi: http://code.google.com/p/modwsgi/\n.. _zc.recipe.egg: http://pypi.python.org/pypi/zc.recipe.egg\n\n\nChanges\n=======\n\n0.4 (2010-04-26)\n----------------\n\n- Removed dependency on Chameleon.\n\n- Defaults to the part name for the script name instead of \"wsgi\".\n\n- Added tests.\n\n0.3 (2010-04-09)\n----------------\n\n- Add a script-name option to specify the name of the wsgi script to generate.\n (Dan Fairs, dan@fezconsulting.com)\n\n- Fix a bug where 'None' would appear in the generated file if no environ was\n specified. (Dan Fairs, dan@fezconsulting.com)\n\n0.2 (2010-04-06)\n----------------\n\n- Install again on update, otherwise the wsgi script is not updated unless it\n is explicitly removed.\n\n0.1 (2010-02-17)\n----------------\n\n- First public release.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/tranchitella.recipe.wsgi", "keywords": null, "license": "GPL 2", "maintainer": null, "maintainer_email": null, "name": "tranchitella.recipe.wsgi", "package_url": "https://pypi.org/project/tranchitella.recipe.wsgi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tranchitella.recipe.wsgi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/tranchitella.recipe.wsgi" }, "release_url": "https://pypi.org/project/tranchitella.recipe.wsgi/0.4/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe to create paste.deploy entry points for mod_wsgi", "version": "0.4" }, "last_serial": 800872, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "7b315d5ca5e50978aea315f0014ab210", "sha256": "3053b9a3e386a665c4b200a01458ae18e1bbe637fc4d10a8c3dd5200d146d1cb" }, "downloads": -1, "filename": "tranchitella.recipe.wsgi-0.1.tar.gz", "has_sig": false, "md5_digest": "7b315d5ca5e50978aea315f0014ab210", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11168, "upload_time": "2010-02-17T20:20:30", "url": "https://files.pythonhosted.org/packages/84/61/b836a9e8c99e47fd5fa529212a807b29844969885db39d474f8fe5d62475/tranchitella.recipe.wsgi-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "12ee46869aa9d71feaa5626d1ca16c8e", "sha256": "05d9643265852746dd6503d6cb9fa572a128b2581cace1c1598845ec42aef49a" }, "downloads": -1, "filename": "tranchitella.recipe.wsgi-0.2.tar.gz", "has_sig": false, "md5_digest": "12ee46869aa9d71feaa5626d1ca16c8e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11087, "upload_time": "2010-04-06T09:55:31", "url": "https://files.pythonhosted.org/packages/98/80/732cec0e21d5002ebe5033e134098c3ed7793a4d78b36103ac54e78b135d/tranchitella.recipe.wsgi-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "8fdb7816dc43fcc9cecf5ea48ddf6c86", "sha256": "9be9d822aba3aca17ab8bc5f721aa2bd48bb2743e279966d75fa66fdbc288be1" }, "downloads": -1, "filename": "tranchitella.recipe.wsgi-0.3.tar.gz", "has_sig": false, "md5_digest": "8fdb7816dc43fcc9cecf5ea48ddf6c86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11443, "upload_time": "2010-04-09T14:52:50", "url": "https://files.pythonhosted.org/packages/a4/88/a3ca9c11738c7412472eb317862609245748544cf530866df741652179c4/tranchitella.recipe.wsgi-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "a0ca982553cf554b731505e947635d9c", "sha256": "e8b0e9bf5dcc98c8bc28520120dd1fc3af984d6492616b8276ac55fe430f2f28" }, "downloads": -1, "filename": "tranchitella.recipe.wsgi-0.4.tar.gz", "has_sig": false, "md5_digest": "a0ca982553cf554b731505e947635d9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11998, "upload_time": "2010-04-21T18:21:29", "url": "https://files.pythonhosted.org/packages/00/47/a7069788511d2f5273dbf8d80503e4ec82caae4824debfb2b2db37c42099/tranchitella.recipe.wsgi-0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a0ca982553cf554b731505e947635d9c", "sha256": "e8b0e9bf5dcc98c8bc28520120dd1fc3af984d6492616b8276ac55fe430f2f28" }, "downloads": -1, "filename": "tranchitella.recipe.wsgi-0.4.tar.gz", "has_sig": false, "md5_digest": "a0ca982553cf554b731505e947635d9c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11998, "upload_time": "2010-04-21T18:21:29", "url": "https://files.pythonhosted.org/packages/00/47/a7069788511d2f5273dbf8d80503e4ec82caae4824debfb2b2db37c42099/tranchitella.recipe.wsgi-0.4.tar.gz" } ] }