Free CLI Tools – Zero Dependencies, MIT Licensed
Avoids pip hell with copyable one-liners, but duplicates dozens of existing tools.
Zero-dependency Python utility to snapshot, capture, and inspect argparse-driven CLIs — peek at what your tools accept.
Zero-dependency inspector for Python argparse with shell-safe replay.
Python developers debugging CLI argument parsing
shlex · pdb
Avoids pip hell with copyable one-liners, but duplicates dozens of existing tools.
Rule-based function dispatching beats functools.singledispatch for complex validation logic.
Zero-decorator function wrapping into MCP tools solves real integration friction.
Inline validation without schema classes, but Pydantic already owns this space.
Uses MetadataLoadContext to read assembly metadata without executing any code, then surfaces that data via a native C++ ATL/COM shell extension so you can right‑click DLLs/EXEs and see compilation mode, target framework, PE kind and a clickable recursive reference tree. It’s essentially a safety‑first, lightweight alternative to firing up a decompiler when you just need quick dependency and version info — not flashy or novel, but genuinely useful in day‑to‑day Windows/.NET debugging.
Validates dependency graphs before startup, but Python already has solid DI options.