{ "info": { "author": "J\u00f6rn Heissler", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "SCGI implementation for Trio\n============================\n\nThis library implements the SCGI protocol (https://www.python.ca/scgi/protocol.txt).\nIt bases on Trio (https://trio.readthedocs.io/).\n\nSCGI is a very simple and lowlevel way to interface with HTTP servers to implement web application servers.\n\nIn a typical setup, multiple web servers accept HTTP requests from clients and proxy those requests through\nSCGI to multiple SCGI application servers.\n\nSee ``example/echo`` for a demo SCGI server.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/joernheissler/trio-scgi/", "keywords": "trio,scgi", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "trio-scgi", "package_url": "https://pypi.org/project/trio-scgi/", "platform": "", "project_url": "https://pypi.org/project/trio-scgi/", "project_urls": { "Homepage": "https://github.com/joernheissler/trio-scgi/" }, "release_url": "https://pypi.org/project/trio-scgi/0.2.0/", "requires_dist": [ "multidict", "trio" ], "requires_python": ">= 3.5.3", "summary": "SCGI implementation based on Trio", "version": "0.2.0" }, "last_serial": 4251019, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "d830927439abd28d2a498c84efa0008a", "sha256": "e36a3d5e7d376920a3243b23a17a963ddc4410346ed01a994fd24f3aa8d56758" }, "downloads": -1, "filename": "trio_scgi-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d830927439abd28d2a498c84efa0008a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">= 3.5.3", "size": 4275, "upload_time": "2018-09-07T08:11:29", "url": "https://files.pythonhosted.org/packages/a3/80/6561e233282a4ab47ac686ce8c9fb7d6383517a75a1826c811c11c29af72/trio_scgi-0.1.0-py3-none-any.whl" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "43e8a4a69877fc92317ba969ed530481", "sha256": "611a9765670a8fa9332172da744c6ee5d4d296e900486c2510d669ab68674e02" }, "downloads": -1, "filename": "trio_scgi-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "43e8a4a69877fc92317ba969ed530481", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">= 3.5.3", "size": 5467, "upload_time": "2018-09-08T06:26:53", "url": "https://files.pythonhosted.org/packages/41/ae/a483ca79e8da415b50e6412175c159bd95dcd2d10844aa33a1e9589e1030/trio_scgi-0.2.0-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "43e8a4a69877fc92317ba969ed530481", "sha256": "611a9765670a8fa9332172da744c6ee5d4d296e900486c2510d669ab68674e02" }, "downloads": -1, "filename": "trio_scgi-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "43e8a4a69877fc92317ba969ed530481", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">= 3.5.3", "size": 5467, "upload_time": "2018-09-08T06:26:53", "url": "https://files.pythonhosted.org/packages/41/ae/a483ca79e8da415b50e6412175c159bd95dcd2d10844aa33a1e9589e1030/trio_scgi-0.2.0-py3-none-any.whl" } ] }