Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 1.3 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.3 KB

OpenAPI Schemas for Pydantic

Esmerald

Documentation: https://openapi-schemas.dymmond.com 📚

Source Code: https://www.github.com/dymmond/openapi-schemas-pydantic

This library is a fork of pydantic-openapi-schema.

The library solved some known issues from the previous also forked repo and we have plans of continuing to support the fork as well.

Why the fork?

We want to make sure we are able to add extras unique to Esmerald without bothering Starlite with someting that might not even be their scope. If we find common ground we will be also contribute to Starlite to make sure they also get the latest if they don't have it already.

We support everything opensource.

Usage is mostly identical to upstream package.

Installation

pip install openapi-schemas-pydantic

Contributing

Check the contributing documentation and see how you can help.