country_utils.py 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. SNAILMAIL_COUNTRIES = {
  2. "AC": "Ascension",
  3. "AD": "Andorra",
  4. "AE": "United Arab Emirates",
  5. "AF": "Afghanistan",
  6. "AG": "Antigua and Barbuda",
  7. "AI": "Anguilla",
  8. "AL": "Albania",
  9. "AM": "Armenia",
  10. "AN": "Netherlands Antilles",
  11. "AO": "Angola",
  12. "AQ": "Antarctica",
  13. "AR": "Argentina",
  14. "AS": "American Samoa",
  15. "AT": "Austria",
  16. "AU": "Australia",
  17. "AW": "Aruba",
  18. "AX": "Aland Islands",
  19. "AZ": "Azerbaijan",
  20. "BA": "Bosnia and Herzegovina",
  21. "BB": "Barbados",
  22. "BD": "Bangladesh",
  23. "BE": "Belgium",
  24. "BF": "Burkina Faso",
  25. "BG": "Bulgaria",
  26. "BH": "Bahrain",
  27. "BI": "Burundi",
  28. "BJ": "Benin",
  29. "BL": "Saint Barth\u00e9lemy",
  30. "BM": "Bermuda",
  31. "BN": "Brunei",
  32. "BO": "Bolivia",
  33. "BQ": "Bonaire Sint Eustatius and Saba",
  34. "BR": "Brazil",
  35. "BS": "Bahamas",
  36. "BT": "Bhutan",
  37. "BV": "Bouvet Island",
  38. "BW": "Botswana",
  39. "BY": "Belarus",
  40. "BZ": "Belize",
  41. "CA": "Canada",
  42. "CC": "Cocos (Keeling) Islands",
  43. "CD": "Congo Democratic Republic",
  44. "CF": "Central African Republic",
  45. "CG": "Congo Republic",
  46. "CH": "Switzerland",
  47. "CI": "C\u00f4te d'Ivoire",
  48. "CK": "Cook Islands",
  49. "CL": "Chile",
  50. "CM": "Cameroon",
  51. "CN": "China",
  52. "CO": "Colombia",
  53. "CR": "Costa Rica",
  54. "CU": "Cuba",
  55. "CV": "Cape Verde",
  56. "CW": "Curacao",
  57. "CX": "Christmas Island",
  58. "CY": "Cyprus",
  59. "CZ": "Czech Republic",
  60. "DE": "Germany",
  61. "DG": "Diego Garcia",
  62. "DJ": "Djibouti",
  63. "DK": "Denmark",
  64. "DM": "Dominica",
  65. "DO": "Dominican Republic",
  66. "DZ": "Algeria",
  67. "EC": "Ecuador",
  68. "EE": "Estonia",
  69. "EG": "Egypt",
  70. "EH": "Western Sahara",
  71. "ER": "Eritrea",
  72. "ES": "Spain",
  73. "ET": "Ethiopia",
  74. "FI": "Finland",
  75. "FJ": "Fiji",
  76. "FK": "Falkland Islands",
  77. "FM": "Micronesia",
  78. "FO": "Faroe Islands",
  79. "FR": "France",
  80. "GA": "Gabon",
  81. "GB": "Great Britain",
  82. "GD": "Grenada",
  83. "GE": "Georgia",
  84. "GF": "French Guiana",
  85. "GG": "Guernsey",
  86. "GH": "Ghana",
  87. "GI": "Gibraltar",
  88. "GL": "Greenland",
  89. "GM": "Gambia",
  90. "GN": "Guinea Republic",
  91. "GP": "Guadeloupe",
  92. "GQ": "Equatorial Guinea",
  93. "GR": "Greece",
  94. "GS": "South Georgia and Sandwich",
  95. "GT": "Guatemala",
  96. "GU": "Guam",
  97. "GW": "Guinea-Bissau",
  98. "GY": "Guyana",
  99. "HK": "Hong Kong",
  100. "HM": "Heard Island And Mcdonald Islands",
  101. "HN": "Honduras",
  102. "HR": "Croatia",
  103. "HT": "Haiti",
  104. "HU": "Hungary",
  105. "IC": "Canary Islands",
  106. "ID": "Indonesia",
  107. "IE": "Ireland",
  108. "IL": "Israel",
  109. "IM": "Isle of Man",
  110. "IN": "India",
  111. "IO": "British Indian Ocean Territory",
  112. "IQ": "Iraq",
  113. "IR": "Iran",
  114. "IS": "Iceland",
  115. "IT": "Italy",
  116. "JE": "Jersey",
  117. "JM": "Jamaica",
  118. "JO": "Jordan",
  119. "JP": "Japan",
  120. "KE": "Kenya",
  121. "KG": "Kyrgyzstan",
  122. "KH": "Cambodia",
  123. "KI": "Kiribati",
  124. "KM": "Comoros",
  125. "KN": "Saint Kitts and Nevis",
  126. "KP": "Korea Dem. Peo. Rep.",
  127. "KR": "Korea (South Korea) Republic",
  128. "KW": "Kuwait",
  129. "KY": "Cayman Islands",
  130. "KZ": "Kazakstan",
  131. "LA": "Laos People's Democratic Republic",
  132. "LB": "Lebanon",
  133. "LC": "Saint Lucia",
  134. "LI": "Liechtenstein",
  135. "LK": "Sri Lanka",
  136. "LR": "Liberia",
  137. "LS": "Lesotho",
  138. "LT": "Lithuania",
  139. "LU": "Luxembourg",
  140. "LV": "Latvia",
  141. "LY": "Libyan",
  142. "MA": "Morocco",
  143. "MC": "Monaco",
  144. "MD": "Moldova",
  145. "ME": "Montenegro",
  146. "MF": "Saint Martin",
  147. "MG": "Madagascar",
  148. "MH": "Marshall Islands",
  149. "MK": "Macedonia",
  150. "ML": "Mali",
  151. "MM": "Myanmar",
  152. "MN": "Mongolia",
  153. "MO": "Macao",
  154. "MP": "Mariana Islands",
  155. "MQ": "Martinique",
  156. "MR": "Mauritania",
  157. "MS": "Montserrat",
  158. "MT": "Malta",
  159. "MU": "Mauritius",
  160. "MV": "Maldives",
  161. "MW": "Malawi",
  162. "MX": "Mexico",
  163. "MY": "Malaysia",
  164. "MZ": "Mozambique",
  165. "NA": "Namibia",
  166. "NC": "New Caledonia",
  167. "NE": "Niger",
  168. "NF": "Norfolk Island",
  169. "NG": "Nigeria",
  170. "NI": "Nicaragua",
  171. "NL": "Netherlands",
  172. "NO": "Norway",
  173. "NP": "Nepal",
  174. "NR": "Nauru",
  175. "NU": "Niue",
  176. "NZ": "New Zealand",
  177. "OM": "Oman",
  178. "PA": "Panama",
  179. "PE": "Peru",
  180. "PF": "French Polynesia",
  181. "PG": "Papua New Guinea",
  182. "PH": "Philippines",
  183. "PK": "Pakistan",
  184. "PL": "Poland",
  185. "PM": "Saint Pierre and Miquelon",
  186. "PN": "Pitcairn Island",
  187. "PR": "Puerto Rico",
  188. "PS": "Palestine",
  189. "PT": "Portugal",
  190. "PW": "Palau",
  191. "PY": "Paraguay",
  192. "QA": "Qatar",
  193. "RE": "R\u00e9union",
  194. "RO": "Romania",
  195. "RS": "Serbia",
  196. "RU": "Russian Federation",
  197. "RW": "Rwanda",
  198. "SA": "Saudi Arabia",
  199. "SB": "Solomon Islands",
  200. "SC": "Seychelles",
  201. "SD": "Sudan",
  202. "SE": "Sweden",
  203. "SG": "Singapore",
  204. "SH": "Ascension StHelena & Tristan",
  205. "SI": "Slovenia",
  206. "SJ": "Svalbard and Jan Mayen",
  207. "SK": "Slovakia",
  208. "SL": "Sierra Leone",
  209. "SM": "San Marino",
  210. "SN": "Senegal",
  211. "SO": "Somalia",
  212. "SR": "Suriname",
  213. "SS": "South Sudan",
  214. "ST": "Sao Tome and Principe",
  215. "SV": "El Salvardor",
  216. "SX": "Sint Maarten",
  217. "SY": "Syria",
  218. "SZ": "Eswatini",
  219. "TA": "Tristan da Cunha",
  220. "TC": "Turks and Caicos",
  221. "TD": "Chad",
  222. "TF": "French Southern Territories",
  223. "TG": "Togo",
  224. "TH": "Thailand",
  225. "TJ": "Tajikistan",
  226. "TK": "Tokelau Islands",
  227. "TL": "Timor-Leste",
  228. "TM": "Turkmenistan",
  229. "TN": "Tunisia",
  230. "TO": "Tonga",
  231. "TR": "Turkey",
  232. "TT": "Trinidad and Tobago",
  233. "TV": "Tuvalu",
  234. "TW": "China Taiwan",
  235. "TZ": "Tanzania",
  236. "UA": "Ukraine",
  237. "UG": "Uganda",
  238. "US": "United States of America",
  239. "UY": "Uruguay",
  240. "UZ": "Uzbekistan",
  241. "VA": "Vatican City State",
  242. "VC": "St. Vincent and Grenadines",
  243. "VE": "Venezuela",
  244. "VG": "Virgin Islands british",
  245. "VI": "Virgin Islands",
  246. "VN": "Vietnam",
  247. "VU": "Vanuatu",
  248. "WF": "Wallis and Futuna Islands",
  249. "WS": "Western Samoa",
  250. "XZ": "Kosovo",
  251. "YE": "Yemen",
  252. "YT": "Mayotte",
  253. "ZA": "South Africa",
  254. "ZM": "Zambia",
  255. "ZW": "Zimbabwe"
  256. }