awesome-python
awesome-python copied to clipboard
Add Pydantic
What is this Python project?
Describe features.
What's the difference between this Python project and similar ones?
Pydantic:
- uses type hints to define validation schema, so static typing tools and IDEs work elegantly with your data, and you don't need to learn a new DSL to define schemas
- has JSON Schema integration
- Supports validation of dataclasses
- Is generally faster than other validation libraries
- is the validation behind the very popular FastAPI web framework (already listed here)
Pydantic is download 60m times a month - it's the most downloaded python data validation library.
--
Anyone who agrees with this pull request could submit an Approve review to it.
Sorry, this is a duplicate of #1723.
re-opening since I think if pydantic is included in one section, it should be "Data Validation", not "Built-in Classes Enhancement" as #1723 has it.
Tahir yanlış yerdesin aynalı tahşr
iPhone’umdan gönderildi
Yasser Tahiri @.***> şunları yazdı (9 May 2023 12:31):
@yezz123 approved this pull request.
— Reply to this email directly, view it on GitHubhttps://github.com/vinta/awesome-python/pull/2462#pullrequestreview-1417984743, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A7KYAEAWLYETBTDZMIJK3CTXFIFGXANCNFSM6AAAAAAXU7APXM. You are receiving this because you are subscribed to this thread.Message ID: @.***>
Already added.
why was it added last when the rest of the entries in that section are sorted alphabetically?
why was it added last when the rest of the entries in that section are sorted alphabetically?
I don't think it's intentional. The entries in the "Data Analysis" section are also not sorted alphabetically.
Checkout #2229 where Pydantic was initially added to the list.