the-datagarden 1.2.4__py3-none-any.whl → 1.2.6__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.
@@ -404,7 +404,7 @@ class TheDataGardenRegionalDataModel:
404
404
 
405
405
  for column, stats in stats_by_column.items():
406
406
  print(
407
- f"{column} : {" " * (max_column_length + 3 - len(column))}"
407
+ f"{column} : {' ' * (max_column_length + 3 - len(column))}"
408
408
  f"{int(stats['count'] + stats['null_count'])}"
409
409
  f" of which with data: {int(stats['count'])} "
410
410
  f"({int(stats['count']) / (int(stats['count'] + stats['null_count'])) * 100:.0f}%)"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: the-datagarden
3
- Version: 1.2.4
3
+ Version: 1.2.6
4
4
  Summary: Public data made easy.
5
5
  Author-email: Maarten de Ruyter <info@the-datagarden.io>
6
6
  License: MIT
@@ -36,6 +36,13 @@ Requires-Dist: pyjwt>=2.10.0
36
36
  Requires-Dist: python-decouple>=3.8
37
37
  Requires-Dist: requests>=2.32.3
38
38
  Requires-Dist: the-datagarden-models>=1.6.3
39
+ Provides-Extra: dev
40
+ Requires-Dist: mypy>=1.13.0; extra == "dev"
41
+ Requires-Dist: pre-commit>=4.0.1; extra == "dev"
42
+ Requires-Dist: pytest>=8.3.3; extra == "dev"
43
+ Requires-Dist: ruff>=0.7.4; extra == "dev"
44
+ Requires-Dist: sphinx>=8.1.3; extra == "dev"
45
+ Requires-Dist: types-requests>=2.32.0.20241016; extra == "dev"
39
46
 
40
47
  ==================
41
48
  the-datagarden SDK
@@ -17,9 +17,9 @@ the_datagarden/api/regions/base/__init__.py,sha256=PJ_OnELpbvoJspwuUvse3vxT1ZRBf
17
17
  the_datagarden/api/regions/base/settings.py,sha256=KuUR4r-Iro4ZQpQZjssvRoe7_OJ_LfNfgzJ85UKkgsk,397
18
18
  the_datagarden/models/__init__.py,sha256=UoBC9iK6VfHuW92PeGUteUWAqB0M3qoHDvNBPiNgfhQ,305
19
19
  the_datagarden/models/geojson.py,sha256=74uvrI7YSGgu8ohAMvohKLu6fUkILDT0nZ9l3O4xpis,6340
20
- the_datagarden/models/regional_data.py,sha256=zhk6iRYRlzirgxp1k6J9ftt0mAFqWrTH4M3TPiRfR88,16566
21
- the_datagarden-1.2.4.dist-info/METADATA,sha256=XCYu_lwcOPUahp409Iozk4I0XXwWFdqI4efxigf0ZUE,15336
22
- the_datagarden-1.2.4.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
23
- the_datagarden-1.2.4.dist-info/entry_points.txt,sha256=R40-UiUsDqy6RfBSnkOCj98Ed0bfvseJPpClXxqVVAM,59
24
- the_datagarden-1.2.4.dist-info/top_level.txt,sha256=S0Wn3mYX0nrwGIqeqWE5vAc3ASTK13E-F_9eTOQu8hs,15
25
- the_datagarden-1.2.4.dist-info/RECORD,,
20
+ the_datagarden/models/regional_data.py,sha256=kHkauaUXaEFTmPKKKc_2yrE8hyC5Xt0HqdvxEXeNrwU,16566
21
+ the_datagarden-1.2.6.dist-info/METADATA,sha256=0ksC-WoEG5lF5O52Hm_F709SfCABqS9i9Rzh12Oy95M,15645
22
+ the_datagarden-1.2.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
23
+ the_datagarden-1.2.6.dist-info/entry_points.txt,sha256=R40-UiUsDqy6RfBSnkOCj98Ed0bfvseJPpClXxqVVAM,59
24
+ the_datagarden-1.2.6.dist-info/top_level.txt,sha256=S0Wn3mYX0nrwGIqeqWE5vAc3ASTK13E-F_9eTOQu8hs,15
25
+ the_datagarden-1.2.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.6.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5