Awesome Pydantic Save

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

Project README

Awesome Pydantic Awesome

A curated list of awesome things related to Pydantic.

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

Data Engineering

  • Laktory 🌟(7) - A DataOps framework for building Databricks lakehouse.

Machine Learning

  • Transformers 🌟(125016) - State-of-the-art Natural Language Processing for PyTorch and TensorFlow 2.0.

  • ray 🌟(31092) - Ray provides a simple, universal API for building distributed applications.

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

  • jina 🌟(20030) - 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.

  • Instructor 🌟(5015) - Controlling OpenAI Function Calling via Pydantic Models

  • ZenML 🌟(3662) - MLOps framework to create reproducible ML pipelines for production machine learning.

  • Opyrator 🌟(3013) - Turns your machine learning code into microservices with web API, interactive GUI, and more.

  • DocArray 🌟(2741) - Represent, send, store and search multimodal data based on Pydantic. Compatible with Multiple Vector Databases

  • FastMRI 🌟(1243) - 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.

Object Mapping

  • SQLModel 🌟(12962) - SQLModel is a library for interacting with SQL databases from Python code, with Python objects.

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

  • Ormar 🌟(1576) - 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.

  • Piccolo 🌟(1271) - An async query builder and ORM, which can auto generate Pydantic models from database tables.

  • Redis-OM-Python 🌟(1010) - Redis OM Python makes it easy to model Redis data in your Python applications.

  • ODMantic 🌟(974) - 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.

  • Djantic 🌟(436) - Pydantic model support for Django.

  • FastDepends 🌟(193) - FastDepends - FastAPI Dependency Injection system extracted from FastAPI and cleared of all HTTP logic.

  • Mongox 🌟(122) - Familiar async MongoDB ODM based on Pydantic and Motor.

  • Edgy 🌟(88) - Edgy is a modern, full suite complete ORM fully built on the top of Pydantic v2. All you need in a ORM in one place. From migrations, to automatic validations.

  • django-pydantic-field 🌟(76) - Django JSONField with Pydantic models as a Schema. DRF supported.

  • pydantic-aioredis 🌟(51) - A simple Declarative ORM for Redis using Pydantic Models and aioredis

  • pydantic-numpy 🌟(24) - NumPy typing for Pydantic; NumpyModel Pydantic model for numpy arrays for saving and loading numpy files

  • pydantic-sqs 🌟(2) - Send and receive pydantic models via AWS SQS

Utilities

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

  • Strawberry GraphQL 🌟(3760) - Python GraphQL library based on dataclasses.

  • Robusta 🌟(2417) - Open source Kubernetes troubleshooting and automation platform.

  • datamodel-code-generator 🌟(2301) - Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, and YAML data sources.

  • Pydantic-Factories 🌟(870) - Pydantic based factories to generate testing data.

  • Pydantic PyCharm Plugin 🌟(417) - A JetBrains PyCharm plugin for pydantic.

  • erdantic 🌟(262) - Entity relationship diagrams for Python data model classes like Pydantic.

  • jsf 🌟(155) - Creates fake JSON files from a JSON schema.

  • Pydantic-resolve 🌟(152) - A small yet powerful tool to extend your pydantic schema, and resolve all descendants automatically.

  • autodoc_pydantic 🌟(137) - Seamlessly integrate pydantic models in your Sphinx documentation.

  • pydantic-xml 🌟(131) - Pydantic xml extension

  • Goodconf 🌟(125) - 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.

  • pydantic-i18n 🌟(77) - An extension to support an i18n for the pydantic error messages.

  • Settings Doc 🌟(21) - A command line tool for generating Markdown documentation and .env files from pydantic_settings.BaseSettings.

  • Flake8 Pydantic 🌟(7) - A Flake8 plugin to check Pydantic related code.

  • easyconfig 🌟(6) - Easy application configuration with yaml files and pydantic models. Allows automatic creation of default configuration files with value descriptions as comments. Additionally has environment variable expansion and support for docker secrets. Can also has support for reloading values on the fly e.g. in combination with a file watcher. Works with normal pydantic models and pydantic settings.

  • Settus 🌟(2) - Settings management using Pydantic Settings and extended to secrets from Azure Keyvault, Databricks secrets, AWS Secrets Manager and GCP Secrets Manager

Web

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

  • Django Ninja 🌟(6213) - Django + Pydantic = Fast, Async-ready, OpenAPI, type hints based framework for building APIs.

  • Litestar (before Starlite) 🌟(4441) - Flexible ASGI API framework built on top of Starlette and pydantic.

  • FastStream 🌟(1792) - FastStream simplifies the process of writing producers and consumers for message queues, handling all the parsing, networking and documentation generation automatically.

  • BlackSheep 🌟(1727) - BlackSheep is an asynchronous web framework to build event based web applications with Python. It is inspired by Flask, ASP.NET Core, and the work by Yury Selivanov.

  • Propan 🌟(466) - Propan is a powerful and easy-to-use Python framework for building event-driven applications that interact with any MQ Broker.

  • Flask Pydantic 🌟(337) - Flask extension for integration of the awesome pydantic package with Flask.

  • SpecTree 🌟(304) - API spec validator and OpenAPI document generator for Python web frameworks (Flask, Falcon, Starlette).

  • Piccolo Admin 🌟(280) - An admin interface powered by Pydantic. Automatically generate forms using Pydantic models.

  • Esmerald 🌟(239) - Full suite python web framework with results and design in mind based on Python type hints and pydantic.

  • turms 🌟(57) - GraphQL code generator that generates pydantic models from GraphQL documents

  • Quart-Schema 🌟(15) - Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.

  • pydantic-enhanced-serializer 🌟(4) - Better pydantic object output for apis including selectable fields and smart object expansions.

Contributing

Feel free to add your own package here by creating a PR. You just need to add an entry to the end line of awesome.yaml file. For example:

- repo: https://github.com/tiangolo/fastapi
  category: Web
  # optional
  name: FastAPI
  description: FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

Then it will automate reordered by repository stars and category.

Open Source Agenda is not affiliated with "Awesome Pydantic" Project. README Source: Kludex/awesome-pydantic
Stars
407
Open Issues
5
Last Commit
1 week ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating