pyTextUtil

simple text utils for python


Keywords
textutil, pytextutil
License
Apache-2.0
Install
pip install pyTextUtil==0.0.5

Documentation

pyTextUtil --- Simple and powerful text utils written by Python2

pyTextUtil is the simplest and powerful text utils written by Python

Install

pyTextUtil can be installed by pip. Just call

>>> pip install pyTextUtil

Basic usage

pyTextUtil can be used by its standalone scripts. Script usage is explained below. Or just type

    $ pyTextUtil -h

Script usage

You can use pyTextUtil as scripts. They are copied to the scripts subdirectory of your Python installation which can be included in the system PATH variable. You can call it from command line.

    $ pyTextUtil -i input.txt search cat
    $ cat is on the floor.
    $ I love my cat.
    $
    $ Done!

To do

  • Parsing unordered options.