Binary package “python3-sedparse” in ubuntu lunar

GNU sed's parser translated from C to Python - library

 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 installs the library for Python 3.