calibre/src/regex
2014-09-20 08:39:13 +05:30
..
__init__.py Update regex module from upstream 2014-09-20 08:39:13 +05:30
_regex.c Update regex module from upstream 2014-09-20 08:39:13 +05:30
_regex.h Update regex module from upstream 2014-09-20 08:39:13 +05:30
_regex_core.py Update regex module from upstream 2014-09-20 08:39:13 +05:30
_regex_unicode.c Update regex module from upstream 2014-09-20 08:39:13 +05:30
_regex_unicode.h Update regex module from upstream 2014-09-20 08:39:13 +05:30
README

This regex engine is taken, with thanks, from: https://code.google.com/p/mrab-regex-hg/

It is licensed under the Python Software Foundation License

Author: Matthew Barnett