Install & Compatibility
Where this runs
tested against v2.0.1 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 21MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 2.1s · import 0.000s · 21MB
19MB installed
● package 19MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
GeocodioClient
✓ from geocodio import GeocodioClient
✗ from pygeocodio.client import GeocodioClient
Address
✓ from geocodio import Address
Location
✓ from geocodio import Location
Initialize client with API key and geocode an address.
from pygeocodio.client import GeocodioClient
client = GeocodioClient(api_key='your_api_key_here')
# Geocode a single address
result = client.geocode('42370 Bob Hope Dr, Rancho Mirage, CA 92270')
print(result)
Upgrade
Version history
2.0.1latest on PyPI · released Jun 18, 2025
Audit
Dependencies
requestsrequiredHTTP client for API calls