openapi-ui-bundles


Nameopenapi-ui-bundles JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/dapper91/python-openapi-ui-bundles
SummaryPython static file bundles for OpenAPI UI tools
upload_time2024-03-16 13:38:34
maintainer
docs_urlNone
authorDmitry Pershin
requires_python>=3.5
licenseApache Software License
keywords documentation api-documentation api-schema swagger swagger-ui swagger-documentation swagger-specification openapi openapi-ui openapi-specification openapi-documentation redoc rapidoc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python OpenAPI UI bundles
=========================

This package provides the static files for `OpenAPI <https://swagger.io/specification/>`_ UI tools as a python package.
The following UI tools are included:

- `Swagger UI <https://github.com/swagger-api/swagger-ui>`_.
- `RapiDoc <https://github.com/mrin9/RapiDoc>`_.
- `ReDoc <https://github.com/Redocly/redoc>`_.


Flask usage example:
~~~~~~~~~~~~~~~~~~~~

.. code-block:: python

    import flask
    import openapi_ui_bundles

    app = flask.Flask(__name__, static_folder=openapi_ui_bundles.swagger_ui.static_path, static_url_path='/')

    if __name__ == "__main__":
        app.run()


Swagger UI
----------

.. image:: images/swagger-ui-screenshot.png
  :width: 1024
  :alt: Swagger UI example


RapiDoc
-------

.. image:: images/rapidoc-screenshot.png
  :width: 1024
  :alt: RapiDoc UI example


ReDoc
-----

.. image:: images/redoc-screenshot.png
  :width: 1024
  :alt: ReDoc UI example

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dapper91/python-openapi-ui-bundles",
    "name": "openapi-ui-bundles",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "documentation ,api-documentation,api-schema,swagger,swagger-ui,swagger-documentation,swagger-specification,openapi,openapi-ui,openapi-specification,openapi-documentation,redoc,rapidoc",
    "author": "Dmitry Pershin",
    "author_email": "dapper1291@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/38/7b/471c1f497c9ae353574ba0a27e08a08429bcef6fff19a31b60952f0743c0/openapi-ui-bundles-0.2.1.tar.gz",
    "platform": null,
    "description": "Python OpenAPI UI bundles\n=========================\n\nThis package provides the static files for `OpenAPI <https://swagger.io/specification/>`_ UI tools as a python package.\nThe following UI tools are included:\n\n- `Swagger UI <https://github.com/swagger-api/swagger-ui>`_.\n- `RapiDoc <https://github.com/mrin9/RapiDoc>`_.\n- `ReDoc <https://github.com/Redocly/redoc>`_.\n\n\nFlask usage example:\n~~~~~~~~~~~~~~~~~~~~\n\n.. code-block:: python\n\n    import flask\n    import openapi_ui_bundles\n\n    app = flask.Flask(__name__, static_folder=openapi_ui_bundles.swagger_ui.static_path, static_url_path='/')\n\n    if __name__ == \"__main__\":\n        app.run()\n\n\nSwagger UI\n----------\n\n.. image:: images/swagger-ui-screenshot.png\n  :width: 1024\n  :alt: Swagger UI example\n\n\nRapiDoc\n-------\n\n.. image:: images/rapidoc-screenshot.png\n  :width: 1024\n  :alt: RapiDoc UI example\n\n\nReDoc\n-----\n\n.. image:: images/redoc-screenshot.png\n  :width: 1024\n  :alt: ReDoc UI example\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "Python static file bundles for OpenAPI UI tools",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/dapper91/python-openapi-ui-bundles",
        "Source": "https://github.com/dapper91/python-openapi_ui_bundles"
    },
    "split_keywords": [
        "documentation ",
        "api-documentation",
        "api-schema",
        "swagger",
        "swagger-ui",
        "swagger-documentation",
        "swagger-specification",
        "openapi",
        "openapi-ui",
        "openapi-specification",
        "openapi-documentation",
        "redoc",
        "rapidoc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "387b471c1f497c9ae353574ba0a27e08a08429bcef6fff19a31b60952f0743c0",
                "md5": "2ad78d0fcaf28a2710386efe67a3ff9b",
                "sha256": "23e5718172a693812bbba34df27b3fea8aa98896c2ca448aaf537d59dcd0ec76"
            },
            "downloads": -1,
            "filename": "openapi-ui-bundles-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2ad78d0fcaf28a2710386efe67a3ff9b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 979294,
            "upload_time": "2024-03-16T13:38:34",
            "upload_time_iso_8601": "2024-03-16T13:38:34.770448Z",
            "url": "https://files.pythonhosted.org/packages/38/7b/471c1f497c9ae353574ba0a27e08a08429bcef6fff19a31b60952f0743c0/openapi-ui-bundles-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-16 13:38:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dapper91",
    "github_project": "python-openapi-ui-bundles",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "openapi-ui-bundles"
}
        
Elapsed time: 0.22833s