Skip to content
This repository was archived by the owner on Apr 3, 2023. It is now read-only.

Files

Latest commit

 

History

History
50 lines (35 loc) · 2.78 KB

index.md

File metadata and controls

50 lines (35 loc) · 2.78 KB

Pydantic OpenAPI Schema

Starlite logo

Quality Gate Status Coverage

Maintainability Rating Security Rating Reliability Rating Code Smells

Discord Matrix

This library is a fork of openapi-schema-pydantic. Its used and is bundled by Starlite. You can see this issue in the upstream repository regarding it.

In comparison to the original library this library has:

  1. updated docstrings with fixed links
  2. no typing issues
  3. updated types
  4. updated utilities
  5. updated export paths
  6. continuous maintenance
  7. dropped support for v3.0.3

Use is mostly identical to upstream package.

Installation

pip install pydantic-openapi-schema

Contributing

Starlite and all its official libraries are open to contributions big and small.

You can always join our discord server or join our Matrix space to discuss contributions and project maintenance. For guidelines on how to contribute to this library, please see CONTRIBUTING.md in the repository's root.