hdx-python-country 3.5.5__tar.gz → 3.5.6__tar.gz
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.
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/PKG-INFO +2 -2
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/pyproject.toml +1 -1
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/requirements.txt +24 -30
- hdx_python_country-3.5.6/src/hdx/location/_version.py +6 -0
- hdx_python_country-3.5.5/src/hdx/location/_version.py +0 -4
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/.config/black.toml +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/.config/coveragerc +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/.config/pre-commit-config.yaml +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/.config/pytest.ini +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/.config/ruff.toml +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/.github/workflows/publish.yaml +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/.github/workflows/run-python-tests.yaml +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/.gitignore +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/CONTRIBUTING.md +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/LICENSE +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/README.md +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/documentation/.readthedocs.yaml +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/documentation/main.md +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/documentation/pydoc-markdown.yaml +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/src/hdx/location/Countries & Territories Taxonomy MVP - C&T Taxonomy with HXL Tags.csv +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/src/hdx/location/__init__.py +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/src/hdx/location/adminlevel.py +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/src/hdx/location/country.py +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/src/hdx/location/currency.py +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/src/hdx/location/names.py +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/src/hdx/location/phonetics.py +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/fixtures/adminlevel.yaml +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/fixtures/global_pcodes_adm_1_2.csv +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/fixtures/secondary_historic_rates.csv +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/fixtures/secondary_rates.json +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/hdx/location/Countries_UZB_Deleted.csv +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/hdx/location/__init__.py +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/hdx/location/test_adminlevel.py +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/hdx/location/test_country.py +0 -0
- {hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/hdx/location/test_currency.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: hdx-python-country
|
|
3
|
-
Version: 3.5.
|
|
3
|
+
Version: 3.5.6
|
|
4
4
|
Summary: HDX Python country code and exchange rate (fx) utilities
|
|
5
5
|
Project-URL: Homepage, https://github.com/OCHA-DAP/hdx-python-country
|
|
6
6
|
Author-email: Michael Rans <rans@email.com>
|
|
@@ -26,7 +26,7 @@ Classifier: Programming Language :: Python :: 3.12
|
|
|
26
26
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
27
|
Requires-Python: >=3.8
|
|
28
28
|
Requires-Dist: hdx-python-utilities>=3.6.2
|
|
29
|
-
Requires-Dist: libhxl
|
|
29
|
+
Requires-Dist: libhxl>=5.0.3
|
|
30
30
|
Requires-Dist: pyphonetics
|
|
31
31
|
Provides-Extra: dev
|
|
32
32
|
Requires-Dist: pre-commit; extra == 'dev'
|
|
@@ -13,35 +13,31 @@ attrs==23.1.0
|
|
|
13
13
|
# jsonschema
|
|
14
14
|
certifi==2023.7.22
|
|
15
15
|
# via requests
|
|
16
|
-
cfgv==3.
|
|
16
|
+
cfgv==3.4.0
|
|
17
17
|
# via pre-commit
|
|
18
18
|
chardet==5.2.0
|
|
19
19
|
# via frictionless
|
|
20
20
|
charset-normalizer==3.2.0
|
|
21
21
|
# via requests
|
|
22
|
-
click==8.1.
|
|
22
|
+
click==8.1.7
|
|
23
23
|
# via typer
|
|
24
24
|
colorama==0.4.6
|
|
25
25
|
# via typer
|
|
26
|
-
coverage[toml]==7.
|
|
26
|
+
coverage[toml]==7.3.1
|
|
27
27
|
# via pytest-cov
|
|
28
|
-
decorator==5.1.1
|
|
29
|
-
# via
|
|
30
|
-
# jsonpath-ng
|
|
31
|
-
# validators
|
|
32
28
|
distlib==0.3.7
|
|
33
29
|
# via virtualenv
|
|
34
30
|
et-xmlfile==1.1.0
|
|
35
31
|
# via openpyxl
|
|
36
|
-
filelock==3.12.
|
|
32
|
+
filelock==3.12.4
|
|
37
33
|
# via virtualenv
|
|
38
34
|
frictionless==5.15.10
|
|
39
35
|
# via hdx-python-utilities
|
|
40
36
|
hdx-python-utilities==3.6.2
|
|
41
37
|
# via hdx-python-country (pyproject.toml)
|
|
42
|
-
humanize==4.
|
|
38
|
+
humanize==4.8.0
|
|
43
39
|
# via frictionless
|
|
44
|
-
identify==2.5.
|
|
40
|
+
identify==2.5.29
|
|
45
41
|
# via pre-commit
|
|
46
42
|
idna==3.4
|
|
47
43
|
# via requests
|
|
@@ -53,17 +49,17 @@ isodate==0.6.1
|
|
|
53
49
|
# via frictionless
|
|
54
50
|
jinja2==3.1.2
|
|
55
51
|
# via frictionless
|
|
56
|
-
jsonlines==
|
|
52
|
+
jsonlines==4.0.0
|
|
57
53
|
# via hdx-python-utilities
|
|
58
|
-
jsonpath-ng==1.
|
|
54
|
+
jsonpath-ng==1.6.0
|
|
59
55
|
# via libhxl
|
|
60
56
|
jsonschema==4.17.3
|
|
61
57
|
# via
|
|
62
58
|
# frictionless
|
|
63
59
|
# tableschema-to-template
|
|
64
|
-
libhxl==5.0.
|
|
60
|
+
libhxl==5.0.3
|
|
65
61
|
# via hdx-python-country (pyproject.toml)
|
|
66
|
-
loguru==0.7.
|
|
62
|
+
loguru==0.7.2
|
|
67
63
|
# via hdx-python-utilities
|
|
68
64
|
markdown-it-py==3.0.0
|
|
69
65
|
# via rich
|
|
@@ -79,21 +75,21 @@ openpyxl==3.1.2
|
|
|
79
75
|
# via hdx-python-utilities
|
|
80
76
|
packaging==23.1
|
|
81
77
|
# via pytest
|
|
82
|
-
petl==1.7.
|
|
78
|
+
petl==1.7.14
|
|
83
79
|
# via frictionless
|
|
84
80
|
platformdirs==3.10.0
|
|
85
81
|
# via virtualenv
|
|
86
|
-
pluggy==1.
|
|
82
|
+
pluggy==1.3.0
|
|
87
83
|
# via pytest
|
|
88
84
|
ply==3.11
|
|
89
85
|
# via
|
|
90
86
|
# jsonpath-ng
|
|
91
87
|
# libhxl
|
|
92
|
-
pre-commit==3.
|
|
88
|
+
pre-commit==3.4.0
|
|
93
89
|
# via hdx-python-country (pyproject.toml)
|
|
94
|
-
pydantic==2.
|
|
90
|
+
pydantic==2.3.0
|
|
95
91
|
# via frictionless
|
|
96
|
-
pydantic-core==2.
|
|
92
|
+
pydantic-core==2.6.3
|
|
97
93
|
# via pydantic
|
|
98
94
|
pygments==2.16.1
|
|
99
95
|
# via rich
|
|
@@ -101,10 +97,9 @@ pyphonetics==0.5.3
|
|
|
101
97
|
# via hdx-python-country (pyproject.toml)
|
|
102
98
|
pyrsistent==0.19.3
|
|
103
99
|
# via jsonschema
|
|
104
|
-
pytest==7.4.
|
|
100
|
+
pytest==7.4.2
|
|
105
101
|
# via
|
|
106
102
|
# hdx-python-country (pyproject.toml)
|
|
107
|
-
# libhxl
|
|
108
103
|
# pytest-cov
|
|
109
104
|
pytest-cov==4.1.0
|
|
110
105
|
# via hdx-python-country (pyproject.toml)
|
|
@@ -133,20 +128,19 @@ requests-file==1.5.1
|
|
|
133
128
|
# via hdx-python-utilities
|
|
134
129
|
rfc3986==2.0.0
|
|
135
130
|
# via frictionless
|
|
136
|
-
rich==13.5.
|
|
131
|
+
rich==13.5.3
|
|
137
132
|
# via typer
|
|
138
133
|
ruamel-yaml==0.17.32
|
|
139
134
|
# via hdx-python-utilities
|
|
140
135
|
ruamel-yaml-clib==0.2.7
|
|
141
136
|
# via ruamel-yaml
|
|
142
|
-
shellingham==1.5.
|
|
137
|
+
shellingham==1.5.3
|
|
143
138
|
# via typer
|
|
144
139
|
simpleeval==0.9.13
|
|
145
140
|
# via frictionless
|
|
146
141
|
six==1.16.0
|
|
147
142
|
# via
|
|
148
143
|
# isodate
|
|
149
|
-
# jsonpath-ng
|
|
150
144
|
# python-dateutil
|
|
151
145
|
# requests-file
|
|
152
146
|
stringcase==1.2.0
|
|
@@ -161,7 +155,7 @@ text-unidecode==1.3
|
|
|
161
155
|
# via python-slugify
|
|
162
156
|
typer[all]==0.9.0
|
|
163
157
|
# via frictionless
|
|
164
|
-
typing-extensions==4.
|
|
158
|
+
typing-extensions==4.8.0
|
|
165
159
|
# via
|
|
166
160
|
# frictionless
|
|
167
161
|
# pydantic
|
|
@@ -171,21 +165,21 @@ unidecode==1.3.6
|
|
|
171
165
|
# via
|
|
172
166
|
# libhxl
|
|
173
167
|
# pyphonetics
|
|
174
|
-
urllib3==2.0.
|
|
168
|
+
urllib3==2.0.5
|
|
175
169
|
# via
|
|
176
170
|
# libhxl
|
|
177
171
|
# requests
|
|
178
|
-
validators==0.
|
|
172
|
+
validators==0.22.0
|
|
179
173
|
# via frictionless
|
|
180
|
-
virtualenv==20.24.
|
|
174
|
+
virtualenv==20.24.5
|
|
181
175
|
# via pre-commit
|
|
182
|
-
wheel==0.41.
|
|
176
|
+
wheel==0.41.2
|
|
183
177
|
# via libhxl
|
|
184
178
|
xlrd==2.0.1
|
|
185
179
|
# via hdx-python-utilities
|
|
186
180
|
xlrd3==1.1.0
|
|
187
181
|
# via libhxl
|
|
188
|
-
xlsxwriter==3.1.
|
|
182
|
+
xlsxwriter==3.1.4
|
|
189
183
|
# via tableschema-to-template
|
|
190
184
|
xlwt==1.3.0
|
|
191
185
|
# via hdx-python-utilities
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/.github/workflows/run-python-tests.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/fixtures/global_pcodes_adm_1_2.csv
RENAMED
|
File without changes
|
{hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/fixtures/secondary_historic_rates.csv
RENAMED
|
File without changes
|
|
File without changes
|
{hdx_python_country-3.5.5 → hdx_python_country-3.5.6}/tests/hdx/location/Countries_UZB_Deleted.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|