mirror of
https://github.com/correl/openapi-core.git
synced 2024-12-28 19:19:23 +00:00
OpenAPI core
openapi_core | ||
tests | ||
.gitignore | ||
LICENSE | ||
MANIFEST.in | ||
README.rst | ||
requirements.txt | ||
requirements_dev.txt | ||
setup.py |
openapi-core ************ Openapi-core is a Python library that adds client-side and server-side support for the `OpenAPI Specification v3.0.0 <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>`__