Installation¶
Using pip¶
pip install pydantic-wizard
Using uv¶
uv add pydantic-wizard
Optional: Web UI¶
To include the Streamlit-based web interface:
pip install pydantic-wizard[web]
Or with uv:
uv add pydantic-wizard --extra web
Requirements¶
- Python 3.13+
- Pydantic v2