I have a list of US addresses I need to break into city,state, zip code,state etc.
example address : \"16100 Sand Canyon Avenue, Suite 380 Irvine, CA 92618\"
Do
Pyparsing has a bunch of functionality for parsing street addresses, check out an example for this here: http://pyparsing.wikispaces.com/file/view/streetAddressParser.py
Pyparsing