{ "info": { "author": "Cykooz", "author_email": "saikuz@mail.ru", "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": "cykooz.recipe.wsgi\n==================\n\nThis recipe for buildout_ creates a script that can be used as an entry\npoint for WSGI servers (mod_wsgi_, uwsgi_ and other).\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 = cykooz.recipe.wsgi\n eggs = myapplication\n app_fabric = myapplication.wsgi:get_app\n environ =\n CHAMELEON_CACHE=true\n CHAMELEON_STRICT=true\n initialization =\n import logging\n logging.info('Run myapplication')\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. Or you may use the ``target``\noption to specify a full path of the generated script file.\n\n.. _buildout: http://pypi.python.org/pypi/zc.buildout\n.. _mod_wsgi: http://code.google.com/p/modwsgi/\n.. _uwsgi: https://uwsgi-docs.readthedocs.io\n\n\nChanges\n=======\n\n1.0.0 (2017-03-02)\n------------------\n\n- First release.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/cykooz/cykooz.recipe.wsgi", "keywords": "", "license": "GPL 2", "maintainer": "", "maintainer_email": "", "name": "cykooz.recipe.wsgi", "package_url": "https://pypi.org/project/cykooz.recipe.wsgi/", "platform": "", "project_url": "https://pypi.org/project/cykooz.recipe.wsgi/", "project_urls": { "Homepage": "https://bitbucket.org/cykooz/cykooz.recipe.wsgi" }, "release_url": "https://pypi.org/project/cykooz.recipe.wsgi/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "This recipe for zc.buildout creates a script that can be used as an entry point for WSGI servers.", "version": "1.0.0" }, "last_serial": 2678091, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "1d6246b224d9abb8358c96113e8ccd5b", "sha256": "4cc49502c9bdf2e5212ad47d5fbd9fe5a77278a190f90ab52ac57ccaf15373dd" }, "downloads": -1, "filename": "cykooz.recipe.wsgi-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1d6246b224d9abb8358c96113e8ccd5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11325, "upload_time": "2017-03-02T12:51:32", "url": "https://files.pythonhosted.org/packages/fe/0e/02f7217aacffe3ce942ceadafeb87360547aa8eb8b6128592ed31b05795f/cykooz.recipe.wsgi-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1d6246b224d9abb8358c96113e8ccd5b", "sha256": "4cc49502c9bdf2e5212ad47d5fbd9fe5a77278a190f90ab52ac57ccaf15373dd" }, "downloads": -1, "filename": "cykooz.recipe.wsgi-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1d6246b224d9abb8358c96113e8ccd5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11325, "upload_time": "2017-03-02T12:51:32", "url": "https://files.pythonhosted.org/packages/fe/0e/02f7217aacffe3ce942ceadafeb87360547aa8eb8b6128592ed31b05795f/cykooz.recipe.wsgi-1.0.0.tar.gz" } ] }