Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grktsh/python-oas
- Owner: grktsh
- License: apache-2.0
- Created: 2019-04-26T01:03:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T13:23:08.000Z (over 3 years ago)
- Last Synced: 2024-10-31T07:51:35.825Z (16 days ago)
- Topics: oas, openapi, python
- Language: Python
- Homepage:
- Size: 209 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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-oasPrerequisites
-------------- 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