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

Add Pydantic BaseModel object support #310

Closed jjeff07 closed 5 months ago

jjeff07 commented 7 months ago

Adding Pydantic Model support.

Implements: #309