{ "info": { "author": "Deng Zhiping", "author_email": "kofreestyler@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "scgiwsgi\n=============\n\nA WSGI server based on scgi_server(http://python.ca/scgi/).\n\n\nExample\n------------\n\n```python\nfrom scgiwsgi import WSGIServer\nfrom yourapp import application\n\nWSGIServer(application).run(port=4000, max_children=5)\n```\n\n\n\nInstallation\n----------------------\n\n```\npip install scgiwsgi\n```\n\n\nNginx.conf Example\n-------------------\n\n```\nlocation / {\n include scgi_params;\n scgi_pass localhost:4000;\n}\n```\n", "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/dengzhp/scgiwsgi", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "scgiwsgi", "package_url": "https://pypi.org/project/scgiwsgi/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/scgiwsgi/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/dengzhp/scgiwsgi" }, "release_url": "https://pypi.org/project/scgiwsgi/0.1/", "requires_dist": null, "requires_python": null, "summary": "a WSGI server based on scgi_server", "version": "0.1" }, "last_serial": 799273, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "6a416152f533e788908411a3b69b0c80", "sha256": "ad2ce77758484ebc855e8c8897a2b17624efc55f1a7d0e167e8a86f026668540" }, "downloads": -1, "filename": "scgiwsgi-0.1.tar.gz", "has_sig": false, "md5_digest": "6a416152f533e788908411a3b69b0c80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2548, "upload_time": "2012-03-17T08:39:34", "url": "https://files.pythonhosted.org/packages/51/ef/449e7a3c16ac8d5f24eb099c3ff80e1a151a59266088079edf7ce1a8b5bb/scgiwsgi-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6a416152f533e788908411a3b69b0c80", "sha256": "ad2ce77758484ebc855e8c8897a2b17624efc55f1a7d0e167e8a86f026668540" }, "downloads": -1, "filename": "scgiwsgi-0.1.tar.gz", "has_sig": false, "md5_digest": "6a416152f533e788908411a3b69b0c80", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2548, "upload_time": "2012-03-17T08:39:34", "url": "https://files.pythonhosted.org/packages/51/ef/449e7a3c16ac8d5f24eb099c3ff80e1a151a59266088079edf7ce1a8b5bb/scgiwsgi-0.1.tar.gz" } ] }