You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: improve README with PyPI install, usage examples, and badges (#27)
* docs: improve README with PyPI install, usage examples, and badges
Replace clone-based installation with PyPI instructions (pip/uv),
add usage examples showing model imports and validation, add a
model package reference table, and add PyPI/license badges.
Closes#1
* docs: address review feedback on README examples
Remove unused LineItem and Total imports from usage example.
Move serialization inside try-except block and add missing
Checkout import in validation example.
* docs(readme): address PR review comments and fix prettier formatting
* docs(readme): drop redundant Pydantic sentence in Usage section
* docs(readme): replace Usage lead-in with example framing
0 commit comments