From 9e1c83f438d20d29951ec1d442a964d1d8c759e9 Mon Sep 17 00:00:00 2001 From: Waylon Walker Date: Fri, 28 Apr 2023 21:17:18 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4bf52eb..0fc1973 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pydantic-typer +pydantic-typer is a Python package that provides a decorator that can be used to write functions that accept a Pydantic model, but at runtime will allow them to pass in fields to create the models on the fly. + https://user-images.githubusercontent.com/22648375/235036031-a9dc6589-e350-4a18-9114-6568cb362f74.mp4 ## Installation