Contents

openapi-core 0.19.0

0

client-side and server-side support for the OpenAPI Specification v3

client-side and server-side support for the OpenAPI Specification v3

Stars: 276, Watchers: 276, Forks: 127, Open Issues: 84

The python-openapi/openapi-core repo was created 6 years ago and the last code push was 23 hours ago.
The project is popular with 276 github stars!

How to Install openapi-core

You can install openapi-core using pip

pip install openapi-core

or add it to a project with poetry

poetry add openapi-core

Package Details

Author
Artur Maciag
License
BSD-3-Clause
Homepage
https://github.com/python-openapi/openapi-core
PyPi:
https://pypi.org/project/openapi-core/
Documentation:
https://openapi-core.readthedocs.io
GitHub Repo:
https://github.com/p1c2u/openapi-core

Classifiers

  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
No  openapi-core  pypi packages just yet.

Errors

A list of common openapi-core errors.

Code Examples

Here are some openapi-core code examples and snippets.

GitHub Issues

The openapi-core package has 84 open issues on GitHub

  • Drop python 3.6 support and add support for python 3.10
  • 0.14.2: pytest is failing
  • Dependency broken since updated openapi-spec-validator
  • KeyError: 'items' validating [] against schema {}
  • p1c2u/openapi-core#296: Adds support for OpenAPI 3.1
  • Falcon request factory not working
  • Add support for OpenAPI v3.1
  • Nullable field or schema not validating for None

See more issues on GitHub

Related Packages & Articles

apispec 6.6.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).

fastapi 0.110.1

FastAPI framework, high performance, easy to learn, fast to code, ready for production

drf-yasg 1.21.7

Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code.