sibi-dst 2025.8.9__tar.gz → 2025.9.1__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.
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/PKG-INFO +2 -1
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/pyproject.toml +2 -1
- sibi_dst-2025.9.1/sibi_dst/df_helper/_df_helper.py +728 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/parquet/_parquet_options.py +2 -0
- sibi_dst-2025.9.1/sibi_dst/utils/base.py +697 -0
- sibi_dst-2025.9.1/sibi_dst/utils/boilerplate/__init__.py +11 -0
- sibi_dst-2025.9.1/sibi_dst/utils/boilerplate/base_attacher.py +25 -0
- sibi_dst-2025.8.9/sibi_dst/utils/boilerplate/base_data_artifact.py → sibi_dst-2025.9.1/sibi_dst/utils/boilerplate/base_parquet_artifact.py +1 -1
- sibi_dst-2025.9.1/sibi_dst/utils/boilerplate/base_parquet_reader.py +21 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/progress/sse_runner.py +2 -0
- sibi_dst-2025.8.9/sibi_dst/df_helper/_df_helper.py +0 -350
- sibi_dst-2025.8.9/sibi_dst/utils/base.py +0 -252
- sibi_dst-2025.8.9/sibi_dst/utils/boilerplate/__init__.py +0 -6
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/README.md +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/_artifact_updater_async.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/_artifact_updater_threaded.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/_parquet_artifact.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/_parquet_reader.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/http/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/http/_http_config.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/parquet/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/sqlalchemy/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/sqlalchemy/_db_connection.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/sqlalchemy/_db_gatekeeper.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/sqlalchemy/_io_dask.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/sqlalchemy/_load_from_db.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/sqlalchemy/_model_registry.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/backends/sqlalchemy/_sql_model_builder.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/core/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/core/_defaults.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/core/_filter_handler.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/core/_params_config.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/core/_query_config.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/df_helper/data_cleaner.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/geopy_helper/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/geopy_helper/geo_location_service.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/geopy_helper/utils.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/osmnx_helper/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/osmnx_helper/base_osm_map.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/osmnx_helper/basemaps/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/osmnx_helper/basemaps/calendar_html.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/osmnx_helper/basemaps/route_map_plotter.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/osmnx_helper/basemaps/router_plotter.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/osmnx_helper/route_path_builder.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/osmnx_helper/utils.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/tests/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/tests/test_data_wrapper_class.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/async_utils.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/boilerplate/base_data_cube.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/business_days.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/clickhouse_writer.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/credentials.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/data_from_http_source.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/data_utils.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/data_wrapper.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/date_utils.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/df_utils.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/file_age_checker.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/file_utils.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/filepath_generator.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/iceberg_saver.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/log_utils.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/manifest_manager.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/parquet_saver.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/periods.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/phone_formatter.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/progress/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/progress/jobs.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/storage_config.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/storage_hive.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/storage_manager.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/update_planner.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/utils/webdav_client.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/_df_helper.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/backends/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/backends/sqlalchemy/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/backends/sqlalchemy/_db_connection.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/backends/sqlalchemy/_io_dask.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/backends/sqlalchemy/_load_from_db.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/backends/sqlalchemy/_model_builder.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/backends/sqlmodel/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/backends/sqlmodel/_db_connection.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/backends/sqlmodel/_io_dask.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/backends/sqlmodel/_load_from_db.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/backends/sqlmodel/_model_builder.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/core/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/core/_filter_handler.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/core/_params_config.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/df_helper/core/_query_config.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/utils/__init__.py +0 -0
- {sibi_dst-2025.8.9 → sibi_dst-2025.9.1}/sibi_dst/v2/utils/log_utils.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: sibi-dst
|
3
|
-
Version: 2025.
|
3
|
+
Version: 2025.9.1
|
4
4
|
Summary: Data Science Toolkit
|
5
5
|
Author: Luis Valverde
|
6
6
|
Author-email: lvalverdeb@gmail.com
|
@@ -21,6 +21,7 @@ Requires-Dist: pyarrow (>=20.0.0,<21.0.0)
|
|
21
21
|
Requires-Dist: pydantic (>=2.11.7,<3.0.0)
|
22
22
|
Requires-Dist: pyiceberg[hive,s3fs] (>=0.9.1,<0.10.0)
|
23
23
|
Requires-Dist: pymysql (>=1.1.1,<2.0.0)
|
24
|
+
Requires-Dist: pyrosm (>=0.6.2,<0.7.0)
|
24
25
|
Requires-Dist: s3fs (>=2025.5.1,<2026.0.0)
|
25
26
|
Requires-Dist: sqlalchemy (>=2.0.41,<3.0.0)
|
26
27
|
Requires-Dist: sse-starlette (>=3.0.2,<4.0.0)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "sibi-dst"
|
3
|
-
version = "2025.
|
3
|
+
version = "2025.9.1"
|
4
4
|
description = "Data Science Toolkit"
|
5
5
|
authors = ["Luis Valverde <lvalverdeb@gmail.com>"]
|
6
6
|
readme = "README.md"
|
@@ -25,6 +25,7 @@ opentelemetry-exporter-otlp = "^1.35.0"
|
|
25
25
|
opentelemetry-sdk = "^1.35.0"
|
26
26
|
pyiceberg = {extras = ["hive", "s3fs"], version = "^0.9.1"}
|
27
27
|
sse-starlette = "^3.0.2"
|
28
|
+
pyrosm = "^0.6.2"
|
28
29
|
|
29
30
|
[tool.poetry.group.dev]
|
30
31
|
optional = true
|