easyeda2kicad.py icon indicating copy to clipboard operation
easyeda2kicad.py copied to clipboard

Refactor path manipulation with Pathlib

Open IamPhytan opened this issue 2 years ago • 1 comments

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 !

IamPhytan avatar Feb 18 '23 20:02 IamPhytan

Hi @IamPhytan , You are welcome to create a PR to replace the old way of dealing folders with the Object aproach with Pathlib :)

uPesy avatar Aug 30 '23 09:08 uPesy