Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grktsh/python-oas

Yet another OpenAPI 3 library
https://github.com/grktsh/python-oas

oas openapi python

Last synced: 9 days ago
JSON representation

Yet another OpenAPI 3 library

Awesome Lists containing this project

README

        

python-oas
==========

.. image:: https://img.shields.io/pypi/v/oas.svg
:alt: PyPI
:target: https://pypi.org/project/oas

.. image:: https://github.com/grktsh/python-oas/workflows/CI/badge.svg
:alt: CI
:target: https://github.com/grktsh/python-oas/actions

.. image:: https://codecov.io/gh/grktsh/python-oas/branch/master/graph/badge.svg
:alt: Coverage
:target: https://codecov.io/gh/grktsh/python-oas

Prerequisites
-------------

- Validated OpenAPI 3 document

- python-oas does not validate OpenAPI 3 document itself at runtime. It should be validated in advance.

Related projects
----------------

- `falcon-oas `_ promotes the design first approach with OpenAPI 3 for Falcon