{ "info": { "author": "Roman Tolkachyov", "author_email": "roman.tolkachyov@jibrel.network", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "# Jibrel aiohttp swagger plugin\n\nMinimal aiohttp swagger UI plugin.\n\nFeatures:\n\n* render swagger UI\n* add spec endpoint and serve provided yaml for UI\n* serve swagger UI static\n* optional spec version substitution from file content\n\n## Install\n\nLast published release:\n\n`pip install jibrel-aiohttp-swagger`\n\nDev version from git:\n\n`pip install git+https://github.com/jibrelnetwork/jibrel-aiohttp-swagger#egg=jibrel_aiohttp_swagger`\n\n## Usage\n\n```python\nfrom jibrel_aiohttp_swagger import setup_swagger\nsetup_swagger(app,\n spec_path='v1.swagger.yml',\n version_file_path='version.txt')\n```\n\n\n=======\nHistory\n=======\n\n0.1.0 (2019-07-05)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jibrelnetwork/jibrel-aiohttp-swagger", "keywords": "jibrel_aiohttp_swagger", "license": "", "maintainer": "", "maintainer_email": "", "name": "jibrel-aiohttp-swagger", "package_url": "https://pypi.org/project/jibrel-aiohttp-swagger/", "platform": "", "project_url": "https://pypi.org/project/jibrel-aiohttp-swagger/", "project_urls": { "Homepage": "https://github.com/jibrelnetwork/jibrel-aiohttp-swagger" }, "release_url": "https://pypi.org/project/jibrel-aiohttp-swagger/0.1.0/", "requires_dist": [ "pyyaml", "aiohttp" ], "requires_python": "", "summary": "Plugin for aiohttp with swagger support a", "version": "0.1.0" }, "last_serial": 5524549, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e7b1f851747ce5f7491637cad57e8fb0", "sha256": "9a9faa78f4234abba514ff8fc2e8fd70a193792ef548586584a1d8c36ad5e7a9" }, "downloads": -1, "filename": "jibrel_aiohttp_swagger-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e7b1f851747ce5f7491637cad57e8fb0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2385997, "upload_time": "2019-07-12T18:48:34", "url": "https://files.pythonhosted.org/packages/7b/ba/14aad0afa445eb13c635c6fe4753f89a06062528f122b16052c44c3e6825/jibrel_aiohttp_swagger-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f280cf8eb5c2e059fd5a0fd0b938cd51", "sha256": "69aefccf0586210e4163d63c76b7160abebb544af1fd5c97e7f29901e1df46b3" }, "downloads": -1, "filename": "jibrel_aiohttp_swagger-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f280cf8eb5c2e059fd5a0fd0b938cd51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2368563, "upload_time": "2019-07-12T18:48:40", "url": "https://files.pythonhosted.org/packages/25/ba/7d7f71899ed5221c62195c83994a2f7c8ecc7e888b6b573e9fcf3cc8b7ff/jibrel_aiohttp_swagger-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e7b1f851747ce5f7491637cad57e8fb0", "sha256": "9a9faa78f4234abba514ff8fc2e8fd70a193792ef548586584a1d8c36ad5e7a9" }, "downloads": -1, "filename": "jibrel_aiohttp_swagger-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e7b1f851747ce5f7491637cad57e8fb0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 2385997, "upload_time": "2019-07-12T18:48:34", "url": "https://files.pythonhosted.org/packages/7b/ba/14aad0afa445eb13c635c6fe4753f89a06062528f122b16052c44c3e6825/jibrel_aiohttp_swagger-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f280cf8eb5c2e059fd5a0fd0b938cd51", "sha256": "69aefccf0586210e4163d63c76b7160abebb544af1fd5c97e7f29901e1df46b3" }, "downloads": -1, "filename": "jibrel_aiohttp_swagger-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f280cf8eb5c2e059fd5a0fd0b938cd51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2368563, "upload_time": "2019-07-12T18:48:40", "url": "https://files.pythonhosted.org/packages/25/ba/7d7f71899ed5221c62195c83994a2f7c8ecc7e888b6b573e9fcf3cc8b7ff/jibrel_aiohttp_swagger-0.1.0.tar.gz" } ] }