pyp 2.12-2 source package in Ubuntu

Changelog

pyp (2.12-2) unstable; urgency=medium

  * Merge to unstable.

 -- ChangZhuo Chen (陳昌倬) <email address hidden>  Sun, 18 Jun 2017 19:51:02 +0800

Upload details

Uploaded by:
Python Applications Packaging Team
Uploaded to:
Sid
Original maintainer:
Python Applications Packaging Team
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe utils
Bionic release universe utils

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyp_2.12-2.dsc 1.9 KiB f878352ed685aa47c563409283179f0ed0f0b7bf98cc3b8e622a71259ec094ec
pyp_2.12.orig.tar.gz 23.4 KiB 805ab01aada8d0a3f7b7d30859bb03c46beb88333170dd115eaa2c53f2662d41
pyp_2.12-2.debian.tar.xz 5.4 KiB 50fae56522a70e570a9a049e2f2918ae2699f929f8ec477d0dcacc0663af4ec0

Available diffs

No changes file available.

Binary packages built by this source

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