• v0.1.0 44838a4ce6

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 4m52s
    Stable

    7000pctAUTO released this 2026-02-04 02:09:09 +00:00 | 26 commits to main since this release

    Initial 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 cmdparse
    
    Downloads