Addresser

Latest version: v1.2.0

Safety actively analyzes 613460 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.2.0

This release adds support for addresses with a city, but no state.

1.1.1

Correctly parse multi-word street names when no city is present. Before this change, only the first word of the street name would be included in the parsed result:


>>> parse_location('123 LOS BANOS')
{'number': '123', 'street': 'LOS'}


As of this version, this example will parse as expected:


parse_location('123 LOS BANOS')
{'number': '123', 'street': 'LOS BANOS'}


As will a solitary street name:


parse_location('LOS BANOS')
{'street': 'LOS BANOS'}

1.1.0

This release adds support for parsing intersections that don't have a city component. E.g., `Mission and Valencia Sts.`.

1.0.1

This release contains no code changes, but provides a "long description" for display in PyPI.

1.0.0

This is an initial port of the npm package, `parse-address`.

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.