OpenAPI core
Find a file
2017-09-21 13:33:23 +01:00
openapi_core initial version 2017-09-21 12:51:37 +01:00
tests initial version 2017-09-21 12:51:37 +01:00
.gitignore Initial commit 2017-09-20 11:25:36 +01:00
.travis.yml drop py33 support 2017-09-21 13:33:23 +01:00
LICENSE Initial commit 2017-09-20 11:25:36 +01:00
MANIFEST.in initial version 2017-09-21 12:51:37 +01:00
README.rst spec link fix 2017-09-21 12:54:09 +01:00
requirements.txt initial version 2017-09-21 12:51:37 +01:00
requirements_dev.txt initial version 2017-09-21 12:51:37 +01:00
setup.py drop py33 support 2017-09-21 13:33:23 +01:00

openapi-core
************

Openapi-core is a Python library that adds client-side and server-side support
for the `OpenAPI Specification v3.0.0 <https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md>`__.

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>`__