hdx-python-pipelineutils 0.0.4__tar.gz → 0.0.5__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.
Files changed (33) hide show
  1. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/PKG-INFO +2 -2
  2. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/src/hdx/pipelineutils/_version.py +2 -2
  3. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/src/hdx/pipelineutils/sector_configuration.yaml +7 -0
  4. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/.github/workflows/publish.yaml +0 -0
  5. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/.github/workflows/run-python-tests.yaml +0 -0
  6. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/.gitignore +0 -0
  7. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/.pre-commit-config.yaml +0 -0
  8. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/CLAUDE.md +0 -0
  9. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/LICENSE +0 -0
  10. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/README.md +0 -0
  11. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/pyproject.toml +0 -0
  12. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/src/hdx/pipelineutils/__init__.py +0 -0
  13. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/src/hdx/pipelineutils/hapi_admins.py +0 -0
  14. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/src/hdx/pipelineutils/lookup.py +0 -0
  15. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/src/hdx/pipelineutils/org_type.py +0 -0
  16. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/src/hdx/pipelineutils/org_type_configuration.yaml +0 -0
  17. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/src/hdx/pipelineutils/reader.py +0 -0
  18. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/src/hdx/pipelineutils/sector.py +0 -0
  19. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/conftest.py +0 -0
  20. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/fixtures/input/download-global-pcode-lengths.csv +0 -0
  21. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/fixtures/input/download-global-pcodes-adm-1-2.csv +0 -0
  22. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/fixtures/input/education_closures_school_closures.csv +0 -0
  23. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/fixtures/input/global-coordination-groups-beta.json +0 -0
  24. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/fixtures/input/hno_2017_sahel_nutrition.csv +0 -0
  25. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/fixtures/input/hno_2017_sahel_people_in_need.xlsx +0 -0
  26. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/fixtures/input/org_type_organization_types_beta_csv_no_hxl.csv +0 -0
  27. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/fixtures/input/organization-types-beta.json +0 -0
  28. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/fixtures/input/sahel-humanitarian-needs-overview.json +0 -0
  29. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/fixtures/input/sector_global_coordination_groups_beta_csv_no_hxl.csv +0 -0
  30. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/test_hapi_admins.py +0 -0
  31. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/test_lookup.py +0 -0
  32. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/tests/test_readers.py +0 -0
  33. {hdx_python_pipelineutils-0.0.4 → hdx_python_pipelineutils-0.0.5}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.4
1
+ Metadata-Version: 2.5
2
2
  Name: hdx-python-pipelineutils
3
- Version: 0.0.4
3
+ Version: 0.0.5
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,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.4'
22
- __version_tuple__ = version_tuple = (0, 0, 4)
21
+ __version__ = version = '0.0.5'
22
+ __version_tuple__ = version_tuple = (0, 0, 5)
23
23
 
24
24
  __commit_id__ = commit_id = None
@@ -32,6 +32,7 @@ initial_lookup:
32
32
  agriculture: "FSC"
33
33
  agua saneamiento e higiene: "WSH"
34
34
  all: "Intersectoral"
35
+ aor lam: "PRO-MIN"
35
36
  alojamiento: "SHL"
36
37
  alojamiento de emergencia: "SHL"
37
38
  alojamiento de emergencia shelter: "SHL"
@@ -44,6 +45,7 @@ initial_lookup:
44
45
  camp coordination and camp management: "CCM"
45
46
  camp coordination camp management: "CCM"
46
47
  cash: "Cash"
48
+ cash transfers: "Cash"
47
49
  cccm: "CCM"
48
50
  ccs: "CCM"
49
51
  cluster coordination: "CCM"
@@ -106,8 +108,10 @@ initial_lookup:
106
108
  mpca: "Cash"
107
109
  ms: "Multi"
108
110
  multi purpose cash: "Cash"
111
+ multi purpose cash assistance: "Cash"
109
112
  multi secteur: "Multi"
110
113
  multisectoriel: "Multi"
114
+ non food items: "SHL"
111
115
  nutricion: "NUT"
112
116
  nutrition: "NUT"
113
117
  operatioanl presence water sanitation hygiene: "WSH"
@@ -131,7 +135,9 @@ initial_lookup:
131
135
  proteccion infantil: "PRO-CPN"
132
136
  proteccion ninos ninas adolescentes: "PRO-CPN"
133
137
  proteccion violencia de genero: "PRO-GBV"
138
+ proteccion y adrs: "PRO"
134
139
  protection: "PRO"
140
+ protection child protection: "PRO-CPN"
135
141
  protection de lenfance: "PRO-CPN"
136
142
  protection de lenfant: "PRO-CPN"
137
143
  protection generale: "PRO"
@@ -155,6 +161,7 @@ initial_lookup:
155
161
  relevement precoce: "ERY"
156
162
  relevement rapide: "ERY"
157
163
  refugees: "CCM"
164
+ refugee consultative forum: "CCM"
158
165
  refugee response: "CCM"
159
166
  refugees migrants multi sector: "CCM"
160
167
  reponse aux refugies: "CCM"