ivrc2country
v1.0.0
独立车牌国家代码转换器。根据国际车辆注册代码(即德国的“D”),它将返回 3 字母 ISO3166-1 alpha-3 代码形式的“DEU”。
您可能想要使用 ISO166 Python 库来获取国家/地区的名称或数字代码。
$ pip install ivrc2country
>>> import ivrc2country >>> ivrc2country.ivrcodes.get('D') IVRCode(ivrc='D', iso3166='DEU') >>> ivrc2country.ivrc_by_iso3166.get('DEU') IVRCode(ivrc='D', iso3166='DEU')
>>> import ivrc2country >>> import iso3166 >>> r = ivrc2country.ivrcodes.get('D') >>> iso3166.countries_by_alpha3.get(r.iso3166) Country(name='Germany', alpha2='DE', alpha3='DEU', numeric='276', apolitical_name='Germany')
Länderkennzeichen nach ISO3166-1 Ländercode Konverter
汽车工业园
车牌国家/地区转换器
国际交通车辆上使用的区分标志