hdx-python-pipelineutils 0.0.2__tar.gz → 0.0.3__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_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/.pre-commit-config.yaml +0 -1
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/PKG-INFO +3 -3
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/pyproject.toml +4 -4
- {hdx_python_pipelineutils-0.0.2/src/hdx/python → hdx_python_pipelineutils-0.0.3/src/hdx}/pipelineutils/_version.py +2 -2
- {hdx_python_pipelineutils-0.0.2/src/hdx/python → hdx_python_pipelineutils-0.0.3/src/hdx}/pipelineutils/lookup.py +1 -1
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/conftest.py +2 -2
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/test_hapi_admins.py +2 -2
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/test_lookup.py +2 -2
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/test_readers.py +1 -1
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/.github/workflows/publish.yaml +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/.github/workflows/run-python-tests.yaml +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/.gitignore +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/LICENSE +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/README.md +0 -0
- {hdx_python_pipelineutils-0.0.2/src/hdx/python → hdx_python_pipelineutils-0.0.3/src/hdx}/pipelineutils/__init__.py +0 -0
- {hdx_python_pipelineutils-0.0.2/src/hdx/python → hdx_python_pipelineutils-0.0.3/src/hdx}/pipelineutils/hapi_admins.py +0 -0
- {hdx_python_pipelineutils-0.0.2/src/hdx/python → hdx_python_pipelineutils-0.0.3/src/hdx}/pipelineutils/org_type.py +0 -0
- {hdx_python_pipelineutils-0.0.2/src/hdx/python → hdx_python_pipelineutils-0.0.3/src/hdx}/pipelineutils/org_type_configuration.yaml +0 -0
- {hdx_python_pipelineutils-0.0.2/src/hdx/python → hdx_python_pipelineutils-0.0.3/src/hdx}/pipelineutils/reader.py +0 -0
- {hdx_python_pipelineutils-0.0.2/src/hdx/python → hdx_python_pipelineutils-0.0.3/src/hdx}/pipelineutils/sector.py +0 -0
- {hdx_python_pipelineutils-0.0.2/src/hdx/python → hdx_python_pipelineutils-0.0.3/src/hdx}/pipelineutils/sector_configuration.yaml +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/config/project_configuration.yaml +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/fixtures/input/download-global-pcode-lengths.csv +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/fixtures/input/download-global-pcodes-adm-1-2.csv +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/fixtures/input/education_closures_school_closures.csv +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/fixtures/input/global-coordination-groups-beta.json +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/fixtures/input/hno_2017_sahel_nutrition.csv +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/fixtures/input/hno_2017_sahel_people_in_need.xlsx +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/fixtures/input/org_type_organization_types_beta_csv_no_hxl.csv +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/fixtures/input/organization-types-beta.json +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/fixtures/input/sahel-humanitarian-needs-overview.json +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/tests/fixtures/input/sector_global_coordination_groups_beta_csv_no_hxl.csv +0 -0
- {hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hdx-python-pipelineutils
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.3
|
|
4
4
|
Summary: HDX Python Pipeline Utilities
|
|
5
5
|
Project-URL: Homepage, https://github.com/OCHA-DAP/hdx-python-pipelineutils
|
|
6
6
|
Author-email: Michael Rans <rans@email.com>
|
|
@@ -18,11 +18,11 @@ Classifier: Operating System :: Unix
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
23
21
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
22
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
23
|
Classifier: Programming Language :: Python :: 3.12
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
26
26
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
27
|
Requires-Python: >=3.10
|
|
28
28
|
Requires-Dist: hdx-python-api>=6.6.7
|
|
@@ -18,11 +18,11 @@ classifiers = [
|
|
|
18
18
|
"Programming Language :: Python",
|
|
19
19
|
"Programming Language :: Python :: 3",
|
|
20
20
|
"Programming Language :: Python :: 3 :: Only",
|
|
21
|
-
"Programming Language :: Python :: 3.8",
|
|
22
|
-
"Programming Language :: Python :: 3.9",
|
|
23
21
|
"Programming Language :: Python :: 3.10",
|
|
24
22
|
"Programming Language :: Python :: 3.11",
|
|
25
23
|
"Programming Language :: Python :: 3.12",
|
|
24
|
+
"Programming Language :: Python :: 3.13",
|
|
25
|
+
"Programming Language :: Python :: 3.14",
|
|
26
26
|
"Intended Audience :: Developers",
|
|
27
27
|
"License :: OSI Approved :: MIT License",
|
|
28
28
|
"Natural Language :: English",
|
|
@@ -68,7 +68,7 @@ local_scheme = "no-local-version"
|
|
|
68
68
|
version_scheme = "python-simplified-semver"
|
|
69
69
|
|
|
70
70
|
[tool.hatch.build.hooks.vcs]
|
|
71
|
-
version-file = "src/hdx/
|
|
71
|
+
version-file = "src/hdx/pipelineutils/_version.py"
|
|
72
72
|
|
|
73
73
|
[tool.hatch.build.targets.wheel]
|
|
74
74
|
packages = ["src/hdx"]
|
|
@@ -96,7 +96,7 @@ ignore = [
|
|
|
96
96
|
]
|
|
97
97
|
|
|
98
98
|
[tool.ruff.lint.isort]
|
|
99
|
-
known-local-folder = ["hdx.
|
|
99
|
+
known-local-folder = ["hdx.pipelineutils"]
|
|
100
100
|
known-third-party = [
|
|
101
101
|
"hdx.api",
|
|
102
102
|
"hdx.data",
|
|
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
|
|
|
18
18
|
commit_id: str | None
|
|
19
19
|
__commit_id__: str | None
|
|
20
20
|
|
|
21
|
-
__version__ = version = '0.0.
|
|
22
|
-
__version_tuple__ = version_tuple = (0, 0,
|
|
21
|
+
__version__ = version = '0.0.3'
|
|
22
|
+
__version_tuple__ = version_tuple = (0, 0, 3)
|
|
23
23
|
|
|
24
24
|
__commit_id__ = commit_id = None
|
|
@@ -7,7 +7,7 @@ from hdx.utilities.matching import get_code_from_name
|
|
|
7
7
|
from hdx.utilities.path import script_dir_plus_file
|
|
8
8
|
from hdx.utilities.text import normalise
|
|
9
9
|
|
|
10
|
-
from hdx.
|
|
10
|
+
from hdx.pipelineutils.reader import Read
|
|
11
11
|
|
|
12
12
|
logger = logging.getLogger(__name__)
|
|
13
13
|
|
|
@@ -8,8 +8,8 @@ from hdx.api.locations import Locations
|
|
|
8
8
|
from hdx.location.country import Country
|
|
9
9
|
from hdx.utilities.dateparse import parse_date
|
|
10
10
|
|
|
11
|
-
from hdx.
|
|
12
|
-
from hdx.
|
|
11
|
+
from hdx.pipelineutils import string_params_to_dict
|
|
12
|
+
from hdx.pipelineutils.reader import Read
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
@pytest.fixture(scope="session")
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
from hdx.location.adminlevel import AdminLevel
|
|
2
2
|
|
|
3
|
-
from hdx.
|
|
3
|
+
from hdx.pipelineutils.hapi_admins import (
|
|
4
4
|
complete_admins,
|
|
5
5
|
pad_admins,
|
|
6
6
|
)
|
|
7
|
-
from hdx.
|
|
7
|
+
from hdx.pipelineutils.reader import Read
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
class TestAdmins:
|
{hdx_python_pipelineutils-0.0.2 → hdx_python_pipelineutils-0.0.3}/.github/workflows/publish.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|