Replace argparse with typer
Feature Description
replaces Argparse with typer, which is much more elegant but not as flexible. Not 100% sure whether we want to merge this. If not we should probably drop the CLI interface and replace it by a python scripts directly.
Checklist
- One feature per merge request!
- Try to incorporate at the very least, one test for your feature (white-box test)
- In best case, the black-box test is written by the MR reviewer
- Compile code with your preferred compiler locally first!
- Test on different compilers (TBD)
- Ensure CI is passing
Merge request reports
Activity
added hiopy label
assigned to @m301120
added 1 commit
- 2ae6a8b8 - fix: add typer to pyproject.toml dependencies
added 10 commits
-
6f9fec07...de89c538 - 3 commits from branch
main
- ae7cb57f - refactor: use typer instead of argparse in hiopy.configure
- 01f227e7 - refactor: replace argparse with typer in worker
- 29c2f259 - fix: adapt ci test
- 0165763c - fix: cfitsio tag
- 788b4369 - fix: add typer to pyproject.toml dependencies
- f38528c1 - fix: project scripts
- e18e440f - fix: hiopy configure in gitlab-ci.yml
Toggle commit list-
6f9fec07...de89c538 - 3 commits from branch
Please register or sign in to reply