python-attrs / cattrs

Composable custom class converters for attrs, dataclasses and friends.
https://catt.rs
MIT License
791 stars 110 forks source link

Add date to preconfigured converters #420

Closed Peter554 closed 1 year ago

Peter554 commented 1 year ago

Adding support for date to the preconfigured converters. I see there was already some effort made in this direction here https://github.com/python-attrs/cattrs/pull/365, however that PR is missing tests and seems to be a bit inactive.

Peter554 commented 1 year ago

Not sure what I have to do to get CI to run, but make lint and make test are passing for me locally.

Tinche commented 1 year ago

Thanks for picking this up. I've clicked the button to run the tests, it needs my approval I guess.

Tinche commented 1 year ago

Great job, thanks!