/awesome-pydantic

A curated list of awesome things related to Pydantic! 🌪️

Primary LanguagePythonMIT LicenseMIT

Awesome Pydantic Awesome

A curated list of awesome things related to Pydantic.

These packages have not been vetted or approved by the pydantic team.

Feel free to add your own package here by creating a PR. You just need to add an entry to the awesome.yaml file.

Transformers - 45389 ✨

State-of-the-art Natural Language Processing for PyTorch and TensorFlow 2.0.

FastAPI - 30446 ✨

FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

spaCy - 20320 ✨

spaCy is a free open-source library for Natural Language Processing in Python. It features NER, POS tagging, dependency parsing, word vectors and more.

ray - 15785 ✨

Ray provides a simple, universal API for building distributed applications.

jina - 3207 ✨

Jina is geared towards building search systems for any kind of data, including text, images, audio, video and many more. With the modular design & multi-layer abstraction, you can leverage the efficient patterns to build the system by parts, or chaining them into a Flow for an end-to-end experience.

HttpRunner - 2413 ✨

HttpRunner is a simple & elegant, yet powerful HTTP(S) testing framework.

Opyrator - 1790 ✨

Turns your machine learning code into microservices with web API, interactive GUI, and more.

Django Ninja - 1070 ✨

Django + Pydantic = Fast, Async-ready, OpenAPI, type hints based framework for building APIs.

Python GraphQL library based on dataclasses.

FastMRI - 631 ✨

fastMRI is a collaborative research project from Facebook AI Research (FAIR) and NYU Langone Health to investigate the use of AI to make MRI scans faster.

Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.

ODMantic - 283 ✨

Asynchronous ODM(Object Document Mapper) for MongoDB based on standard python type hints. It's built on top of pydantic for model definition and validation.

Ormar - 213 ✨

Ormar is an async ORM that was written with FastAPI in mind and uses pydantic validation. It bridges FastAPI with pydantic, as ormar models can be used directly in FastAPI requests and responses so you are left with only one set of models to maintain. Alembic migrations included.

A JetBrains PyCharm plugin for pydantic.

Flask Pydantic - 105 ✨

Flask extension for integration of the awesome pydantic package with Flask.

Djantic - 104 ✨

Pydantic model support for Django.

Beanie - 103 ✨

Beanie - is an Asynchronous Python object-document mapper (ODM) for MongoDB, based on Motor and Pydantic.

SpecTree - 91 ✨

API spec validator and OpenAPI document generator for Python web frameworks (Flask, Falcon, Starlette).

Goodconf - 59 ✨

A thin wrapper over Pydantic's settings management. Allows you to define configuration variables and load them from environment or JSON/YAML file. Also generates initial configuration files and documentation for your defined configuration.

erdantic - 21 ✨

Entity relationship diagrams for Python data model classes like Pydantic.