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

click Vs. argparser #5

Open
gvee-uk opened this issue Jun 21, 2022 · 2 comments
Open

click Vs. argparser #5

gvee-uk opened this issue Jun 21, 2022 · 2 comments
Assignees

Comments

@gvee-uk
Copy link
Contributor

gvee-uk commented Jun 21, 2022

The current CLI implementation is using argparser.

However the TDS cookie-cutter project prefers click.

We should at least evaluate which one would be better suited for this application!

Considerations:

  • I'm not the biggest fan of the way the replacement-tokens is implemented (JSON on the CLI is less-than-fun). If click has a better way (I believe it allows for multiple/nargs in a nicer way) then it should be considered
  • Testability
  • Packaged size (we use pyinstaller to bundle up the Python libraries, so how does the bundling compare with each library?
@PsypherPunk
Copy link
Member

Fi-re! Fi-re! https://github.com/google/python-fire

@gvee-uk
Copy link
Contributor Author

gvee-uk commented Jun 24, 2022

How are you getting on with this one, @EuanMason?

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

3 participants