easyeda2kicad.py
easyeda2kicad.py copied to clipboard
Refactor path manipulation with Pathlib
Hello !
I was wondering if it has been considered to use pathlib
instead of os.path
, considering that :
-
pathlib
is part of the standard library since Python 3.4 - It looks like it's planned to support Python versions that are higher than Python3.7 (#77)
Thanks !
Hi @IamPhytan , You are welcome to create a PR to replace the old way of dealing folders with the Object aproach with Pathlib :)