Google-i18n-address

Latest version: v3.1.1

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

Scan your dependencies

Page 2 of 3

2.1.0

Previous releases had a bug that caused city name to be used when normalizing a city area name.

Validation rules now return a unique list of choices for `country_area_choices`, `city_choices` and `city_area_choices` where previous version would return a list of all existing translations resulting in duplicate values where spelling was identical.

For example the province list for Canada will now result in the following `country_area_choices`:

python
[('AB', 'Alberta'),
('BC', 'British Columbia'),
('BC', 'Colombie-Britannique'),
('MB', 'Manitoba'),
('NB', 'New Brunswick'),
('NB', 'Nouveau-Brunswick'),
('NL', 'Newfoundland and Labrador'),
('NL', 'Terre-Neuve-et-Labrador'),
('NT', 'Northwest Territories'),
('NT', 'Territoires du Nord-Ouest'),
('NS', 'Nouvelle-Écosse'),
('NS', 'Nova Scotia'),
('NU', 'Nunavut'),
('ON', 'Ontario'),
('PE', 'Prince Edward Island'),
('PE', 'Île-du-Prince-Édouard'),
('QC', 'Quebec'),
('QC', 'Québec'),
('SK', 'Saskatchewan'),
('YT', 'Yukon')]

2.0.0

- address normalization,
- address latinization

1.0.8

- Ignore case sensitive in postal codes,
- fix encoding issue in python 3.5,
- update validation data.

1.0.7

Coverage 100% :confetti_ball:

1.0.6

1.0.5

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.