We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For the address 1001 G Street NW #400-E I would expect something like:
1001 G Street NW #400-E
{'house': '1001', 'street_name': 'G NW', 'suite_num': '400E', 'street_full': 'G Street NW', 'street_type': 'Street', 'suite_type': '#', 'other': None}
but instead, I get
{'house': '1001', 'street_name': 'G', 'suite_num': None, 'street_full': 'G Street', 'street_type': 'Street', 'suite_type': None, 'other': 'NW #400-E'}
The USPS address lookup standardized it to 1001 G ST NW STE 400E
1001 G ST NW STE 400E
The text was updated successfully, but these errors were encountered:
Good catch. Do you want to make a pull request for the change?
Sorry, something went wrong.
Alas, I ended up not using this library and I don't have the time to jump in.
No branches or pull requests
For the address
1001 G Street NW #400-E
I would expect something like:but instead, I get
The USPS address lookup standardized it to
1001 G ST NW STE 400E
The text was updated successfully, but these errors were encountered: