gitextract_u24c0qav/ ├── .editorconfig ├── .gitignore ├── .travis.yml ├── CHANGES.rst ├── LICENSE.txt ├── MANIFEST.in ├── README.md ├── benchmarks.py ├── data/ │ └── titledata.csv ├── fuzzywuzzy/ │ ├── StringMatcher.py │ ├── __init__.py │ ├── fuzz.py │ ├── process.py │ ├── string_processing.py │ └── utils.py ├── release ├── setup.cfg ├── setup.py ├── test_fuzzywuzzy.py ├── test_fuzzywuzzy_hypothesis.py ├── test_fuzzywuzzy_pytest.py └── tox.ini