1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Source: google-i18n-address
Priority: optional
Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends:
debhelper (>= 11~),
dh-python,
python3-all,
python3-mock <!nocheck>,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-requests <!nocheck>,
python3-setuptools,
Standards-Version: 4.2.1
Section: python
Homepage: https://github.com/mirumee/google-i18n-address
Rules-Requires-Root: no
Package: python3-google-i18n-address
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Provides:
${python3:Provides},
Breaks:
${python3:Breaks},
Description: Internationalization address metadata (python3 bindings)
This package contains a copy of Google’s i18n address metadata
repository that contains great data but comes with no uptime
guarantees.
.
Contents of this package will allow you to programmatically build
address forms that adhere to rules of a particular region or country,
validate local addresses and format them to produce a valid address
label for delivery.
|