-
released this
2026-02-04 02:09:09 +00:00 | 26 commits to main since this releaseInitial release of cmdparse
A CLI tool that parses unstructured CLI command output into structured formats (JSON, CSV, YAML) with field extraction capabilities.
Features
- Parse stdin CLI output to JSON/CSV/YAML
- Auto-detect common output patterns (tables, key-value, delimited)
- Simple field extraction syntax with dot notation
- Custom parser definitions via config file
- Works seamlessly with any Unix pipe
Installation
pip install cmdparseDownloads