1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: pyp
Section: utils
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Khalid El Fathi <khalid@elfathi.fr>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-setuptools,
Rules-Requires-Root: no
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
Homepage: https://thepyedpiper.github.io/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.
|