fmf icon indicating copy to clipboard operation
fmf copied to clipboard

Python improvements

Open LecrisUT opened this issue 1 year ago • 0 comments

I am gathering up a few tasks that should be done to modernize the python libraries used

  • [ ] Use pathlib.Path instead of os.path
  • [ ] Use the json schema instead of manual check_directives
  • [ ] Enable mypy checks #203
  • [ ] Fix the cli entry-point and test_suite #205 The tests should call the executable directly and parse the stdout/stderr The cli could use some more standard cli libraries. click is a good option because it also generates appropriate man pages

LecrisUT avatar Aug 09 '23 18:08 LecrisUT