{ "info": { "author": "Katherine Crowson", "author_email": "crowsonkb@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP" ], "description": "aiohttp\\_index\n==============\n\n`aiohttp.web `__ middleware to\nserve index files (e.g. index.html) when static directories are requested.\n\nUsage\n-----\n\n.. code:: python\n\n from aiohttp import web\n from aiohttp_index import IndexMiddleware\n app = web.Application(middlewares=[IndexMiddleware()])\n app.router.add_static('/', 'static')\n\n``app`` will now serve ``static/index.html`` when ``/`` is requested.\n\nDependencies\n------------\n\n- Python 3.5+\n- `aiohttp `__ (tested on\n 0.21.4)", "description_content_type": null, "docs_url": "https://pythonhosted.org/aiohttp-index/", "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/crowsonkb/aiohttp_index", "keywords": "asyncio aiohttp", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "aiohttp-index", "package_url": "https://pypi.org/project/aiohttp-index/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/aiohttp-index/", "project_urls": { "Homepage": "https://github.com/crowsonkb/aiohttp_index" }, "release_url": "https://pypi.org/project/aiohttp-index/0.1/", "requires_dist": null, "requires_python": "", "summary": "aiohttp.web middleware to serve index files (e.g. index.html) when static directories are requested.", "version": "0.1" }, "last_serial": 2006856, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8483de074cc21980a90d138f29bef2b3", "sha256": "5613baff109e5de4eab4b334c0956b0a8fae8df881ba5fbf6be1bb8b3d49a1d8" }, "downloads": -1, "filename": "aiohttp_index-0.1-py3-none-any.whl", "has_sig": true, "md5_digest": "8483de074cc21980a90d138f29bef2b3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3799, "upload_time": "2016-03-14T22:11:43", "url": "https://files.pythonhosted.org/packages/02/1f/d8acec2c9eeb88edcf5dc5190d4f9df6d15048c4bf59ab3af6ba0ecae390/aiohttp_index-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d47f7ed99be592bdcc4c40253e6d26d3", "sha256": "45e9f6ac49974d8893084f7e07a294a15d3b41b313cc06e2993d922e12782864" }, "downloads": -1, "filename": "aiohttp-index-0.1.tar.gz", "has_sig": true, "md5_digest": "d47f7ed99be592bdcc4c40253e6d26d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1949, "upload_time": "2016-03-14T22:11:50", "url": "https://files.pythonhosted.org/packages/da/5e/a6eb6e77f1a4adcf1c0089a187b34f6ccf0247376e8dbb196d58fcb5d9ab/aiohttp-index-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8483de074cc21980a90d138f29bef2b3", "sha256": "5613baff109e5de4eab4b334c0956b0a8fae8df881ba5fbf6be1bb8b3d49a1d8" }, "downloads": -1, "filename": "aiohttp_index-0.1-py3-none-any.whl", "has_sig": true, "md5_digest": "8483de074cc21980a90d138f29bef2b3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3799, "upload_time": "2016-03-14T22:11:43", "url": "https://files.pythonhosted.org/packages/02/1f/d8acec2c9eeb88edcf5dc5190d4f9df6d15048c4bf59ab3af6ba0ecae390/aiohttp_index-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d47f7ed99be592bdcc4c40253e6d26d3", "sha256": "45e9f6ac49974d8893084f7e07a294a15d3b41b313cc06e2993d922e12782864" }, "downloads": -1, "filename": "aiohttp-index-0.1.tar.gz", "has_sig": true, "md5_digest": "d47f7ed99be592bdcc4c40253e6d26d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1949, "upload_time": "2016-03-14T22:11:50", "url": "https://files.pythonhosted.org/packages/da/5e/a6eb6e77f1a4adcf1c0089a187b34f6ccf0247376e8dbb196d58fcb5d9ab/aiohttp-index-0.1.tar.gz" } ] }