[ 源代码: sedparse ]
软件包:sedparse(0.1.2-5)
GNU sed's parser translated from C to Python - CLI tool
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.
其他与 sedparse 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-sedparse
- GNU sed's parser translated from C to Python - library
-
- sug: sedsed
- debugger and code formatter for sed scripts