{ "info": { "author": "sintrb", "author_email": "sintrb@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7" ], "description": "runwsgi\n===============\nA simple runner for Python wsgi application. Like Gunicorn but can run on Windows. It's to simple, so **do not use at production environment**.\n\nInstall\n===============\n::\n\n pip install runwsgi\n\n\nUse\n===============\nrun command:\n\n::\n\n runwsgi -b 128.0.0.1:8000 -d /home/robin/demo/ -p \"robin\" demo:app\n\non Windows use:\n::\n\n runwsgi.bat -b 128.0.0.1:8000 -d C:\\Users\\Administrator\\Desktop\\demo\\ -p \"robin\" demo:app\n\nif can't find runwsgi command, try:\n::\n\n python -m runwsgi -b 128.0.0.1:8000 -d /home/robin/demo/ -p \"robin\" demo:app\n\n\nopen broswer with url **http://127.0.0.1:8000**\n\t\n\nOther tips\n===============\n1. -b\n::\n\n set bind address\n\n2. -d\n::\n\n set you wsgi work dir\n\n3. -p\n::\n\n set environment variable of WSGI_PARAMS, and then you can use \"os.environ.get('WSGI_PARAMS')\" to get the parameter.\n\n4. wsgi application\n::\n\n model:application\n\n\n\nCHANGES\n===============\n0.0.1\n\n- init version.\n\n\n0.0.2\n\n- first useable version.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sintrb/runwsgi", "keywords": "runwsgi wsgirunner wsgi", "license": "Apache", "maintainer": null, "maintainer_email": null, "name": "runwsgi", "package_url": "https://pypi.org/project/runwsgi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/runwsgi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/sintrb/runwsgi" }, "release_url": "https://pypi.org/project/runwsgi/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "A simple runner for Python wsgi application. Like Gunicorn but can run on Windows. It's to simple, so do not use at production environment.", "version": "0.0.2" }, "last_serial": 2095201, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "f2cb1a2faef7a08091ea0e683cfb0eb9", "sha256": "5dd15b1706622e24124b76095787bef47c3a1ed1d80255458549911a1975d79c" }, "downloads": -1, "filename": "runwsgi-0.0.1.zip", "has_sig": false, "md5_digest": "f2cb1a2faef7a08091ea0e683cfb0eb9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8150, "upload_time": "2016-05-02T05:24:55", "url": "https://files.pythonhosted.org/packages/43/21/d0d8849eb3c3e37873bcf451b12b30d2d28497575dc313c7a7f2b85ae1d9/runwsgi-0.0.1.zip" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "68bc515c15505d9d1ac07b40c4753184", "sha256": "a36bdab57fdfd517eb0c154aa57383ee2110fed541840a8bc470bb3ca2b2236f" }, "downloads": -1, "filename": "runwsgi-0.0.2.tar.gz", "has_sig": false, "md5_digest": "68bc515c15505d9d1ac07b40c4753184", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3742, "upload_time": "2016-05-02T15:21:56", "url": "https://files.pythonhosted.org/packages/13/af/24f11e578571b1cf9e39c07f193459fcdbcac5d4846ca9c6dbd0b9ccbffe/runwsgi-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "68bc515c15505d9d1ac07b40c4753184", "sha256": "a36bdab57fdfd517eb0c154aa57383ee2110fed541840a8bc470bb3ca2b2236f" }, "downloads": -1, "filename": "runwsgi-0.0.2.tar.gz", "has_sig": false, "md5_digest": "68bc515c15505d9d1ac07b40c4753184", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3742, "upload_time": "2016-05-02T15:21:56", "url": "https://files.pythonhosted.org/packages/13/af/24f11e578571b1cf9e39c07f193459fcdbcac5d4846ca9c6dbd0b9ccbffe/runwsgi-0.0.2.tar.gz" } ] }