Wrapping a C library with Cython - custom tool for searching for a string pattern in all files of directory tree.
Search function written in C for performance, directory navigation written in python for ease of use and modularity.
cython: pip install cython
GNU compiler collection
python 3.7
makefiles included for convenience
cd lib
make
cd ..
make
python3 main.py
enter file path to desired directory and query string when prompted