Name: | python3-pydantic |
---|---|
Version: | 1.10.7 |
Release: | 1.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 1176654 |
License: | MIT |
RPM: | python3-pydantic-1.10.7-1.el9.noarch.rpm |
Source RPM: | python-pydantic-1.10.7-1.el9.src.rpm |
Build Date: | Thu May 04 2023 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/samuelcolvin/pydantic |
Summary: | Data validation using Python type hints |
Description: | Pydantic is a data validation and settings management library for Python used to declare the expected data structure and validate input data against that structure. Pydantic makes it easy to define data models with required fields, default values, and data types. It can also generate a JSON Schema that can be used for API documentation or validation. |