Skip to content

Commit

Permalink
πŸ“ Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 4, 2024
1 parent e26e7e8 commit 902dac8
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,62 +7,62 @@ These packages have not been vetted or approved by the pydantic team.

## Command-Line Interface

- [Tyro](https://github.com/brentyi/tyro) 🌟(474) - Tyro is a tool for generating command-line interfaces and configuration objects in Python. Generates CLI interfaces, populates helptext automatically from defaults, annotations and docstrings, understand nesting of `dataclasses`, `pydantic`, and `attrs` structures, and it supports subcommands and fine-grained configuration via runtime annotations.
- [Tyro](https://github.com/brentyi/tyro) 🌟(479) - Tyro is a tool for generating command-line interfaces and configuration objects in Python. Generates CLI interfaces, populates helptext automatically from defaults, annotations and docstrings, understand nesting of `dataclasses`, `pydantic`, and `attrs` structures, and it supports subcommands and fine-grained configuration via runtime annotations.

- [Pydantic Argparse](https://github.com/SupImDos/pydantic-argparse) 🌟(98) - Pydantic Argparse provides declarative typed argument parsing using Pydantic models. (Compatibility with Pydantic V2 still pending)
- [Pydantic Argparse](https://github.com/SupImDos/pydantic-argparse) 🌟(100) - Pydantic Argparse provides declarative typed argument parsing using Pydantic models. (Compatibility with Pydantic V2 still pending)

- [Clipstick](https://github.com/sander76/clipstick) 🌟(24) - Clipstick creates your cli using Pydantic models. Define a Pydantic model as you would normally do, pass it to `clipstick` and you get a cli including subcommands, nice docstrings and validations based on `typing` and `pydantic` validators.


## Data Engineering

- [Laktory](https://github.com/opencubes-ai/laktory) 🌟(24) - A DataOps framework for building Databricks lakehouse.
- [Laktory](https://github.com/opencubes-ai/laktory) 🌟(26) - A DataOps framework for building Databricks lakehouse.


## Machine Learning

- [Transformers](https://github.com/huggingface/transformers) 🌟(132608) - State-of-the-art Natural Language Processing for PyTorch and TensorFlow 2.0.
- [Transformers](https://github.com/huggingface/transformers) 🌟(132906) - State-of-the-art Natural Language Processing for PyTorch and TensorFlow 2.0.

- [ray](https://github.com/ray-project/ray) 🌟(33176) - Ray provides a simple, universal API for building distributed applications.
- [ray](https://github.com/ray-project/ray) 🌟(33289) - Ray provides a simple, universal API for building distributed applications.

- [spaCy](https://github.com/explosion/spaCy) 🌟(29737) - spaCy is a free open-source library for Natural Language Processing in Python. It features NER, POS tagging, dependency parsing, word vectors and more.
- [spaCy](https://github.com/explosion/spaCy) 🌟(29766) - 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](https://github.com/jina-ai/jina) 🌟(20967) - 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.
- [jina](https://github.com/jina-ai/jina) 🌟(21002) - 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](https://github.com/jxnl/instructor) 🌟(7618) - Controlling OpenAI Function Calling via Pydantic Models
- [Instructor](https://github.com/jxnl/instructor) 🌟(7685) - Controlling OpenAI Function Calling via Pydantic Models

- [ZenML](https://github.com/zenml-io/zenml) 🌟(3957) - MLOps framework to create reproducible ML pipelines for production machine learning.
- [ZenML](https://github.com/zenml-io/zenml) 🌟(3969) - MLOps framework to create reproducible ML pipelines for production machine learning.

- [Opyrator](https://github.com/ml-tooling/opyrator) 🌟(3063) - Turns your machine learning code into microservices with web API, interactive GUI, and more.

- [DocArray](https://github.com/docarray/docarray) 🌟(2943) - Represent, send, store and search multimodal data based on Pydantic. Compatible with Multiple Vector Databases
- [DocArray](https://github.com/docarray/docarray) 🌟(2949) - Represent, send, store and search multimodal data based on Pydantic. Compatible with Multiple Vector Databases

- [FastMRI](https://github.com/facebookresearch/fastMRI) 🌟(1311) - 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.
- [FastMRI](https://github.com/facebookresearch/fastMRI) 🌟(1317) - 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.

- [Mirascope](https://github.com/Mirascope/mirascope) 🌟(676) - Pythonic prompt engineering for developers built on Pydantic
- [Mirascope](https://github.com/Mirascope/mirascope) 🌟(684) - Pythonic prompt engineering for developers built on Pydantic

- [BoFire](https://github.com/experimental-design/bofire) 🌟(209) - Bayesian Optimization Framework Intended for Real Experiments.
- [BoFire](https://github.com/experimental-design/bofire) 🌟(210) - Bayesian Optimization Framework Intended for Real Experiments.


## Object Mapping

- [SQLModel](https://github.com/tiangolo/sqlmodel) 🌟(14158) - SQLModel is a library for interacting with SQL databases from Python code, with Python objects.
- [SQLModel](https://github.com/tiangolo/sqlmodel) 🌟(14189) - SQLModel is a library for interacting with SQL databases from Python code, with Python objects.

- [Beanie](https://github.com/roman-right/beanie) 🌟(2015) - Beanie - is an Asynchronous Python object-document mapper (ODM) for MongoDB, based on Motor and Pydantic.
- [Beanie](https://github.com/roman-right/beanie) 🌟(2021) - Beanie - is an Asynchronous Python object-document mapper (ODM) for MongoDB, based on Motor and Pydantic.

- [Ormar](https://github.com/collerek/ormar) 🌟(1651) - 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.
- [Ormar](https://github.com/collerek/ormar) 🌟(1655) - 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](https://github.com/piccolo-orm/piccolo) 🌟(1408) - An async query builder and ORM, which can auto generate Pydantic models from database tables.
- [Piccolo](https://github.com/piccolo-orm/piccolo) 🌟(1414) - An async query builder and ORM, which can auto generate Pydantic models from database tables.

- [Redis-OM-Python](https://github.com/redis/redis-om-python) 🌟(1107) - Redis OM Python makes it easy to model Redis data in your Python applications.
- [Redis-OM-Python](https://github.com/redis/redis-om-python) 🌟(1110) - Redis OM Python makes it easy to model Redis data in your Python applications.

- [ODMantic](https://github.com/art049/odmantic) 🌟(1053) - 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.
- [ODMantic](https://github.com/art049/odmantic) 🌟(1056) - 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](https://github.com/jordaneremieff/djantic) 🌟(456) - Pydantic model support for Django.

- [FastDepends](https://github.com/Lancetnik/FastDepends) 🌟(288) - FastDepends - FastAPI Dependency Injection system extracted from FastAPI and cleared of all HTTP logic.
- [FastDepends](https://github.com/Lancetnik/FastDepends) 🌟(292) - FastDepends - FastAPI Dependency Injection system extracted from FastAPI and cleared of all HTTP logic.

- [Edgy](https://github.com/tarsil/edgy) 🌟(180) - 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.
- [Edgy](https://github.com/tarsil/edgy) 🌟(181) - 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.

- [Mongox](https://github.com/aminalaee/mongox) 🌟(122) - Familiar async MongoDB ODM based on Pydantic and Motor.

Expand All @@ -77,31 +77,31 @@ These packages have not been vetted or approved by the pydantic team.

## Utilities

- [HttpRunner](https://github.com/httprunner/httprunner) 🌟(4042) - HttpRunner is a simple & elegant, yet powerful HTTP(S) testing framework.
- [HttpRunner](https://github.com/httprunner/httprunner) 🌟(4044) - HttpRunner is a simple & elegant, yet powerful HTTP(S) testing framework.

- [Strawberry GraphQL](https://github.com/strawberry-graphql/strawberry) 🌟(3950) - Python GraphQL library based on dataclasses.
- [Strawberry GraphQL](https://github.com/strawberry-graphql/strawberry) 🌟(3957) - Python GraphQL library based on dataclasses.

- [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) 🌟(2642) - Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, GraphQL Schema, and YAML data sources.
- [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) 🌟(2658) - Pydantic model generator for easy conversion of JSON, OpenAPI, JSON Schema, GraphQL Schema, and YAML data sources.

- [Robusta](https://github.com/robusta-dev/robusta) 🌟(2563) - Open source Kubernetes troubleshooting and automation platform.
- [Robusta](https://github.com/robusta-dev/robusta) 🌟(2571) - Open source Kubernetes troubleshooting and automation platform.

- [Pydantic-Factories](https://github.com/Goldziher/pydantic-factories) 🌟(1015) - Pydantic based factories to generate testing data.
- [Pydantic-Factories](https://github.com/Goldziher/pydantic-factories) 🌟(1021) - Pydantic based factories to generate testing data.

- [Pydantic PyCharm Plugin](https://github.com/koxudaxi/pydantic-pycharm-plugin) 🌟(449) - A JetBrains PyCharm plugin for pydantic.
- [Pydantic PyCharm Plugin](https://github.com/koxudaxi/pydantic-pycharm-plugin) 🌟(451) - A JetBrains PyCharm plugin for pydantic.

- [erdantic](https://github.com/drivendataorg/erdantic) 🌟(302) - Entity relationship diagrams for Python data model classes like Pydantic.
- [erdantic](https://github.com/drivendataorg/erdantic) 🌟(316) - Entity relationship diagrams for Python data model classes like Pydantic.

- [Pydantic-resolve](https://github.com/allmonday/pydantic-resolve) 🌟(168) - A small yet powerful tool to extend your pydantic schema, and resolve all descendants automatically.
- [Pydantic-resolve](https://github.com/allmonday/pydantic-resolve) 🌟(171) - A small yet powerful tool to extend your pydantic schema, and resolve all descendants automatically.

- [jsf](https://github.com/ghandic/jsf) 🌟(165) - Creates fake JSON files from a JSON schema.

- [pydantic-xml](https://github.com/dapper91/pydantic-xml) 🌟(156) - Pydantic xml extension
- [autodoc_pydantic](https://github.com/mansenfranzen/autodoc_pydantic) 🌟(155) - Seamlessly integrate pydantic models in your Sphinx documentation.

- [autodoc_pydantic](https://github.com/mansenfranzen/autodoc_pydantic) 🌟(154) - Seamlessly integrate pydantic models in your Sphinx documentation.
- [pydantic-xml](https://github.com/dapper91/pydantic-xml) 🌟(155) - Pydantic xml extension

- [Goodconf](https://github.com/lincolnloop/goodconf) 🌟(128) - 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.

- [AioClock](https://github.com//ManiMozaffar/aioclock) 🌟(124) - Scheduler framework asyncio-based designed for execution of periodic task with dependency injection
- [AioClock](https://github.com//ManiMozaffar/aioclock) 🌟(125) - Scheduler framework asyncio-based designed for execution of periodic task with dependency injection

- [pydantic-i18n](https://github.com/boardpack/pydantic-i18n) 🌟(83) - An extension to support an i18n for the pydantic error messages.

Expand All @@ -118,25 +118,25 @@ These packages have not been vetted or approved by the pydantic team.

## Web

- [FastAPI](https://github.com/tiangolo/fastapi) 🌟(76026) - FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.
- [FastAPI](https://github.com/tiangolo/fastapi) 🌟(76216) - FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints.

- [Django Ninja](https://github.com/vitalik/django-ninja) 🌟(7013) - Django + Pydantic = Fast, Async-ready, OpenAPI, type hints based framework for building APIs.
- [Django Ninja](https://github.com/vitalik/django-ninja) 🌟(7047) - Django + Pydantic = Fast, Async-ready, OpenAPI, type hints based framework for building APIs.

- [Litestar (before Starlite)](https://github.com/litestar-org/litestar) 🌟(5392) - Flexible ASGI API framework built on top of Starlette and pydantic.
- [Litestar (before Starlite)](https://github.com/litestar-org/litestar) 🌟(5407) - Flexible ASGI API framework built on top of Starlette and pydantic.

- [FastStream](https://github.com/airtai/faststream) 🌟(2437) - FastStream simplifies the process of writing producers and consumers for message queues, handling all the parsing, networking and documentation generation automatically.
- [FastStream](https://github.com/airtai/faststream) 🌟(2511) - FastStream simplifies the process of writing producers and consumers for message queues, handling all the parsing, networking and documentation generation automatically.

- [BlackSheep](https://github.com/Neoteroi/BlackSheep) 🌟(1854) - 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.
- [BlackSheep](https://github.com/Neoteroi/BlackSheep) 🌟(1857) - 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](https://github.com/Lancetnik/Propan) 🌟(486) - Propan is a powerful and easy-to-use Python framework for building event-driven applications that interact with any MQ Broker.

- [Flask Pydantic](https://github.com/bauerji/flask_pydantic) 🌟(354) - Flask extension for integration of the awesome pydantic package with Flask.
- [Flask Pydantic](https://github.com/bauerji/flask_pydantic) 🌟(356) - Flask extension for integration of the awesome pydantic package with Flask.

- [SpecTree](https://github.com/0b01001001/spectree) 🌟(317) - API spec validator and OpenAPI document generator for Python web frameworks (Flask, Falcon, Starlette).

- [Piccolo Admin](https://github.com/piccolo-orm/piccolo_admin) 🌟(316) - An admin interface powered by Pydantic. Automatically generate forms using Pydantic models.

- [Esmerald](https://github.com/dymmond/esmerald) 🌟(294) - Full suite python web framework with results and design in mind based on Python type hints and pydantic.
- [Esmerald](https://github.com/dymmond/esmerald) 🌟(299) - Full suite python web framework with results and design in mind based on Python type hints and pydantic.

- [Quart-Schema](https://github.com/pgjones/quart-schema) 🌟(77) - Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.

Expand Down

0 comments on commit 902dac8

Please sign in to comment.