LICENSE
README.md
pyproject.toml
geothai/__init__.py
geothai.egg-info/PKG-INFO
geothai.egg-info/SOURCES.txt
geothai.egg-info/dependency_links.txt
geothai.egg-info/top_level.txt
geothai/data/__init__.py
geothai/services/__init__.py
geothai/services/district_service.py
geothai/services/postal_code_service.py
geothai/services/province_service.py
geothai/services/subdistrict_service.py
geothai/types/__init__.py
geothai/types/district_type.py
geothai/types/metadata_type.py
geothai/types/postal_code_type.py
geothai/types/province_type.py
geothai/types/subdistrict_type.py
geothai/utils/__init__.py
geothai/utils/criteria_matcher.py
tests/test_district_service.py
tests/test_metadata.py
tests/test_postal_code_service.py
tests/test_province_service.py
tests/test_subdistrict_service.py