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
Check out this Python Package: https://github.com/SwoopSearch/pyaddress
It also allows flexibility if you know enough details about the addresses to be parsed.