diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-06-17 05:59:41 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-20 11:53:30 +0700 |
commit | 32fd9e8055b27632ff366bcfb4f5b3cc2d8669cc (patch) | |
tree | 768bcf735dc428c8ab8f30461b4f640c3ce4c239 /python/pysed/slack-desc | |
parent | 712dc6b1ae129c3de8287f6f449c5fb6c6f555a5 (diff) | |
download | slackbuilds-32fd9e8055b27632ff366bcfb4f5b3cc2d8669cc.tar.gz |
python/pysed: Updated for version 0.7.7.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pysed/slack-desc')
-rw-r--r-- | python/pysed/slack-desc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/python/pysed/slack-desc b/python/pysed/slack-desc index c86e200b00..e3dd50873b 100644 --- a/python/pysed/slack-desc +++ b/python/pysed/slack-desc @@ -8,10 +8,10 @@ |-----handy-ruler------------------------------------------------------| pysed: pysed (sed like utility) pysed: -pysed: Pysed is a Python stream editor, is used to perform basic text -pysed: ransformations from a file. It reads text, line by line, from -pysed: a file and replace, insert or print all text or specific area. -pysed: Actually pysed is a passage of Python module ‘re’ in terminal. +pysed: Pysed is a stream editor, is used to perform basic text +pysed: transformations from a file or from pipeline. It reads text, +pysed: line by line, from a file and replace, insert or print all +pysed: text or specific area. pysed: pysed: Homepage: https://github.com/dslackw/pysed pysed: |