Giter Site home page Giter Site logo

awesome-pydantic's Introduction

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.

awesome-pydantic's People

Contributors

aantn avatar adamsussman avatar alex-zenml avatar aminalaee avatar andrewthetechie avatar caniko avatar collerek avatar dantownsend avatar dapper91 avatar davorrunje avatar dukkee avatar ftnext avatar github-actions[bot] avatar goldziher avatar ischaojie avatar jhnnsrs avatar jxnl avatar kemingy avatar kludex avatar lancetnik avatar mansenfranzen avatar osoucy avatar pbaletkeman avatar pgjones avatar radeklat avatar samsja avatar surenkov avatar tarsil avatar viicos avatar vitalik avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

awesome-pydantic's Issues

Add categories

What would be the best way to group those Pydantic projects?

Possible categories:

  • Tutorials
  • Web
  • Machine Learning
  • Utilities

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.