LICENSE
MANIFEST.in
README.md
VERSION
setup.py
extern/variant/LICENSE.md
extern/variant/variant.hpp
src/py_fuzz.cpp
src/py_levenshtein.cpp
src/py_utils.cpp
src/py_utils.hpp
src/rapidfuzz/__init__.py
src/rapidfuzz/process.py
src/rapidfuzz-cpp/LICENSE
src/rapidfuzz-cpp/extern/boost/callable_traits.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/add_member_const.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/add_member_cv.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/add_member_lvalue_reference.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/add_member_rvalue_reference.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/add_member_volatile.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/add_noexcept.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/add_transaction_safe.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/add_varargs.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/apply_member_pointer.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/apply_return.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/args.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/class_of.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/function_type.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/has_member_qualifiers.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/has_varargs.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/has_void_return.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/is_const_member.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/is_cv_member.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/is_invocable.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/is_lvalue_reference_member.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/is_noexcept.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/is_reference_member.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/is_rvalue_reference_member.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/is_transaction_safe.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/is_volatile_member.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/qualified_class_of.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/remove_member_const.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/remove_member_cv.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/remove_member_reference.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/remove_member_volatile.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/remove_noexcept.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/remove_transaction_safe.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/remove_varargs.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/return_type.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/config.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/core.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/default_callable_traits.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/forward_declarations.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/function.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/function_object.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/is_invocable_impl.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/parameter_index_helper.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/pmd.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/pmf.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/qualifier_flags.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/set_function_qualifiers.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/sfinae_errors.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/traits.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/utility.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/polyfills/disjunction.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/polyfills/make_index_sequence.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/function.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/function_2.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/function_3.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/function_ptr.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/function_ptr_2.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/function_ptr_3.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/function_ptr_varargs.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/function_ptr_varargs_2.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/function_ptr_varargs_3.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/pmf.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/pmf_2.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/pmf_3.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/pmf_4.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/pmf_varargs.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/pmf_varargs_2.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/pmf_varargs_3.hpp
src/rapidfuzz-cpp/extern/boost/callable_traits/detail/unguarded/pmf_varargs_4.hpp
src/rapidfuzz-cpp/extern/difflib/difflib.h
src/rapidfuzz-cpp/extern/nonstd/LICENSE.txt
src/rapidfuzz-cpp/extern/nonstd/string_view.hpp
src/rapidfuzz-cpp/src/fuzz.hpp
src/rapidfuzz-cpp/src/fuzz.txx
src/rapidfuzz-cpp/src/levenshtein.hpp
src/rapidfuzz-cpp/src/levenshtein.txx
src/rapidfuzz-cpp/src/type_traits.hpp
src/rapidfuzz-cpp/src/types.hpp
src/rapidfuzz-cpp/src/utils.hpp
src/rapidfuzz-cpp/src/utils.txx
src/rapidfuzz.egg-info/PKG-INFO
src/rapidfuzz.egg-info/SOURCES.txt
src/rapidfuzz.egg-info/dependency_links.txt
src/rapidfuzz.egg-info/not-zip-safe
src/rapidfuzz.egg-info/top_level.txt