Re: Is it possible to use re2 from Python?

2010-03-25 Thread Tim Wintle
On Wed, 2010-03-24 at 10:44 -0700, _wolf wrote: yes we can! http://github.com/facebook/pyre2 I had made a thin wrapper experiment with here - looks like the version he's shipped is relatively complete and compatible with the re module though. I'll be interested in seeing how well it performs -

Re: Is it possible to use re2 from Python?

2010-03-24 Thread _wolf
yes we can! http://github.com/facebook/pyre2 as pointed out by http://stackoverflow.com/users/219162/daniel-stutzbach now gotta go and try it out. -- http://mail.python.org/mailman/listinfo/python-list

Re: Is it possible to use re2 from Python?

2010-03-15 Thread Kev Dwyer
On Sun, 14 Mar 2010 14:40:34 -0700, _wolf wrote: There's a recent thread about this on the python-dev list, pointers? i searched but didn’t find anything. http://mail.python.org/pipermail/python-dev/2010-March/098354.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Is it possible to use re2 from Python?

2010-03-14 Thread Kev Dwyer
On Sun, 14 Mar 2010 08:57:36 -0700, _wolf wrote: how can i use re2 from Python? Hello Wolf, There's a recent thread about this on the python-dev list, Unfortunately it seems to suggest that there are no Python bindings at present. Cheers, Kev --

Re: Is it possible to use re2 from Python?

2010-03-14 Thread Vlastimil Brom
2010/3/14 _wolf wolfgang.l...@gmail.com: ... i would like to use re2 from Python (preferrably Python 3.1) and was excited to see files like make_unicode_groups.py in the distro (maybe just used during the build process?). those however were not deployed on my machine. ... If you would need a

Re: Is it possible to use re2 from Python?

2010-03-14 Thread _wolf
i am afraid that thread goes straight perpendicular to what re2 is supposed to be, or do. my suggestion for these folks would be to create a new, clean interface to stop the violence that comes with the Python ``re`` interface, and open the thing up so one can plug in ``re`` implementations as

Re: Is it possible to use re2 from Python?

2010-03-14 Thread _wolf
There's a recent thread about this on the python-dev list, pointers? i searched but didn’t find anything. -- http://mail.python.org/mailman/listinfo/python-list