Skip to main content

CLI utility that parses and transforms text

Project description

https://badge.fury.io/py/pysed.png https://pypip.in/d/pysed/badge.png https://pypip.in/license/pysed/badge.png

Cli utility that parses and transforms text written in Python.

[CHANGELOG] : https://github.com/dslackw/pysed/blob/master/CHANGELOG

Installation

$ pip install pysed

uninstall

$ pip uninstall pysed

Command Line Tool Usage

usage: pysed [-h] [-v] [-p] [-l] [-e] [-r] [-i]

Utility that parses and transforms text

optional arguments:
  -h, --help     : show this help message and exit
  -v, --version  : print version and exit
  -p, --print    : print text
                   c chars/, s sum/
  -l, --lines    : print lines
                   N,/, f first/, l last/, * all/
  -e, --extract  : extract text
                  'text'
  -r, --replace  : replace text
                   m max(N)/, u upper/, l lower/ ['*']
  -i, --insert   : insert text
                   m max(N)/

** N = Number, {Options}/

Pysed Examples

See changes before modification with options -p –print:

Print text file:

(NOTE: Windows users maybe avoid using quotes ‘’)

$ pysed --print text.txt

This is my cat,
 whose name is Betty.
This is my dog,
 whose name is Frank.
This is my fish,
whose name is George.
This is my goat,
 whose name is Adam.

$ pysed --print c/'a' text.txt

find 9 --> 'a'

$ pysed --print c/'is' text.txt

find 13 --> 'is'

$ pysed --print s/ text.txt

8 lines
118 characters
32 words
35 blanks

Print lines:

$ pysed --lines 0,3,2,1,4,7,6,5,/ text.txt

This is my cat,
 whose name is frank.
This is my dog,
 whose name is betty.
This is my fish,
 whose name is adam.
This is my goat,
whose name is george.

$ pysed --lines 2,7,/ text.txt

This is my dog,
 whose name is adam.

$ pysed --lines f/ text.txt

This is my cat,

$ pysed --lines l/ text.txt

whose name is adam.

$ pysed --lines */ text.txt

This is my cat,
 whose name is betty.
This is my dog,
 whose name is frank.
This is my fish,
whose name is george.
This is my goat,
 whose name is adam.

Extract text:

$ pysed pysed --extract 'is' text.txt

is is is is is is is is is is is is is

Remove new lines:

$ pysed -r --print '\n ' ' ' text.txt

This is my cat, whose name is Betty.
This is my dog, whose name is Frank.
This is my fish,
whose name is George.
This is my goat, whose name is Adam.

Redirect results to another file:

$ pysed -r --print '\n ' ' ' text.txt > text2.txt
$ cat text2.txt

This is my cat, whose name is Betty.
This is my dog, whose name is Frank.
This is my fish,
whose name is George.
This is my goat, whose name is Adam.

$ pysed --extract 'This' text.txt > text3.txt
$ pysed -print text3.txt

This This This This

$ pysed --lines 0,2,4,6,/ text.txt > text4.txt
$ pysed --print text4.txt

This is my cat,
This is my dog,
This is my fish,
This is my goat,

Replace text:

$ pysed -r --print 'This' 'THIS' text.txt

THIS is my cat,
 whose name is Betty.
THIS is my dog,
 whose name is Frank.
THIS is my fish,
whose name is George.
THIS is my goat,
 whose name is Adam.

$ pysed -r --print '[a-z]' '*' text.txt

T*** ** ** ***,
 ***** **** ** B****.
T*** ** ** ***,
 ***** **** ** *****.
T*** ** ** ****,
***** **** ** G*****.
T*** ** ** ****,
 ***** **** ** A***.

$ pysed -r --print '[a-k]' '' text.txt

Ts s my t,
 wos nm s Btty.
Ts s my o,
 wos nm s rn.
Ts s my s,
wos nm s Gor.
Ts s my ot,
 wos nm s Am.

Replace max:

$ pysed -r --print m2/'This' 'THIS' text.txt

THIS is my cat,
 whose name is Betty.
THIS is my dog,
 whose name is Frank.
This is my fish,
whose name is George.
This is my goat,
 whose name is Adam.

Convert text to uppercase:

$ pysed -r --print u/'This' 'this' text.txt

THIS is my cat,
 whose name is Betty.
THIS is my dog,
 whose name is Frank.
THIS is my fish,
whose name is George.
THIS is my goat,
 whose name is Adam.

$ pysed -r --print u*/'' '' text.txt

THIS IS MY CAT,
 WHOSE NAME IS BETTY.
THIS IS MY DOG,
 WHOSE NAME IS FRANK.
THIS IS MY FISH,
WHOSE NAME IS GEORGE.
THIS IS MY GOAT,
 WHOSE NAME IS ADAM.

Convert text to lowercase:

$ pysed -r --print l/'T' 'T' text.txt

this is my cat,
 whose name is Betty.
this is my dog,
 whose name is Frank.
this is my fish,
whose name is George.
this is my goat,
 whose name is Adam.

$ pysed -r --print l*/'' '' text.txt

this is my cat,
 whose name is betty.
this is my dog,
 whose name is frank.
this is my fish,
whose name is george.
this is my goat,
 whose name is adam

Insert text:

$ pysed -i --print 'whose ' 'sur' text.txt

This is my cat,
 whose surname is Betty.
This is my dog,
 whose surname is Frank.
This is my fish,
whose surname is George.
This is my goat,
 whose surname is Adam.

Insert max:

$ pysed -i --print m2/'whose ' 'sur' text.txt

This is my cat,
 whose surname is Betty.
This is my dog,
 whose surname is Frank.
This is my fish,
whose name is George.
This is my goat,
 whose name is Adam.

Delete text:

$ pysed -r --print 'my ' '' text.txt

This is cat,
 whose name is Betty.
This is dog,
 whose name is arank.
This is fish,
whose name is George.
This is goat,
 whose name is Adam.

More features come….

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pysed-0.1.2.tar.gz (16.9 kB view details)

Uploaded Source

File details

Details for the file pysed-0.1.2.tar.gz.

File metadata

  • Download URL: pysed-0.1.2.tar.gz
  • Upload date:
  • Size: 16.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pysed-0.1.2.tar.gz
Algorithm Hash digest
SHA256 bca856bff98655c2d61a2325f65645f3d7b06e2528b2fcee62da4db52775ab54
MD5 936042b2c5fbddf0cf0dbe85ca06e2be
BLAKE2b-256 1a323145029c88aa98958269edb72a04a757927af8babd202ca3c7e44db4f6a5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page