2017-09-21 11:51:37 +00:00
|
|
|
openapi-core
|
|
|
|
************
|
|
|
|
|
|
|
|
Openapi-core is a Python library that adds client-side and server-side support
|
2017-09-21 11:54:09 +00:00
|
|
|
for the `OpenAPI Specification v3.0.0 <https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md>`__.
|
2017-09-21 11:51:37 +00:00
|
|
|
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
|
|
|
|
Recommended way (via pip):
|
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
$ pip install openapi-core
|
|
|
|
|
|
|
|
Alternatively you can download the code and install from the repository:
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
$ pip install -e git+https://github.com/p1c2u/openapi-core.git#egg=openapi_core
|
|
|
|
|
|
|
|
Related projects
|
|
|
|
================
|
|
|
|
* `openapi-spec-validator <https://github.com/p1c2u/openapi-spec-validator>`__
|