Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python improvements #204

Open
4 tasks
LecrisUT opened this issue Aug 9, 2023 · 0 comments
Open
4 tasks

Python improvements #204

LecrisUT opened this issue Aug 9, 2023 · 0 comments

Comments

@LecrisUT
Copy link
Contributor

LecrisUT commented Aug 9, 2023

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 Type hints #203
  • Fix the cli entry-point and test_suite Use Click for cli #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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant