LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
setup_utils.py
PyPcre.egg-info/PKG-INFO
PyPcre.egg-info/SOURCES.txt
PyPcre.egg-info/dependency_links.txt
PyPcre.egg-info/top_level.txt
pcre/__init__.py
pcre/cache.py
pcre/error.py
pcre/flags.py
pcre/pcre.py
pcre/re_compat.py
pcre/threads.py
pcre_ext/atomic_compat.h
pcre_ext/cache.c
pcre_ext/error.c
pcre_ext/flag.c
pcre_ext/jit_support.c
pcre_ext/memory.c
pcre_ext/pattern_cache.c
pcre_ext/pcre2.c
pcre_ext/pcre2.h
pcre_ext/pcre2_module.h
pcre_ext/string_helpers.c
pcre_ext/util.c
tests/test_accuracy.py
tests/test_api_parity.py
tests/test_basic.py
tests/test_bench_string.py
tests/test_benchmark.py
tests/test_bytes.py
tests/test_cache.py
tests/test_clobber.py
tests/test_clobber_thread.py
tests/test_core.py
tests/test_errors.py
tests/test_flags.py
tests/test_jit.py
tests/test_memory.py
tests/test_module.py
tests/test_pattern.py
tests/test_setup_utils_multiarch.py
tests/test_simd.py
tests/test_threaded_backend.py
tests/test_transformers_regex.py
tests/test_utf8.py
tests/test_version.py