Charm your Pydantic models with Wizdantic
TLDR
Conjure populated Pydantic models from thin air with an interactive terminal wizard.
CLI tools that need structured configuration often end up with a maze of input() calls, hand-rolled validation, and forgotten edge cases. If you already have a Pydantic model describing that configuration, wizdantic turns it into an interactive wizard with a single function call. You define the shape of the data once, and the wizard handles the rest.