Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitsuhiko/ponyguruma

Oniguruma for Python
https://github.com/mitsuhiko/ponyguruma

Last synced: 3 months ago
JSON representation

Oniguruma for Python

Awesome Lists containing this project

README

        

Ponyguruma
Oniguruma binding for Python

Ponyguruma was written for Python a few years back but it was
never uploaded to the Cheesehop. I now (2011) moved the project
to github so that people can pick up on it.

What is Oniguruma?
It's a regular expression engine that does a lot more than
regular expressions and is known for being the regexp engine
of choice for Ruby, TextMate and Sublime Text.

Why would I want to use it?
For testing Oniguruma style regular expressions :-)

Is it fast?
Not particularly, but that can be improved.

Who wrote it?
Armin Ronacher and Georg Brandl.