Contents

openapi-core 0.22.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: 358, Watchers: 358, Forks: 136, Open Issues: 83

The python-openapi/openapi-core repo was created 8 years ago and the last code push was 4 hours ago.
The project is popular with 358 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
None
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 83 open issues on GitHub

  • [Bug]: Link to "Contributing guidelines" is broken
  • [Feature]: Improve performance by using a faster library for parsing json schemas
  • Bump virtualenv from 20.26.6 to 20.36.1
  • Bump werkzeug from 3.1.4 to 3.1.5
  • [Feature]: strict validation of additionalProperties
  • [Bug]: Schemas in query parameters don't work

See more issues on GitHub

Related Packages & Articles

apispec 6.9.0

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

fastapi 0.129.0

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

drf-yasg 1.21.14

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