dataclass-wizard icon indicating copy to clipboard operation
dataclass-wizard copied to clipboard

added load hook for pathlib.Path

Open assafge opened this issue 2 years ago • 1 comments

sorry for not checking all the boxes with this PR but it's really a simple feature. some disclaimers: since pathlib has added in python 3.4,

  • I've tested it only on my 3.8 env
  • it's a built in type of python, very useful in configuration files, I don't sure if it should be added to the readme file.

thanks for this! it's grate!

assafge avatar Feb 01 '23 22:02 assafge

Closes #77

rnag avatar Feb 10 '23 22:02 rnag