I'm searching for something that lets me fuzzy match in Python 3.6 without using the following libraries/packages that have been discarted (not my project, so I cannot make a decision over it unless I find a solution to the problems these libraries have):
- tre library by laurikari (too many headaches during instalation and it has little to no documentation to help in that issue)
- re/regex options for fuzzy matching (takes too long to process)
- fuzzywuzzy (not tested officialy, making it not reliable for my project)
I've been searching for a solution but I seem to not find it so.... help?