/python-pcre

Perl Compatible Regular Expressions (PCRE) for Python

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

PCRE ( Perl Compatible Regular Expressions) for Python

PCRE interface implemented using ctypes library.

Why?

I created this project to learn ctypes, and decided to revive it and make it work with python3

TODO

  • More tests
  • Code improvements
  • Fully documented API
  • Benchmarks