smartystreets-python-sdk
An official library to help Python developers easily access the SmartyStreets APIs
What it is and what it does
This is the official Python SDK for SmartyStreets, a service that validates, verifies, and geocodes street addresses. It wraps the SmartyStreets REST APIs in a Python client library, handling authentication and request/response serialization so you don't have to build HTTP calls manually. The package depends only on requests, making it lightweight to install.
The SDK is designed for developers who need to integrate address validation or geocoding into Python applications. You provide your SmartyStreets credentials, instantiate a client, and call methods to validate or look up addresses. The library handles the API communication details, letting you focus on your application logic.
Use it for:
- Validate and standardize user-entered addresses in web forms or data imports before storing them.
- Geocode addresses to latitude/longitude coordinates for mapping or location-based services.
- Verify address deliverability during e-commerce checkout or shipping workflows.
- Deduplicate or clean address databases by normalizing entries through the SmartyStreets API.
- Build location intelligence features that require accurate, verified address data.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A client library for accessing SmartyStreets APIs from Python, providing address validation, verification, and geocoding services through a unified SDK interface.
Yes, if you need address validation or geocoding and already use or plan to subscribe to SmartyStreets. The SDK is actively maintained, has low install friction, carries a permissive license, and integrates cleanly with requests. If you don't have SmartyStreets credentials or need a different address service, this won't help.
Install
smartystreets-python-sdk on PyPI
pip
pip install smartystreets-python-sdkuv
uv add smartystreets-python-sdkpoetry
poetry add smartystreets-python-sdkInstalling smartystreets-python-sdk
Before you install
Low friction installation with a single runtime dependency (requests). Active maintenance with a recent release 37 days ago and ongoing repository activity.
License in practice
Apache 2.0 permissive license allows commercial and private use with minimal restrictions; you may use, modify, and distribute the package freely provided you include the license notice.
Quickstart
pip install smartystreets-python-sdk
import smartystreets_python_sdk
client = smartystreets_python_sdk.StaticCredentials('auth_id', 'auth_token')
# Use client to call SmartyStreets APIs
Requires valid SmartyStreets API credentials (auth_id and auth_token) to authenticate requests.
Verify before relying
- Exact Python version support beyond 3.10 minimum mentioned in description
- Whether all SmartyStreets API endpoints are covered by this SDK version
- Rate limiting or quota handling behavior for API calls
Package facts
| License | Apache 2 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — requests |
| Maintenance | actively maintained — 37 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 463,801/month — #6,518 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: smartystreets_python_sdk-7.2.0-py3-none-any.whl
Keywords: smartystreets, smarty, address, validation, verification, street, sdk, library, geocode
Tags
More WWW/HTTP packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
h11h11 is a pure-Python HTTP/1.1 protocol…
permissive · top 100 on PyPI
httpxHTTPX is a fully featured HTTP client library…
permissive · top 100 on PyPI
httpcoreA minimal low-level HTTP client library that…
permissive · top 100 on PyPI
aiohttpaiohttp is an async HTTP client and server…
permissive · top 100 on PyPI
azure-maps-searchProvides a Python client for Azure Maps Search…
permissive · top 15,000 on PyPI
googlemapsPython client library that wraps Google Maps…
permissive · top 5,000 on PyPI
geopygeopy is a Python client for geocoding and…
permissive · top 5,000 on PyPI
google-maps-addressvalidationPython client library for Google Maps Address…
permissive · top 15,000 on PyPI
placekeyConverts between Placekeys (location…
permissive · top 15,000 on PyPI
censusgeocodeWraps the US Census Geocoder API to convert…
copyleft · top 15,000 on PyPI
pyap2Pyap2 detects and parses postal addresses from…
permissive · top 15,000 on PyPI
geocoderGeocoder provides a unified Python interface to…
permissive · top 5,000 on PyPI
postalPython bindings to libpostal, a C library for…
permissive · top 15,000 on PyPI