diff options
Diffstat (limited to 'devel/py-pydantic-resolve/pkg-descr')
-rw-r--r-- | devel/py-pydantic-resolve/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/py-pydantic-resolve/pkg-descr b/devel/py-pydantic-resolve/pkg-descr new file mode 100644 index 000000000000..711e894743ec --- /dev/null +++ b/devel/py-pydantic-resolve/pkg-descr @@ -0,0 +1,8 @@ +pydantic-resolve is a sophisticated framework for composing complex data +structures with an intuitive, declarative, resolver-based architecture that +eliminates the N+1 query problem. + +It supports: +- pydantic v1 +- pydantic v2 +- dataclass from pydantic.dataclasses import dataclass |