pydantic

A set of common utilities and types useful for building pydantic models.

Classes

BaseModel

The base model from which all data models within the package should inherit.

ClassBase

A base model which facilitates building classes which are able to take advantage of the pydantic machinery, but which are not expected to be used as data models and hence may of fields of arbitrary (e.g.

SchemaBase

The base model from which all data models within the package should inherit.