hdx-python-scraper 2.7.3__py3-none-any.whl → 2.7.4__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.
@@ -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 = '2.7.3'
22
- __version_tuple__ = version_tuple = (2, 7, 3)
21
+ __version__ = version = '2.7.4'
22
+ __version_tuple__ = version_tuple = (2, 7, 4)
23
23
 
24
24
  __commit_id__ = commit_id = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hdx-python-scraper
3
- Version: 2.7.3
3
+ Version: 2.7.4
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>
@@ -18,23 +18,21 @@ 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: gspread
29
29
  Requires-Dist: hdx-python-api>=6.6.7
30
30
  Requires-Dist: hdx-python-country>=4.1.1
31
- Requires-Dist: hdx-python-utilities>=4.0.8
31
+ Requires-Dist: hdx-python-utilities==4.0.8
32
32
  Requires-Dist: libhxl
33
33
  Requires-Dist: regex
34
34
  Provides-Extra: docs
35
35
  Requires-Dist: mkapi; extra == 'docs'
36
- Provides-Extra: pandas
37
- Requires-Dist: pandas>=2.3.3; extra == 'pandas'
38
36
  Description-Content-Type: text/markdown
39
37
 
40
38
  [![Build Status](https://github.com/OCHA-DAP/hdx-python-scraper/actions/workflows/run-python-tests.yaml/badge.svg)](https://github.com/OCHA-DAP/hdx-python-scraper/actions/workflows/run-python-tests.yaml)
@@ -43,6 +41,8 @@ Description-Content-Type: text/markdown
43
41
  [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
44
42
  [![Downloads](https://img.shields.io/pypi/dm/hdx-python-scraper.svg)](https://pypistats.org/packages/hdx-python-scraper)
45
43
 
44
+ Note: this library is no longer being developed.
45
+
46
46
  The HDX Python Scraper Library is designed to enable you to easily develop code that
47
47
  assembles data from one or more tabular sources that can be csv, xls, xlsx or JSON. It
48
48
  uses a YAML file that specifies for each source what needs to be read and allows some
@@ -1,5 +1,5 @@
1
1
  hdx/scraper/framework/__init__.py,sha256=11ozJKiUsqDCZ3_mcAHhGYUyGK_Unl54djVSBBExFB4,59
2
- hdx/scraper/framework/_version.py,sha256=l7Ro37ewuocnI5LVmRhw7Ui8MtONxiC_A2nbe2RTysE,520
2
+ hdx/scraper/framework/_version.py,sha256=s0pscOlOaRZGqFsHIvn2EX-E_KWjLmXEO8rcVeaotjE,520
3
3
  hdx/scraper/framework/base_scraper.py,sha256=DbR3u0KBAb_LBT82Nytq6PnpImrHI2wqpt_GIi9XNoc,14879
4
4
  hdx/scraper/framework/runner.py,sha256=9j070q9scewNu-1E2Grqkn1BNSTUF0nJs-wYBQIFDzs,51026
5
5
  hdx/scraper/framework/outputs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -25,7 +25,7 @@ hdx/scraper/framework/utilities/sector.py,sha256=XGysivvPhTqQfK6z1y96sDJATk3zx7s
25
25
  hdx/scraper/framework/utilities/sector_configuration.yaml,sha256=9Z3qEI-9FLKUV8xXIixpxaqGoCaTmzelEGUXMVIrjkY,4958
26
26
  hdx/scraper/framework/utilities/sources.py,sha256=aoUZUtOmXI11b-0pE0EeAikADkXYRigUQqkcIgcJooE,10897
27
27
  hdx/scraper/framework/utilities/writer.py,sha256=btwXTleVfp1DuQ5LBqsZcwLKsrdxuFJyjd-kieXZDYc,15899
28
- hdx_python_scraper-2.7.3.dist-info/METADATA,sha256=gnQn34rs7Bx4w8N6WIyEO5wxg-rVu-z3Wl8m_LM-QCg,3278
29
- hdx_python_scraper-2.7.3.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
30
- hdx_python_scraper-2.7.3.dist-info/licenses/LICENSE,sha256=wc-4GpMn-ODs-U_bTe1YCiPVgvcjzrpYOx2wPuyAeII,1079
31
- hdx_python_scraper-2.7.3.dist-info/RECORD,,
28
+ hdx_python_scraper-2.7.4.dist-info/METADATA,sha256=Q8pD5sAe0In9Go4rOkBTywfpkha0Ajc3-8oIhRbqG_A,3259
29
+ hdx_python_scraper-2.7.4.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
30
+ hdx_python_scraper-2.7.4.dist-info/licenses/LICENSE,sha256=wc-4GpMn-ODs-U_bTe1YCiPVgvcjzrpYOx2wPuyAeII,1079
31
+ hdx_python_scraper-2.7.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.29.0
2
+ Generator: hatchling 1.30.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any