teritorio 2021.10.22__py3-none-any.whl → 2024.7.17__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- teritorio/__init__.py +1 -1
- teritorio/_data/country.json +10 -10
- teritorio/_data/currency.json +189 -542
- teritorio/main.py +34 -31
- teritorio/main.pyi +476 -0
- teritorio-2024.7.17.dist-info/METADATA +59 -0
- teritorio-2024.7.17.dist-info/RECORD +9 -0
- {teritorio-2021.10.22.dist-info → teritorio-2024.7.17.dist-info}/WHEEL +1 -1
- CHANGELOG.md +0 -37
- teritorio-2021.10.22.dist-info/LICENSE.txt +0 -165
- teritorio-2021.10.22.dist-info/METADATA +0 -87
- teritorio-2021.10.22.dist-info/RECORD +0 -10
teritorio/__init__.py
CHANGED
teritorio/_data/country.json
CHANGED
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"alpha_2_code": "CC",
|
|
284
284
|
"alpha_3_code": "CCK",
|
|
285
285
|
"english_name": "Cocos (Keeling) Islands (the)",
|
|
286
|
-
"french_name": "Cocos (les\
|
|
286
|
+
"french_name": "Cocos (les \u00celes)/ Keeling (les \u00celes)",
|
|
287
287
|
"numeric_code": 166
|
|
288
288
|
},
|
|
289
289
|
"CHE": {
|
|
@@ -395,7 +395,7 @@
|
|
|
395
395
|
"alpha_2_code": "KY",
|
|
396
396
|
"alpha_3_code": "CYM",
|
|
397
397
|
"english_name": "Cayman Islands (the)",
|
|
398
|
-
"french_name": "Ca\u00efmans (les\
|
|
398
|
+
"french_name": "Ca\u00efmans (les \u00celes)",
|
|
399
399
|
"numeric_code": 136
|
|
400
400
|
},
|
|
401
401
|
"CYP": {
|
|
@@ -444,7 +444,7 @@
|
|
|
444
444
|
"alpha_2_code": "DO",
|
|
445
445
|
"alpha_3_code": "DOM",
|
|
446
446
|
"english_name": "Dominican Republic (the)",
|
|
447
|
-
"french_name": "dominicaine (la\
|
|
447
|
+
"french_name": "dominicaine (la R\u00e9publique)",
|
|
448
448
|
"numeric_code": 214
|
|
449
449
|
},
|
|
450
450
|
"DZA": {
|
|
@@ -654,7 +654,7 @@
|
|
|
654
654
|
"alpha_2_code": "GF",
|
|
655
655
|
"alpha_3_code": "GUF",
|
|
656
656
|
"english_name": "French Guiana",
|
|
657
|
-
"french_name": "Guyane fran\u00e7aise (la
|
|
657
|
+
"french_name": "Guyane fran\u00e7aise (la )",
|
|
658
658
|
"numeric_code": 254
|
|
659
659
|
},
|
|
660
660
|
"GUM": {
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
"alpha_2_code": "IO",
|
|
739
739
|
"alpha_3_code": "IOT",
|
|
740
740
|
"english_name": "British Indian Ocean Territory (the)",
|
|
741
|
-
"french_name": "Indien (le
|
|
741
|
+
"french_name": "Indien (le Territoire britannique de l'oc\u00e9an)",
|
|
742
742
|
"numeric_code": 86
|
|
743
743
|
},
|
|
744
744
|
"IRL": {
|
|
@@ -1164,8 +1164,8 @@
|
|
|
1164
1164
|
"NLD": {
|
|
1165
1165
|
"alpha_2_code": "NL",
|
|
1166
1166
|
"alpha_3_code": "NLD",
|
|
1167
|
-
"english_name": "Netherlands (the)",
|
|
1168
|
-
"french_name": "Pays-Bas (
|
|
1167
|
+
"english_name": "Netherlands (Kingdom of the)",
|
|
1168
|
+
"french_name": "Pays-Bas (Royaume des)",
|
|
1169
1169
|
"numeric_code": 528
|
|
1170
1170
|
},
|
|
1171
1171
|
"NOR": {
|
|
@@ -1270,7 +1270,7 @@
|
|
|
1270
1270
|
"alpha_2_code": "KP",
|
|
1271
1271
|
"alpha_3_code": "PRK",
|
|
1272
1272
|
"english_name": "Korea (the Democratic People's Republic of)",
|
|
1273
|
-
"french_name": "Cor\u00e9e (la\
|
|
1273
|
+
"french_name": "Cor\u00e9e (la R\u00e9publique populaire d\u00e9mocratique de)",
|
|
1274
1274
|
"numeric_code": 408
|
|
1275
1275
|
},
|
|
1276
1276
|
"PRT": {
|
|
@@ -1584,8 +1584,8 @@
|
|
|
1584
1584
|
"TUR": {
|
|
1585
1585
|
"alpha_2_code": "TR",
|
|
1586
1586
|
"alpha_3_code": "TUR",
|
|
1587
|
-
"english_name": "
|
|
1588
|
-
"french_name": "
|
|
1587
|
+
"english_name": "T\u00fcrkiye",
|
|
1588
|
+
"french_name": "T\u00fcrkiye (la)",
|
|
1589
1589
|
"numeric_code": 792
|
|
1590
1590
|
},
|
|
1591
1591
|
"TUV": {
|