[PR #2229] [CLOSED] 📝 Add pydantic to data-validation section #10748

Closed
opened 2026-04-24 05:44:56 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2229
Author: @hf-krechan
Created: 11/15/2022
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

  • a08aa73 Add pydantic to data-validation section

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

It is a framework to easily create classes which attributes gets validated during object creation.
The base of the validation are type hints.

What's the difference between this Python project and similar ones?

It makes heavily use of type hints and reduces so the amount of code lines.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2229 **Author:** [@hf-krechan](https://github.com/hf-krechan) **Created:** 11/15/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`a08aa73`](https://github.com/vinta/awesome-python/commit/a08aa734b58d6f5dad9d9ac5f29fd2e8f8c68634) Add pydantic to data-validation section ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? It is a framework to easily create classes which attributes gets validated during object creation. The base of the validation are type hints. ## What's the difference between this Python project and similar ones? It makes heavily use of type hints and reduces so the amount of code lines. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 05:44:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#10748