sedparse

GNU sed's parser translated from C to Python - CLI tool
  https://github.com/aureliojargas/sedparse
  0
  no reviews



Sedparse is a translation from C to Python of GNU sed's parser for sed scripts.

After running sedparse in your sed script, the complete list of all the found sed commands and their arguments will be available in different formats: - List of objects (translated C structs). - List of dictionaries. - JSON.

sedparse is implemented as a Python library and have a command-line tool.

This package provides the sedparse command-line tool.