hdx-python-scraper 2.5.2__py3-none-any.whl → 2.5.3__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.
- hdx/scraper/framework/_version.py +2 -2
- hdx/scraper/framework/utilities/reader.py +5 -0
- {hdx_python_scraper-2.5.2.dist-info → hdx_python_scraper-2.5.3.dist-info}/METADATA +1 -1
- {hdx_python_scraper-2.5.2.dist-info → hdx_python_scraper-2.5.3.dist-info}/RECORD +6 -6
- {hdx_python_scraper-2.5.2.dist-info → hdx_python_scraper-2.5.3.dist-info}/WHEEL +0 -0
- {hdx_python_scraper-2.5.2.dist-info → hdx_python_scraper-2.5.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -117,6 +117,11 @@ class Read(Retrieve):
|
|
|
117
117
|
for name in basic_auths:
|
|
118
118
|
custom_configs[name] = {"basic_auth": basic_auths[name]}
|
|
119
119
|
del kwargs["basic_auths"]
|
|
120
|
+
bearer_tokens = kwargs.get("bearer_tokens")
|
|
121
|
+
if bearer_tokens is not None:
|
|
122
|
+
for name in bearer_tokens:
|
|
123
|
+
custom_configs[name] = {"bearer_token": bearer_tokens[name]}
|
|
124
|
+
del kwargs["bearer_tokens"]
|
|
120
125
|
param_auths = kwargs.get("param_auths")
|
|
121
126
|
if param_auths is not None:
|
|
122
127
|
for name in param_auths:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hdx-python-scraper
|
|
3
|
-
Version: 2.5.
|
|
3
|
+
Version: 2.5.3
|
|
4
4
|
Summary: HDX Python scraper utilities to assemble data from multiple sources
|
|
5
5
|
Project-URL: Homepage, https://github.com/OCHA-DAP/hdx-python-scraper
|
|
6
6
|
Author-email: Michael Rans <rans@email.com>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
hdx/scraper/framework/__init__.py,sha256=11ozJKiUsqDCZ3_mcAHhGYUyGK_Unl54djVSBBExFB4,59
|
|
2
|
-
hdx/scraper/framework/_version.py,sha256=
|
|
2
|
+
hdx/scraper/framework/_version.py,sha256=YlFdzLR6C3fl-9jq4_71rr5eVxx1hHLisz6muXMUhiQ,411
|
|
3
3
|
hdx/scraper/framework/base_scraper.py,sha256=vvwljQ5QWr6hpCjOS89RG1pvC955aLoPvm6pSovO75o,15432
|
|
4
4
|
hdx/scraper/framework/runner.py,sha256=GFnZM9HciZFibwwRgDHVk9F_y2n27ctpRwyeD1_ZcKw,53538
|
|
5
5
|
hdx/scraper/framework/outputs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -15,13 +15,13 @@ hdx/scraper/framework/scrapers/rowparser.py,sha256=bH05JUqViIVes9T7gWp0D2778BlFi
|
|
|
15
15
|
hdx/scraper/framework/scrapers/timeseries.py,sha256=oAby_sGL6NmRoKnDG_fMB952W9zvzujPIsXkbqcXv-o,3027
|
|
16
16
|
hdx/scraper/framework/utilities/__init__.py,sha256=dvbp0qTV-kLvN4Xp0GQf8LjN3IqlytW1eaTmDjlyZy0,2391
|
|
17
17
|
hdx/scraper/framework/utilities/fallbacks.py,sha256=08tvqVFuFV_gsvS7jqEiJUr7gqNILKCakDa8xMuIMpI,6186
|
|
18
|
-
hdx/scraper/framework/utilities/reader.py,sha256=
|
|
18
|
+
hdx/scraper/framework/utilities/reader.py,sha256=0XQ335Qj0ihafDklsXhDa5GHLux4FThIM4oZt1B5uLo,26814
|
|
19
19
|
hdx/scraper/framework/utilities/region_lookup.py,sha256=VSfIoBGmhS0lNgwe4kKIhHqP7k0DlJYI2JDdABAAmoM,3917
|
|
20
20
|
hdx/scraper/framework/utilities/sector.py,sha256=rl_TceRYc5YRoLccr0ABCM42ZLLtLzezWWWQ5YtbQDE,1947
|
|
21
21
|
hdx/scraper/framework/utilities/sector_configuration.yaml,sha256=LAUR5xfLU5qua5qtc3TcwEei0sD1zoCb_vfAxD7Grb8,3894
|
|
22
22
|
hdx/scraper/framework/utilities/sources.py,sha256=KuhaTvvGzjuw0dbhWpmPFvSq5RWP9cY83nl687O3CSs,11513
|
|
23
23
|
hdx/scraper/framework/utilities/writer.py,sha256=x-3xnOjvZEMUR2Op42eiBbaSmtNM6MY86adnL_Cob9s,16726
|
|
24
|
-
hdx_python_scraper-2.5.
|
|
25
|
-
hdx_python_scraper-2.5.
|
|
26
|
-
hdx_python_scraper-2.5.
|
|
27
|
-
hdx_python_scraper-2.5.
|
|
24
|
+
hdx_python_scraper-2.5.3.dist-info/METADATA,sha256=eJwqy5OyM3ngW2rUWWqTUpjmnDQy8ChsDLivhoAgypI,3361
|
|
25
|
+
hdx_python_scraper-2.5.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
26
|
+
hdx_python_scraper-2.5.3.dist-info/licenses/LICENSE,sha256=wc-4GpMn-ODs-U_bTe1YCiPVgvcjzrpYOx2wPuyAeII,1079
|
|
27
|
+
hdx_python_scraper-2.5.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|