Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mitsuhiko/ponyguruma
Oniguruma for Python
https://github.com/mitsuhiko/ponyguruma
Last synced: 3 months ago
JSON representation
Oniguruma for Python
- Host: GitHub
- URL: https://github.com/mitsuhiko/ponyguruma
- Owner: mitsuhiko
- Created: 2011-10-07T16:30:41.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-08T17:49:22.000Z (over 13 years ago)
- Last Synced: 2024-05-08T21:52:56.968Z (8 months ago)
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 34
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Ponyguruma
Oniguruma binding for PythonPonyguruma 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.