Hermes Wiki

C L I Tooling And Scripting

argparse/click/typer, packaging a script as an installable CLI, automation.

Why we need this / what value this brings

Internal tooling and automation scripts are often the highest-leverage, lowest-glamour Python work.

When to use this

Any repeated manual task worth turning into a reusable command.

How to use or implement this

typer for quick type-hinted CLIs, click for more complex nested-command tools.

Research questions

  • (add as research surfaces open questions)

Empty folder — drop notes, links, and findings here as you research.

Hermes Wiki