astanin / python-tabulate

Pretty-print tabular data in Python, a library and a command-line utility. Repository migrated from bitbucket.org/astanin/python-tabulate.
https://pypi.org/project/tabulate/
MIT License
2.08k stars 162 forks source link

Support for Pydantic Models #309

Open justin-jeffery-ipf opened 7 months ago

justin-jeffery-ipf commented 7 months ago

Currently, a list of dataclasses is supported for tabular data formats, but it would be great to also allow a list of Pydantic models.

https://docs.pydantic.dev/latest/concepts/models/