sedparse 0.1.2-4 source package in Ubuntu

Changelog

sedparse (0.1.2-4) unstable; urgency=medium

  * Update Maintainer mail.
  * debian/source/lintian-overrides:
    - Remove update-debian-copyright. No longer need.
    - Update maintainer-manual-page.

 -- Marcos Talau <email address hidden>  Thu, 08 Sep 2022 14:20:37 -0300

Upload details

Uploaded by:
Marcos Talau
Uploaded to:
Sid
Original maintainer:
Marcos Talau
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sedparse_0.1.2-4.dsc 1.9 KiB c9727db83ce0f735c542ea413d4642c3c9833dd3cce5ab7c601e6db0e54169a0
sedparse_0.1.2.orig.tar.gz 48.1 KiB 81b5c55da8104e54dfdd9ff43b06bfea040f9dabd9453ba44f10cc211389495d
sedparse_0.1.2-4.debian.tar.xz 4.1 KiB 980a17e9a5799d92e355048e94db6cf7ffd191769139e38e84438fedd08e1e46

Available diffs

No changes file available.

Binary packages built by this source

python3-sedparse: 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.

sedparse: 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.