Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 280 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 280 Bytes

Pydantic Demo

This is a simple demo of Pydantic, a data validation library for Python.

python ./src/typer_demo/__init__.py
python ./src/typer_demo/__init__.py --name="another name"
python ./src/typer_demo/__init__.py --uuid="11111111-2222-3333-4444-555555555555"