PySed

Python module that provides an easy way to do text stream processing
Download

PySed Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Gary W Lee
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 4 KB

PySed Tags


PySed Description

Python module that provides an easy way to do text stream processing Sed.py is a Python module that is used for stream editing. Just like the module name, it tries to provide ability like sed (a popular stream editor for UNIX) does.However, it does not work as the same way as sed. When you use Sed.py, you have to write Python script. Don't worry. It's piece of cake. The hardest work is handled by Sed.py. All you need to do is to specify the pattern to search and the file to process. A pattern is a description of the string you want to handle. It is often described in regular expression. However, if you just want to process some strings in simple and fixed form, regular expression may not be necessary.NOTE: PySed is licensed and distributed under the terms of the Python Software Foundation License.


PySed Related Software