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

Move to typer for all clis #513

Open
11 tasks
goodboy opened this issue May 24, 2023 · 0 comments
Open
11 tasks

Move to typer for all clis #513

goodboy opened this issue May 24, 2023 · 0 comments

Comments

@goodboy
Copy link
Contributor

goodboy commented May 24, 2023

After building a prototype ledger syncing CLI in #489 (with follow up
coming in #512) I'm mega sold on going all in on typer:

  • much terser definitions
  • way prettier built-in output options via rich B)
  • absolutely fantastic traceback styling

Todo porting:

  • add as typer[full] dep
  • port all existing cli modules:
    • root including piker group
    • .data
    • .brokers
    • .ui
    • any rando module scripts,
      • .brokers.ib._flex_reports
      • snippets/qt_screen_info.py (should prolly rename to
        scripts/?)

Todo new features:

  • dump static watchlists using rich.Table
  • try out using the live-update for real-time update on console?
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