LICENSE
README.md
pyproject.toml
fuzzy_address_matcher/__init__.py
fuzzy_address_matcher/addressbase_api_funcs.py
fuzzy_address_matcher/auth.py
fuzzy_address_matcher/aws_functions.py
fuzzy_address_matcher/config.py
fuzzy_address_matcher/constants.py
fuzzy_address_matcher/custom_csvlogger.py
fuzzy_address_matcher/fuzzy_match.py
fuzzy_address_matcher/gradio_app.py
fuzzy_address_matcher/helper_functions.py
fuzzy_address_matcher/matcher_funcs.py
fuzzy_address_matcher/model_predict.py
fuzzy_address_matcher/preparation.py
fuzzy_address_matcher/pytorch_models.py
fuzzy_address_matcher/recordlinkage_funcs.py
fuzzy_address_matcher/secure_path_utils.py
fuzzy_address_matcher/secure_regex_utils.py
fuzzy_address_matcher/standardise.py
fuzzy_address_matcher.egg-info/PKG-INFO
fuzzy_address_matcher.egg-info/SOURCES.txt
fuzzy_address_matcher.egg-info/dependency_links.txt
fuzzy_address_matcher.egg-info/entry_points.txt
fuzzy_address_matcher.egg-info/requires.txt
fuzzy_address_matcher.egg-info/top_level.txt
fuzzy_address_matcher/example_data/reference_addresses_london.csv
fuzzy_address_matcher/example_data/search_addresses_london.csv
test/test_app_entrypoints.py
test/test_data_fixtures.py
test/test_extract_street_name.py
test/test_fuzzy_address_match_fixtures.py
test/test_integration_match.py
test/test_postcode_blocker_regression.py
test/test_preparation_backend_parity.py
test/test_smoke_match.py
test/test_standardise_address_regression.py