{ "info": { "author": "Tim Shaffer", "author_email": "timshaffer@me.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Database :: Front-Ends" ], "description": "sphinxcontrib-swaggersphinx\n############################\n\nA Sphinx extension for documenting Swagger APIs.\n\n.. code:: bash\n\n pip install sphinxcontrib-swaggersphinx\n\nRequirements\n============\n\n* python >= 3.3\n\nInstallation\n============\n\nThis package can be installed using pip:\n\n::\n\n pip install sphinxcontrib-swaggersphinx\n\n\nUsage\n=====\n\nInclude this an extension in your Sphinx ``conf.py``:\n\n.. code:: python\n\n extensions = ['sphinxcontrib.swaggersphinx']\n\nThen you can use it in your ``.rst`` files to include Swagger documentation:\n\n.. code:: restructuredtext\n\n .. swaggersphinx:: /path/to/swagger.json\n\nYou can include local files (relative to the .rst), local files (full path), or URLs:\n\n.. code:: restructuredtext\n\n .. swaggersphinx:: /full/path/swagger.json\n\n .. swaggersphinx:: relative/swagger.json\n\n .. swaggersphinx:: http://localhost/api/swagger.json\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/timster/sphinxcontrib-swaggersphinx", "keywords": "sphinx swagger documentation", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sphinxcontrib-swaggersphinx", "package_url": "https://pypi.org/project/sphinxcontrib-swaggersphinx/", "platform": "", "project_url": "https://pypi.org/project/sphinxcontrib-swaggersphinx/", "project_urls": { "Homepage": "https://github.com/timster/sphinxcontrib-swaggersphinx" }, "release_url": "https://pypi.org/project/sphinxcontrib-swaggersphinx/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Convert swagger JSON files to tables in Sphinx", "version": "0.1.0" }, "last_serial": 3047853, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "a7237320bb1b7ae574e144de2b3f7270", "sha256": "9443a272940514c0a53ad3b65c8ec3d3dcca9214ad0b51092ca135dbd2e6cc93" }, "downloads": -1, "filename": "sphinxcontrib_swaggersphinx-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a7237320bb1b7ae574e144de2b3f7270", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 5361, "upload_time": "2017-07-25T15:36:18", "url": "https://files.pythonhosted.org/packages/64/44/0df696a9155290f1c37dc3ec3eed67b989760651178386a5dcb1a6b4919f/sphinxcontrib_swaggersphinx-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "34f00a57502e212e9326047753dc9278", "sha256": "c70c3608e5a9dd0a8c0fbac95007754e65c2fbf53ba06499c70f258c2e0d09a1" }, "downloads": -1, "filename": "sphinxcontrib-swaggersphinx-0.1.0.tar.gz", "has_sig": false, "md5_digest": "34f00a57502e212e9326047753dc9278", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3460, "upload_time": "2017-07-25T15:36:15", "url": "https://files.pythonhosted.org/packages/1d/ea/47afa83c27c024257c03b3d2b1094bb7f1ebafc5b38a1158130e7203ab98/sphinxcontrib-swaggersphinx-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a7237320bb1b7ae574e144de2b3f7270", "sha256": "9443a272940514c0a53ad3b65c8ec3d3dcca9214ad0b51092ca135dbd2e6cc93" }, "downloads": -1, "filename": "sphinxcontrib_swaggersphinx-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a7237320bb1b7ae574e144de2b3f7270", "packagetype": "bdist_wheel", "python_version": "3.6", "requires_python": null, "size": 5361, "upload_time": "2017-07-25T15:36:18", "url": "https://files.pythonhosted.org/packages/64/44/0df696a9155290f1c37dc3ec3eed67b989760651178386a5dcb1a6b4919f/sphinxcontrib_swaggersphinx-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "34f00a57502e212e9326047753dc9278", "sha256": "c70c3608e5a9dd0a8c0fbac95007754e65c2fbf53ba06499c70f258c2e0d09a1" }, "downloads": -1, "filename": "sphinxcontrib-swaggersphinx-0.1.0.tar.gz", "has_sig": false, "md5_digest": "34f00a57502e212e9326047753dc9278", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3460, "upload_time": "2017-07-25T15:36:15", "url": "https://files.pythonhosted.org/packages/1d/ea/47afa83c27c024257c03b3d2b1094bb7f1ebafc5b38a1158130e7203ab98/sphinxcontrib-swaggersphinx-0.1.0.tar.gz" } ] }