smartystreets2

An API for smartystreets


Keywords
api, address
License
Other
Install
pip install smartystreets2==0.4

Documentation

Unofficial python API for smartystreets.com API.

Usage

l = lookup.Lookup('', ''); data = l.lookup(street='123 Main Street', street2='apt 1', city='anytown', state='ny', zip_code='12345', candidates=10)