LICENSE
README.md
pyproject.toml
src/country_resolver/__init__.py
src/country_resolver.egg-info/PKG-INFO
src/country_resolver.egg-info/SOURCES.txt
src/country_resolver.egg-info/dependency_links.txt
src/country_resolver.egg-info/requires.txt
src/country_resolver.egg-info/top_level.txt
src/country_resolver/bio/__init__.py
src/country_resolver/bio/context.py
src/country_resolver/bio/enums.py
src/country_resolver/bio/extractors.py
src/country_resolver/bio/main.py
src/country_resolver/bio/parser.py
src/country_resolver/bio/patterns.py
src/country_resolver/bio/resolver.py
src/country_resolver/bio/result.py
src/country_resolver/bio/scoring.py
src/country_resolver/bio/tests/__init__.py
src/country_resolver/bio/tests/conftest.py
src/country_resolver/bio/tests/test_context.py
src/country_resolver/bio/tests/test_country_resolution.py
src/country_resolver/bio/tests/test_resolver.py
src/country_resolver/bio/tests/test_scoring.py
src/country_resolver/location/__init__.py
src/country_resolver/location/blacklist.py
src/country_resolver/location/constants.py
src/country_resolver/location/emoji.py
src/country_resolver/location/geocoder.py
src/country_resolver/location/lookup.py
src/country_resolver/location/main.py
src/country_resolver/location/match.py
src/country_resolver/location/normalize.py
src/country_resolver/location/resolver.py
src/country_resolver/location/tests/__init__.py
src/country_resolver/location/tests/conftest.py
src/country_resolver/location/tests/test_blacklist.py
src/country_resolver/location/tests/test_emoji.py
src/country_resolver/location/tests/test_geocoder.py
src/country_resolver/location/tests/test_lookup.py
src/country_resolver/location/tests/test_normalize.py
src/country_resolver/location/tests/test_real_world_locations.py
src/country_resolver/location/tests/test_resolver.py