FBruzzesi / iso-week-date

Toolkit to work with str representing ISO Week date format
https://fbruzzesi.github.io/iso-week-date/
MIT License
6 stars 0 forks source link

Pydantic integration #1

Closed FBruzzesi closed 1 year ago

FBruzzesi commented 1 year ago

Possibility to make it into a Pydantic compatible type (cfr. pydantic-extra-types implementation)

FBruzzesi commented 1 year ago

All there is to validate is regex pattern matching which can obviously already be done in Pydantic.