Back to browse
GitHub Repository

Zero-dependency Python utility to snapshot, capture, and inspect argparse-driven CLIs — peek at what your tools accept.

0 starsPython

Argpeek – Zero-dependency CLI argument inspector for Python

by prasadaabhishek·Jul 29, 2026·1 point·0 comments

AI Analysis

MidNiche Gem

Zero-dependency inspector for Python argparse with shell-safe replay.

Strengths
  • Zero runtime dependencies and compatible with Python 3.11+.
  • Handles complex edge cases like ANSI C quotes and PowerShell payloads.
  • Benchmarks included showing performance against stdlib shlex.quote.
Weaknesses
  • Extremely narrow utility; most devs just print(sys.argv).
  • Solves a debugging friction that rarely occurs in production.
Target Audience

Python developers debugging CLI argument parsing

Similar To

shlex · pdb

Similar Projects

Developer Tools●●Solid

Free Windows shell extension for quick .NET assembly inspection

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.

Niche GemWizardry
tebjan
215mo ago