| Newsgroups |
gmane.editors.sed.user |
| Message-ID |
<[email protected]> |
On 11/01/2014 12:20 PM, [email protected] [sed-users] wrote:
> Hi,
>
> I am glad to present you sed.py ( https://code.google.com/p/pythonsed/ https://code.google.com/p/pythonsed/ ). It is a Python implementation of sed almost fully compliant with GNU sed 4.2 . The differences are described in the home page. It can be used as a Python module or as a command line utility with the standard parameters.
>
> A lot of care has been given to testing. The working of sed.py is tested and compared with the one of GNU sed with a testing utility and a collection of 340 scripts (from one letter scripts to dc), all this being available for download.
>
> Note also that sed.py can be used with Python 2 and 3, and that timings are not bad when comparing with GNU sed.
>
> Any comment welcome!
> Gilles Arcas
>
> [Non-text portions of this message have been removed]
Cool!
What are the results with:
http://git.savannah.gnu.org/gitweb/?p=sed.git;a=tree;f=testsuite;hb=HEAD
thanks,
Pádraig.