{ "info": { "author": "Miroslav Shubernetskiy", "author_email": "miroslav@miki725.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Gevent Deploy\n=============\n\nThis library adds a simple hook into Django's ``manage.py`` to be able to start gevent's WSGI\nserver to serve the Django project.\n\nInstall\n-------\n\nInstall the library into your Python installation via ``pip``::\n\n pip install django-gevent-deploy\n\nThen add the library into ``INSTALLED_APPS`` within Django's project ``settings.py``::\n\n INSTALLED_APPS = (\n ...\n 'django_gevent_deploy',\n )\n\nConfiguration\n-------------\n\nYou may add two settings to your ``settings.py``:\n\n``GEVENT_ADDR_PORT``\n~~~~~~~~~~~~~~~~~~~~\n\nSpecifies what address and what port should be used for the gevent's WSGI server.\nMust be a **string** and of the ``[[addr:]port]`` format::\n\n '8000' # default\n 'localhost:8000'\n '127.0.0.1:8000'\n\n``GEVENT_POOL_SIZE``\n~~~~~~~~~~~~~~~~~~~~\n\nSpecifies the number of greenlets gevent can spawn for the server. Can be ``None``\nor an integer value::\n\n None # default\n 1\n 100\n\nUsage\n-----\n\nTo start the gevent's WSGI server, simply call ``rungevent`` in ``manage.py``. The command\naccepts optional argumets which are the same as described in `Configuration`_ section.\nIf the arguments are not provided, then the configuration from the ``settings.py`` is used,\nor default if ``settings.py`` is not configured::\n\n $ python manage.py rungevent [[addr]:port] [pool_size]\n\nCredits\n-------\n\n* Miroslav Shubernetskiy\n\nLicense\n-------\n\nThis library is packaged with MIT license::\n\n Permission is hereby granted, free of charge, to any person obtaining\n a copy of this software and associated documentation files (the\n \"Software\"), to deal in the Software without restriction, including\n without limitation the rights to use, copy, modify, merge, publish,\n distribute, sublicense, and/or sell copies of the Software, and to\n permit persons to whom the Software is furnished to do so, subject to\n the following conditions:\n\n The above copyright notice and this permission notice shall be\n included in all copies or substantial portions of the Software.\n\n THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\n EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\n NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\n LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\n OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\n WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\nChangelog\n---------\n\n1.0.1\n~~~~~\n\n* Added gevent monkey patching\n\n1.0\n~~~\n\n* Initial version", "description_content_type": null, "docs_url": "https://pythonhosted.org/django-gevent-deploy/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/miki725/django-gevent-deploy", "keywords": "django", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-gevent-deploy", "package_url": "https://pypi.org/project/django-gevent-deploy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-gevent-deploy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/miki725/django-gevent-deploy" }, "release_url": "https://pypi.org/project/django-gevent-deploy/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Django manage.py hook for starting gevent's WSGI server", "version": "1.0.1" }, "last_serial": 936247, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "8889993c60b2ed61f88f1a0deaf3081e", "sha256": "0f5804312a117c11518de638ecc6762e71b30eb7d7e9e67dd1f5e31f84c438ab" }, "downloads": -1, "filename": "django-gevent-deploy-1.0.tar.gz", "has_sig": false, "md5_digest": "8889993c60b2ed61f88f1a0deaf3081e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4439, "upload_time": "2012-11-22T02:29:12", "url": "https://files.pythonhosted.org/packages/7d/33/a8cc7d0598df08064522be07de24997a2e41dc361f8c663c709896bcca21/django-gevent-deploy-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c590679d33a4846c9ccc6cb4015f6d15", "sha256": "aad211623e20503c735fa561a6e22bcc8337906721e9dc8e2920cd239aa731b1" }, "downloads": -1, "filename": "django-gevent-deploy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c590679d33a4846c9ccc6cb4015f6d15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4752, "upload_time": "2013-12-04T22:53:48", "url": "https://files.pythonhosted.org/packages/4b/a7/c5bb7e9d45b36459830d4f15a7067451fe51f1722c66822ff78f708a8c3b/django-gevent-deploy-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c590679d33a4846c9ccc6cb4015f6d15", "sha256": "aad211623e20503c735fa561a6e22bcc8337906721e9dc8e2920cd239aa731b1" }, "downloads": -1, "filename": "django-gevent-deploy-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c590679d33a4846c9ccc6cb4015f6d15", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4752, "upload_time": "2013-12-04T22:53:48", "url": "https://files.pythonhosted.org/packages/4b/a7/c5bb7e9d45b36459830d4f15a7067451fe51f1722c66822ff78f708a8c3b/django-gevent-deploy-1.0.1.tar.gz" } ] }