Source: pyp Section: utils Priority: optional Maintainer: Debian Python Team Uploaders: Khalid El Fathi , ChangZhuo Chen (陳昌倬) Build-Depends: debhelper-compat (= 13), dh-python, python3-all, Standards-Version: 3.9.8 Vcs-Git: https://salsa.debian.org/python-team/packages/pyp.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pyp Package: pyp Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Multi-Arch: foreign Description: sed/awk-like tool with Python language pyp, the Pyed Piper, is a command line tool for text manipulation. It is similar to awk and sed in functionality, but its subcommands are Python based, and thus more familiar to many programmers. . It can operate both on a per-line base and on the complete input stream. Different features can be pipelined in a single command by using the pipe character familiar from shell commands. . pyp backs up its input for reruns with modified commands, and can save commands as macros. On the downside, the rerun feature makes it unsuitable for continuous pipe operation.