Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 292 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 292 Bytes

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