sibi-dst 0.3.47__py3-none-any.whl → 0.3.49__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.
Files changed (61) hide show
  1. sibi_dst/__init__.py +0 -37
  2. sibi_dst/{v1/df_helper → df_helper}/__init__.py +0 -2
  3. sibi_dst/{v1/df_helper → df_helper}/_artifact_updater_multi_wrapper.py +1 -1
  4. sibi_dst/{v1/df_helper → df_helper}/_df_helper.py +3 -3
  5. sibi_dst/{v1/df_helper → df_helper}/_parquet_artifact.py +2 -2
  6. sibi_dst/{v1/df_helper → df_helper}/_parquet_reader.py +2 -2
  7. sibi_dst/{v1/df_helper → df_helper}/backends/django/_load_from_db.py +3 -3
  8. sibi_dst/{v1/df_helper → df_helper}/backends/http/_http_config.py +1 -1
  9. sibi_dst/{v1/df_helper → df_helper}/backends/parquet/_filter_handler.py +1 -1
  10. sibi_dst/{v1/df_helper → df_helper}/backends/parquet/_parquet_options.py +2 -2
  11. sibi_dst/{v1/df_helper → df_helper}/backends/sqlalchemy/_io_dask.py +2 -2
  12. sibi_dst/{v1/df_helper → df_helper}/backends/sqlalchemy/_load_from_db.py +2 -2
  13. sibi_dst/{v1/df_helper → df_helper}/core/_filter_handler.py +1 -1
  14. sibi_dst/{v1/osmnx_helper → osmnx_helper}/basemaps/router_plotter.py +2 -2
  15. sibi_dst/{v1/tests → tests}/test_data_wrapper_class.py +2 -2
  16. sibi_dst/{v1/utils → utils}/df_utils.py +2 -1
  17. {sibi_dst-0.3.47.dist-info → sibi_dst-0.3.49.dist-info}/METADATA +7 -6
  18. sibi_dst-0.3.49.dist-info/RECORD +79 -0
  19. sibi_dst/v1/tests/__init__.py +0 -0
  20. sibi_dst-0.3.47.dist-info/RECORD +0 -80
  21. /sibi_dst/{v1 → df_helper/backends}/__init__.py +0 -0
  22. /sibi_dst/{v1/df_helper → df_helper}/backends/django/__init__.py +0 -0
  23. /sibi_dst/{v1/df_helper → df_helper}/backends/django/_db_connection.py +0 -0
  24. /sibi_dst/{v1/df_helper → df_helper}/backends/django/_io_dask.py +0 -0
  25. /sibi_dst/{v1/df_helper → df_helper}/backends/django/_sql_model_builder.py +0 -0
  26. /sibi_dst/{v1/df_helper → df_helper}/backends/http/__init__.py +0 -0
  27. /sibi_dst/{v1/df_helper → df_helper}/backends/parquet/__init__.py +0 -0
  28. /sibi_dst/{v1/df_helper → df_helper}/backends/sqlalchemy/__init__.py +0 -0
  29. /sibi_dst/{v1/df_helper → df_helper}/backends/sqlalchemy/_db_connection.py +0 -0
  30. /sibi_dst/{v1/df_helper → df_helper}/backends/sqlalchemy/_filter_handler.py +0 -0
  31. /sibi_dst/{v1/df_helper → df_helper}/backends/sqlalchemy/_sql_model_builder.py +0 -0
  32. /sibi_dst/{v1/df_helper → df_helper}/core/__init__.py +0 -0
  33. /sibi_dst/{v1/df_helper → df_helper}/core/_defaults.py +0 -0
  34. /sibi_dst/{v1/df_helper → df_helper}/core/_params_config.py +0 -0
  35. /sibi_dst/{v1/df_helper → df_helper}/core/_query_config.py +0 -0
  36. /sibi_dst/{v1/df_helper → df_helper}/data_cleaner.py +0 -0
  37. /sibi_dst/{v1/geopy_helper → geopy_helper}/__init__.py +0 -0
  38. /sibi_dst/{v1/geopy_helper → geopy_helper}/geo_location_service.py +0 -0
  39. /sibi_dst/{v1/geopy_helper → geopy_helper}/utils.py +0 -0
  40. /sibi_dst/{v1/osmnx_helper → osmnx_helper}/__init__.py +0 -0
  41. /sibi_dst/{v1/osmnx_helper → osmnx_helper}/base_osm_map.py +0 -0
  42. /sibi_dst/{v1/df_helper/backends → osmnx_helper/basemaps}/__init__.py +0 -0
  43. /sibi_dst/{v1/osmnx_helper → osmnx_helper}/basemaps/calendar_html.py +0 -0
  44. /sibi_dst/{v1/osmnx_helper → osmnx_helper}/utils.py +0 -0
  45. /sibi_dst/{v1/osmnx_helper/basemaps → tests}/__init__.py +0 -0
  46. /sibi_dst/{v1/utils → utils}/__init__.py +0 -0
  47. /sibi_dst/{v1/utils → utils}/airflow_manager.py +0 -0
  48. /sibi_dst/{v1/utils → utils}/clickhouse_writer.py +0 -0
  49. /sibi_dst/{v1/utils → utils}/credentials.py +0 -0
  50. /sibi_dst/{v1/utils → utils}/data_from_http_source.py +0 -0
  51. /sibi_dst/{v1/utils → utils}/data_utils.py +0 -0
  52. /sibi_dst/{v1/utils → utils}/data_wrapper.py +0 -0
  53. /sibi_dst/{v1/utils → utils}/date_utils.py +0 -0
  54. /sibi_dst/{v1/utils → utils}/file_utils.py +0 -0
  55. /sibi_dst/{v1/utils → utils}/filepath_generator.py +0 -0
  56. /sibi_dst/{v1/utils → utils}/log_utils.py +0 -0
  57. /sibi_dst/{v1/utils → utils}/parquet_saver.py +0 -0
  58. /sibi_dst/{v1/utils → utils}/phone_formatter.py +0 -0
  59. /sibi_dst/{v1/utils → utils}/storage_config.py +0 -0
  60. /sibi_dst/{v1/utils → utils}/storage_manager.py +0 -0
  61. {sibi_dst-0.3.47.dist-info → sibi_dst-0.3.49.dist-info}/WHEEL +0 -0
sibi_dst/__init__.py CHANGED
@@ -8,40 +8,3 @@ try:
8
8
  __version__ = version_reader.version("sibi-dst")
9
9
  except version_reader.PackageNotFoundError:
10
10
  __version__ = "unknown"
11
-
12
- import importlib
13
- import sys
14
-
15
- def _load_module(version, module_name):
16
- # Construct the relative module path (e.g., ".v1.df_helper")
17
- module_path = f".{version}.{module_name}"
18
- #print(f"Loading module: {module_path} from package {__package__}")
19
- return importlib.import_module(module_path, package=__package__)
20
-
21
-
22
- # Toggle version by setting the flag (or use an environment variable)
23
- use_v2 = False
24
- default_version = "v2" if use_v2 else "v1"
25
-
26
- # Dynamically load the modules from the chosen version directory.
27
- df_helper = _load_module(default_version, "df_helper")
28
- geopy_helper = _load_module(default_version, "geopy_helper")
29
- osmnx_helper = _load_module(default_version, "osmnx_helper")
30
- tests = _load_module(default_version, "tests")
31
- utils = _load_module(default_version, "utils")
32
-
33
- # Re-export the modules at the top level so that absolute imports work.
34
- sys.modules[f"{__package__}.df_helper"] = df_helper
35
- sys.modules[f"{__package__}.geopy_helper"] = geopy_helper
36
- sys.modules[f"{__package__}.osmnx_helper"] = osmnx_helper
37
- sys.modules[f"{__package__}.tests"] = tests
38
- sys.modules[f"{__package__}.utils"] = utils
39
-
40
- # Define what is exported with "from sibi_dst import *"
41
- __all__ = [
42
- "df_helper",
43
- "geopy_helper",
44
- "osmnx_helper",
45
- "tests",
46
- "utils"
47
- ]
@@ -4,12 +4,10 @@ from ._df_helper import DfHelper
4
4
  from ._parquet_artifact import ParquetArtifact
5
5
  from ._parquet_reader import ParquetReader
6
6
  from ._artifact_updater_multi_wrapper import ArtifactUpdaterMultiWrapper
7
- #from .data_cleaner import DataCleaner
8
7
 
9
8
  __all__ = [
10
9
  'DfHelper',
11
10
  'ParquetArtifact',
12
11
  'ParquetReader',
13
12
  'ArtifactUpdaterMultiWrapper',
14
- #'DataCleaner'
15
13
  ]
@@ -7,7 +7,7 @@ from functools import total_ordering
7
7
  from collections import defaultdict
8
8
  from contextlib import asynccontextmanager
9
9
  import signal
10
- from sibi_dst.v1.utils import Logger
10
+ from sibi_dst.utils import Logger
11
11
 
12
12
  @total_ordering
13
13
  class PrioritizedItem:
@@ -11,9 +11,9 @@ import pandas as pd
11
11
  from pydantic import BaseModel
12
12
  import fsspec
13
13
 
14
- from sibi_dst.v1.df_helper.core import QueryConfig, ParamsConfig, FilterHandler
15
- from sibi_dst.v1.utils import Logger
16
- from sibi_dst.v1.utils import ParquetSaver, ClickHouseWriter
14
+ from sibi_dst.df_helper.core import QueryConfig, ParamsConfig, FilterHandler
15
+ from sibi_dst.utils import Logger
16
+ from sibi_dst.utils import ParquetSaver, ClickHouseWriter
17
17
  from .backends.django import *
18
18
  from .backends.http import HttpConfig
19
19
  from .backends.parquet import ParquetConfig
@@ -5,8 +5,8 @@ from typing import Optional, Any, Dict
5
5
  import dask.dataframe as dd
6
6
  import fsspec
7
7
 
8
- from sibi_dst.v1.df_helper import DfHelper
9
- from sibi_dst.v1.utils import DataWrapper, DateUtils, Logger
8
+ from sibi_dst.df_helper import DfHelper
9
+ from sibi_dst.utils import DataWrapper, DateUtils, Logger
10
10
 
11
11
 
12
12
  class ParquetArtifact(DfHelper):
@@ -4,8 +4,8 @@ from typing import Optional
4
4
  import dask.dataframe as dd
5
5
  import fsspec
6
6
 
7
- from sibi_dst.v1.df_helper import DfHelper
8
- from sibi_dst.v1.utils import Logger
7
+ from sibi_dst.df_helper import DfHelper
8
+ from sibi_dst.utils import Logger
9
9
 
10
10
  class ParquetReader(DfHelper):
11
11
  """
@@ -4,9 +4,9 @@ import dask.dataframe as dd
4
4
  import pandas as pd
5
5
  from django.db.models import Q
6
6
 
7
- from sibi_dst.v1.df_helper.backends.django import ReadFrameDask
8
- from sibi_dst.v1.df_helper.core import django_field_conversion_map_dask
9
- from sibi_dst.v1.utils import Logger
7
+ from sibi_dst.df_helper.backends.django import ReadFrameDask
8
+ from sibi_dst.df_helper.core import django_field_conversion_map_dask
9
+ from sibi_dst.utils import Logger
10
10
 
11
11
 
12
12
  class DjangoLoadFromDb:
@@ -5,7 +5,7 @@ import httpx
5
5
  import pandas as pd
6
6
  from pydantic import BaseModel, HttpUrl, Field, ConfigDict, SecretStr
7
7
 
8
- from sibi_dst.v1.utils import Logger
8
+ from sibi_dst.utils import Logger
9
9
 
10
10
 
11
11
  class HttpConfig(BaseModel):
@@ -1,7 +1,7 @@
1
1
  import dask.dataframe as dd
2
2
  import pandas as pd
3
3
 
4
- from sibi_dst.v1.utils import Logger
4
+ from sibi_dst.utils import Logger
5
5
 
6
6
 
7
7
  class ParquetFilterHandler(object):
@@ -6,8 +6,8 @@ import dask.dataframe as dd
6
6
  import fsspec
7
7
  from pydantic import BaseModel, model_validator, DirectoryPath, FilePath, ConfigDict
8
8
 
9
- from sibi_dst.v1.utils import FilePathGenerator
10
- from sibi_dst.v1.utils import Logger
9
+ from sibi_dst.utils import FilePathGenerator
10
+ from sibi_dst.utils import Logger
11
11
 
12
12
 
13
13
  class ParquetConfig(BaseModel):
@@ -5,8 +5,8 @@ import pandas as pd
5
5
  from sqlalchemy import create_engine, inspect, select
6
6
  from sqlalchemy.orm import sessionmaker
7
7
 
8
- from sibi_dst.v1.df_helper.core import FilterHandler
9
- from sibi_dst.v1.utils import Logger
8
+ from sibi_dst.df_helper.core import FilterHandler
9
+ from sibi_dst.utils import Logger
10
10
 
11
11
 
12
12
  class SQLAlchemyDask:
@@ -1,8 +1,8 @@
1
1
  import dask.dataframe as dd
2
2
  import pandas as pd
3
3
 
4
- from sibi_dst.v1.df_helper.core import ParamsConfig, QueryConfig
5
- from sibi_dst.v1.utils import Logger
4
+ from sibi_dst.df_helper.core import ParamsConfig, QueryConfig
5
+ from sibi_dst.utils import Logger
6
6
  from ._io_dask import SQLAlchemyDask
7
7
  from ._db_connection import SqlAlchemyConnectionConfig
8
8
 
@@ -5,7 +5,7 @@ import pandas as pd
5
5
  from sqlalchemy import func, cast
6
6
  from sqlalchemy.sql.sqltypes import Date, Time
7
7
 
8
- from sibi_dst.v1.utils import Logger
8
+ from sibi_dst.utils import Logger
9
9
 
10
10
 
11
11
  class FilterHandler:
@@ -1,12 +1,12 @@
1
1
  from __future__ import annotations
2
- from sibi_dst.osmnx_helper.v1.utils import get_distance_between_points, add_arrows
2
+ from sibi_dst.osmnx_helper.utils import get_distance_between_points, add_arrows
3
3
  from collections import defaultdict
4
4
  import folium
5
5
  from folium.plugins import AntPath
6
6
  import networkx as nx
7
7
 
8
8
  from sibi_dst.osmnx_helper import BaseOsmMap
9
- from sibi_dst.osmnx_helper.v1.basemaps.calendar_html import calendar_html
9
+ from sibi_dst.osmnx_helper.basemaps.calendar_html import calendar_html
10
10
 
11
11
  class RoutePlotter(BaseOsmMap):
12
12
  def __init__(self, osmnx_graph, df, **kwargs):
@@ -2,8 +2,8 @@ import unittest
2
2
  from unittest.mock import patch, MagicMock
3
3
  import datetime
4
4
  import pandas as pd
5
- from sibi_dst.v1.utils import Logger, ParquetSaver
6
- from sibi_dst.v1.utils.data_wrapper import DataWrapper
5
+ from sibi_dst.utils import Logger, ParquetSaver
6
+ from sibi_dst.utils.data_wrapper import DataWrapper
7
7
  from threading import Lock
8
8
 
9
9
  class TestDataWrapper(unittest.TestCase):
@@ -2,7 +2,8 @@ import dask.dataframe as dd
2
2
  import pandas as pd
3
3
 
4
4
  from .log_utils import Logger
5
-
5
+ import warnings
6
+ warnings.filterwarnings("ignore", message="Sorting a Dask DataFrame is expensive and may not be efficient")
6
7
 
7
8
  class DfUtils:
8
9
  def __init__(self, logger=None):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: sibi-dst
3
- Version: 0.3.47
3
+ Version: 0.3.49
4
4
  Summary: Data Science Toolkit
5
5
  Author: Luis Valverde
6
6
  Author-email: lvalverdeb@gmail.com
@@ -9,14 +9,15 @@ Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.11
10
10
  Classifier: Programming Language :: Python :: 3.12
11
11
  Classifier: Programming Language :: Python :: 3.13
12
+ Provides-Extra: complete
12
13
  Requires-Dist: apache-airflow-client (>=2.10.0,<3.0.0)
13
14
  Requires-Dist: chardet (>=5.2.0,<6.0.0)
14
15
  Requires-Dist: charset-normalizer (>=3.4.0,<4.0.0)
15
16
  Requires-Dist: clickhouse-connect (>=0.8.7,<0.9.0)
16
17
  Requires-Dist: clickhouse-driver (>=0.2.9,<0.3.0)
17
18
  Requires-Dist: dask[complete] (>=2024.11.1,<2025.0.0)
18
- Requires-Dist: django (>=5.1.4,<6.0.0)
19
- Requires-Dist: djangorestframework (>=3.15.2,<4.0.0)
19
+ Requires-Dist: django (>=5.1.4,<6.0.0) ; extra == "complete"
20
+ Requires-Dist: djangorestframework (>=3.15.2,<4.0.0) ; extra == "complete"
20
21
  Requires-Dist: folium (>=0.19.4,<0.20.0)
21
22
  Requires-Dist: geopandas (>=1.0.1,<2.0.0)
22
23
  Requires-Dist: geopy (>=2.4.1,<3.0.0)
@@ -66,7 +67,7 @@ Supported Technologies
66
67
  - **Machine Learning**: Scikit-Learn, XGBoost
67
68
  - **Databases & Storage**: SQLAlchemy, Django ORM, Parquet, Amazon S3, GCS, Azure Blob Storage
68
69
  - **Mapping & Geospatial Analysis**: OpenStreetMaps, OSMnx, Geopy
69
- - **API Development**: Django REST Framework, gRPC
70
+ - **API Development**: Django REST Framework, gRPC, FastAPI
70
71
 
71
72
  Installation
72
73
  ---------------------
@@ -159,7 +160,7 @@ Provides **geolocation services** using `Geopy` for forward and reverse geocodin
159
160
  ```python
160
161
  from sibi_dst.geopy_helper import GeolocationService
161
162
  gs = GeolocationService()
162
- location = gs.reverse_geocode(lat=9.935, lon=-84.091)
163
+ location = gs.reverse((9.935,-84.091))
163
164
  print(location)
164
165
  ```
165
166
 
@@ -174,7 +175,7 @@ result = df_helper.load(date__gte='2023-01-01', status='active')
174
175
  ### Parallel Processing
175
176
  Leverage Dask for parallel execution:
176
177
  ```python
177
- results = df_helper.load_parallel(status='active')
178
+ result = df_helper.load_parallel(status='active')
178
179
  ```
179
180
 
180
181
  Testing
@@ -0,0 +1,79 @@
1
+ sibi_dst/__init__.py,sha256=3pbriM7Ym5f9gew7n9cO4G_p9n-0bnxdmQ0hwBdJjr4,253
2
+ sibi_dst/df_helper/__init__.py,sha256=McYrw2N0MsMgtawLrONXTGdyHfQWVOBUvIDbklfjb54,342
3
+ sibi_dst/df_helper/_artifact_updater_multi_wrapper.py,sha256=toH2QvNF-CQNJ4Bc8xreytuWr37G0EWz4ciWVdFMVqU,11646
4
+ sibi_dst/df_helper/_df_helper.py,sha256=IS1m9r9U-eJ7EVMBqmITmre6S0JfIl6nJtPIwNI3xKY,29771
5
+ sibi_dst/df_helper/_parquet_artifact.py,sha256=qt3WZXrE2EZs3KI0biGzm3znIZazzTh8fgiipCVr_Ic,10196
6
+ sibi_dst/df_helper/_parquet_reader.py,sha256=L6mr2FeKtTeIn37G9EGpvOx8PwMqXb6qnEECqBaiwxo,3954
7
+ sibi_dst/df_helper/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
+ sibi_dst/df_helper/backends/django/__init__.py,sha256=uWHi-DtQX5re7b2HcqoXUH3_FZWOw1VTmDf552FAkNs,256
9
+ sibi_dst/df_helper/backends/django/_db_connection.py,sha256=AGbqCnmiX4toMaFPE5ne5h7QCkImjnBKvzGtUD6Ge8Q,3698
10
+ sibi_dst/df_helper/backends/django/_io_dask.py,sha256=NjvJg6y9qKKCRiNrJL4f_A03iKDKEcjCi7LGbr9DgtM,19555
11
+ sibi_dst/df_helper/backends/django/_load_from_db.py,sha256=htG9ec4ix371ClEHQVpx4r3mhBdQaSykeHUCCRhN7L4,10637
12
+ sibi_dst/df_helper/backends/django/_sql_model_builder.py,sha256=at9J7ecGkZbOOYba85uofe9C-ic4wwOqVgJcHpQNiYQ,21449
13
+ sibi_dst/df_helper/backends/http/__init__.py,sha256=d1pfgYxbiYg7E0Iw8RbJ7xfqIfJShqqTBQQGU_S6OOo,105
14
+ sibi_dst/df_helper/backends/http/_http_config.py,sha256=eGPFdqZ5M3Tscqx2P93B6XoBEEzlmdt7yNg7PXUQnNQ,4726
15
+ sibi_dst/df_helper/backends/parquet/__init__.py,sha256=esWJ9aSuYC26d-T01z9dPrJ1uqJzvdaPNTYRb5qXTlQ,182
16
+ sibi_dst/df_helper/backends/parquet/_filter_handler.py,sha256=TvDf0RXta7mwJv11GNQttYJsXgFf2XDj4oLIjt4xTzA,5219
17
+ sibi_dst/df_helper/backends/parquet/_parquet_options.py,sha256=TaU5_wG1Y3lQC8DVCItVvMnc6ZJmECLu3avssVEMbaM,10591
18
+ sibi_dst/df_helper/backends/sqlalchemy/__init__.py,sha256=TuVp8Ce49dCIIxtyrtFGRblarQUl8QGcS-TDZd515IE,348
19
+ sibi_dst/df_helper/backends/sqlalchemy/_db_connection.py,sha256=Kli83IEg5SFVqkhsK4w45cV6PbZnfdGanfsyiW6Xw00,2502
20
+ sibi_dst/df_helper/backends/sqlalchemy/_filter_handler.py,sha256=58RCda1Hg_nsuJw-2V36IstsT8O84IQFgsdE7FnqvMk,4655
21
+ sibi_dst/df_helper/backends/sqlalchemy/_io_dask.py,sha256=BtiRSYA4kFIM-mBCdrwE20vzByfq8_Biv_jPLUCDv58,5466
22
+ sibi_dst/df_helper/backends/sqlalchemy/_load_from_db.py,sha256=I2Us3RrxHci561yyZYBuUCrLVOhB0F3KBnae78m_ARw,6259
23
+ sibi_dst/df_helper/backends/sqlalchemy/_sql_model_builder.py,sha256=ksvJ0EvktrVsoJ9DTMIQHzHe8ghw2mzDIBD_YgWytgw,8402
24
+ sibi_dst/df_helper/core/__init__.py,sha256=o4zDwgVmaijde3oix0ezb6KLxI5QFy-SGUhFTDVFLT4,569
25
+ sibi_dst/df_helper/core/_defaults.py,sha256=eNpHD2sZxir-2xO0b3_V16ryw8YP_5FfpIKK0HNuiN4,7011
26
+ sibi_dst/df_helper/core/_filter_handler.py,sha256=Pmbzygry2mpkNPVS7DBMulHpAb1yYZNFqUU0bJTWJF0,11214
27
+ sibi_dst/df_helper/core/_params_config.py,sha256=DYx2drDz3uF-lSPzizPkchhy-kxRrQKE5FQRxcEWsac,6736
28
+ sibi_dst/df_helper/core/_query_config.py,sha256=Y8LVSyaKuVkrPluRDkQoOwuXHQxner1pFWG3HPfnDHM,441
29
+ sibi_dst/df_helper/data_cleaner.py,sha256=lkxQoXLvGzXCicFUimnA5nen5qkrO1oxgl_p2Be2o8w,5183
30
+ sibi_dst/geopy_helper/__init__.py,sha256=Q1RJiUZIOlV0QNNLjxZ_2IZS5LqIe5jRbeQkfD1Vm60,112
31
+ sibi_dst/geopy_helper/geo_location_service.py,sha256=1ArI980QF_gRw096ZsABHwJt-m55jrfOlB8tPwL1BvY,2959
32
+ sibi_dst/geopy_helper/utils.py,sha256=Sb7qfSqIyWh-AZ4GBdB9-z5FrQPWtrdtQLLcNjph0yw,3351
33
+ sibi_dst/osmnx_helper/__init__.py,sha256=eHM2XenOdI-Rc1deeUCVoT_OidtPJRMcveKenqxzCJM,116
34
+ sibi_dst/osmnx_helper/base_osm_map.py,sha256=L7g3VBiayHX41BcCBTOCS0iJOKzp2ZZYcrp8N-mnU90,19392
35
+ sibi_dst/osmnx_helper/basemaps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
36
+ sibi_dst/osmnx_helper/basemaps/calendar_html.py,sha256=UArt6FDgoCgoRte45Xo3IHqd-RNzW0YgitgZYfOFasY,4031
37
+ sibi_dst/osmnx_helper/basemaps/router_plotter.py,sha256=UAiijn-J-jjX4YnL0_P9SFqTadrxMx-YK4djYhqPqfQ,10941
38
+ sibi_dst/osmnx_helper/utils.py,sha256=BzuY8CtYnBAAO8UAr_M7EOk6CP1zcifNLs8pkdFZEFg,20577
39
+ sibi_dst/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
+ sibi_dst/tests/test_data_wrapper_class.py,sha256=6uFmZR2DxnxQz49L5jT2ehlKvlLnpUHMLFB_PqqUq7k,3336
41
+ sibi_dst/utils/__init__.py,sha256=ecBkVoWRqzljPRpmufl0FFWqTJNsVa56e4ahgKwRojM,1017
42
+ sibi_dst/utils/airflow_manager.py,sha256=-d44EKUZNYJyp4wuNwRvilRQktunArPOB5fZuWdQv10,7526
43
+ sibi_dst/utils/clickhouse_writer.py,sha256=JE_WMsnLTlxoABIDLuvrDUVHkTidlev8gSC4krDag3M,9879
44
+ sibi_dst/utils/credentials.py,sha256=cHJPPsmVyijqbUQIq7WWPe-lIallA-mI5RAy3YUuRME,1724
45
+ sibi_dst/utils/data_from_http_source.py,sha256=AcpKNsqTgN2ClNwuhgUpuNCx62r5_DdsAiKY8vcHEBA,1867
46
+ sibi_dst/utils/data_utils.py,sha256=MqbwXk33BuANWeKKmsabHouhb8GZswSmbM-VetWWE-M,10357
47
+ sibi_dst/utils/data_wrapper.py,sha256=pIIQxeHknUeQd0YbISkAhL-xYBK4OdijoATBY-oBznw,12114
48
+ sibi_dst/utils/date_utils.py,sha256=7cqgC6WEcfkh6BKTgq-kyig4H9rf_0VzpySPYElSo_0,18359
49
+ sibi_dst/utils/df_utils.py,sha256=TzIAUCLbgOn3bvCFvzkc1S9YU-OlZTImdCj-88dtg8g,11401
50
+ sibi_dst/utils/file_utils.py,sha256=Z99CZ_4nPDIaZqbCfzzUDfAYJjSudWDj-mwEO8grhbc,1253
51
+ sibi_dst/utils/filepath_generator.py,sha256=-HHO0U-PR8fysDDFwnWdHRlgqksh_RkmgBZLWv9hM7s,6669
52
+ sibi_dst/utils/log_utils.py,sha256=eSAbi_jmMpJ8RpycakzT4S4zNkqVZDj3FY8WwnxpdXc,4623
53
+ sibi_dst/utils/parquet_saver.py,sha256=Tucxv9jRX66VuLQZn0dPQBN7JOttBou6SF8FxqufeGE,8169
54
+ sibi_dst/utils/phone_formatter.py,sha256=tsVTDamuthFYgy4-5UwmQkPQ-FGTGH7MjZyH8utAkIY,4945
55
+ sibi_dst/utils/storage_config.py,sha256=ugM70OHo63dN7LPukl0FZTWwXKBuoCILFh3RdNEeMgY,1239
56
+ sibi_dst/utils/storage_manager.py,sha256=H_itUFJv9nP0BfXYYQDsw4RzB0YWfgVOAHNWAiMpZ_w,4443
57
+ sibi_dst/v2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
+ sibi_dst/v2/df_helper/__init__.py,sha256=XuH6jKYAPg2DdRbsxxBSxp9X3x-ARyaT0xe27uILrVo,99
59
+ sibi_dst/v2/df_helper/_df_helper.py,sha256=9pED3bjQ2Z81zqzJrZ9e7SguoO4-hBmNTJK4WOKrr4M,9297
60
+ sibi_dst/v2/df_helper/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
61
+ sibi_dst/v2/df_helper/backends/sqlalchemy/__init__.py,sha256=MOEedyWqcb1_RiRYKyyWX0uFNCfBgmyYbTjco8-GBxU,262
62
+ sibi_dst/v2/df_helper/backends/sqlalchemy/_db_connection.py,sha256=8u3jdD0sR2fmm2H75GDdygoqiqDI6-N-azOJsLgUWFA,3189
63
+ sibi_dst/v2/df_helper/backends/sqlalchemy/_io_dask.py,sha256=6V9DruwckEsonYW5YvBY93-NzXYHbTA7OsyMKMYIZEs,5472
64
+ sibi_dst/v2/df_helper/backends/sqlalchemy/_load_from_db.py,sha256=jhgN0OO5Sk1zQFHrMUhJn2F_hHB5g3x3EJ8j5PXNb0U,6295
65
+ sibi_dst/v2/df_helper/backends/sqlalchemy/_model_builder.py,sha256=jX_mQAzl_6xdh7CTYw4uvUIX2wMp3NzXMlfbC5alOzs,13632
66
+ sibi_dst/v2/df_helper/backends/sqlmodel/__init__.py,sha256=LcwJjVVxxrnVZalWqnz5m7r77i9tmJR0-U2k8eSQ-m8,249
67
+ sibi_dst/v2/df_helper/backends/sqlmodel/_db_connection.py,sha256=b5xmxQr4a8fhE4qdCGJrNWjjX1NW5hrPNLmlfP20rIg,2897
68
+ sibi_dst/v2/df_helper/backends/sqlmodel/_io_dask.py,sha256=wVgNPo5V75aLtlZr_SIQ-yteyXq-Rg93eMfR8JCfkSo,5422
69
+ sibi_dst/v2/df_helper/backends/sqlmodel/_load_from_db.py,sha256=FIs6UrNxdJ7eDHDvTv-cJuybIue2-oCRedhW-MNe7CU,6285
70
+ sibi_dst/v2/df_helper/backends/sqlmodel/_model_builder.py,sha256=k0dnMLkLMMvkDYDYWkGFgibW5UD8pJgB3YrEg_R7pj8,13556
71
+ sibi_dst/v2/df_helper/core/__init__.py,sha256=rZhBh32Rgcxj4MBii-KsYVJQmrT9egiWKXk68gWKblo,197
72
+ sibi_dst/v2/df_helper/core/_filter_handler.py,sha256=54jyz7OUigUqwlyl5gzy1d7aJ_oXV3aMORCoqZIf6sY,10100
73
+ sibi_dst/v2/df_helper/core/_params_config.py,sha256=DYx2drDz3uF-lSPzizPkchhy-kxRrQKE5FQRxcEWsac,6736
74
+ sibi_dst/v2/df_helper/core/_query_config.py,sha256=Y8LVSyaKuVkrPluRDkQoOwuXHQxner1pFWG3HPfnDHM,441
75
+ sibi_dst/v2/utils/__init__.py,sha256=6H4cvhqTiFufnFPETBF0f8beVVMpfJfvUs6Ne0TQZNY,58
76
+ sibi_dst/v2/utils/log_utils.py,sha256=rfk5VsLAt-FKpv6aPTC1FToIPiyrnHAFFBAkHme24po,4123
77
+ sibi_dst-0.3.49.dist-info/METADATA,sha256=JJQStRGmtUBhkPW2SeEPFfbJ4vBVYsEjIr_AHZVpTnw,6614
78
+ sibi_dst-0.3.49.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
79
+ sibi_dst-0.3.49.dist-info/RECORD,,
File without changes
@@ -1,80 +0,0 @@
1
- sibi_dst/__init__.py,sha256=uwF7KQ9TjongYh3qIA36hSSjR85TVJKuZI0WUPqLYJg,1576
2
- sibi_dst/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- sibi_dst/v1/df_helper/__init__.py,sha256=A-f5cCBy949HHxgiPt0T4MG3qdLAnDpGOpRvP-2dXWc,400
4
- sibi_dst/v1/df_helper/_artifact_updater_multi_wrapper.py,sha256=Ghfee9dELU8CGUMdWeZxyThSFZMd6jTGKednLrRKh4U,11649
5
- sibi_dst/v1/df_helper/_df_helper.py,sha256=veist8sExgeOT3Xpjp5L9n3djQdQoG435oPQx-NluF8,29780
6
- sibi_dst/v1/df_helper/_parquet_artifact.py,sha256=HOgfANd3ivGBCHf63q8UN-75NWyo0Tr7fzRqfeVKB3I,10202
7
- sibi_dst/v1/df_helper/_parquet_reader.py,sha256=fmSepQmxjWp59gbecAd_ThMC68gDnKMaAUeciVRVpQY,3960
8
- sibi_dst/v1/df_helper/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- sibi_dst/v1/df_helper/backends/django/__init__.py,sha256=uWHi-DtQX5re7b2HcqoXUH3_FZWOw1VTmDf552FAkNs,256
10
- sibi_dst/v1/df_helper/backends/django/_db_connection.py,sha256=AGbqCnmiX4toMaFPE5ne5h7QCkImjnBKvzGtUD6Ge8Q,3698
11
- sibi_dst/v1/df_helper/backends/django/_io_dask.py,sha256=NjvJg6y9qKKCRiNrJL4f_A03iKDKEcjCi7LGbr9DgtM,19555
12
- sibi_dst/v1/df_helper/backends/django/_load_from_db.py,sha256=Htr4jDYB6MQQqQyJKOiqv9AfheUXlL4XzOlL3-wFBeY,10646
13
- sibi_dst/v1/df_helper/backends/django/_sql_model_builder.py,sha256=at9J7ecGkZbOOYba85uofe9C-ic4wwOqVgJcHpQNiYQ,21449
14
- sibi_dst/v1/df_helper/backends/http/__init__.py,sha256=d1pfgYxbiYg7E0Iw8RbJ7xfqIfJShqqTBQQGU_S6OOo,105
15
- sibi_dst/v1/df_helper/backends/http/_http_config.py,sha256=YFpduRY-00dNwGJwFuHleGyp5mP56IfPdhSY_kTJ6O0,4729
16
- sibi_dst/v1/df_helper/backends/parquet/__init__.py,sha256=esWJ9aSuYC26d-T01z9dPrJ1uqJzvdaPNTYRb5qXTlQ,182
17
- sibi_dst/v1/df_helper/backends/parquet/_filter_handler.py,sha256=hBhrMLHFIOoVWEVyc6Jyp_XTopg6u7i3s0FhmVpISyI,5222
18
- sibi_dst/v1/df_helper/backends/parquet/_parquet_options.py,sha256=yueBidL07wYr6EMZCERHqX0FPTZCGBHaZD6AXFcclCo,10597
19
- sibi_dst/v1/df_helper/backends/sqlalchemy/__init__.py,sha256=TuVp8Ce49dCIIxtyrtFGRblarQUl8QGcS-TDZd515IE,348
20
- sibi_dst/v1/df_helper/backends/sqlalchemy/_db_connection.py,sha256=Kli83IEg5SFVqkhsK4w45cV6PbZnfdGanfsyiW6Xw00,2502
21
- sibi_dst/v1/df_helper/backends/sqlalchemy/_filter_handler.py,sha256=58RCda1Hg_nsuJw-2V36IstsT8O84IQFgsdE7FnqvMk,4655
22
- sibi_dst/v1/df_helper/backends/sqlalchemy/_io_dask.py,sha256=FvsNYb__wmT-D8pZYEwfrq6uPJihi77AfEAinkuGiwo,5472
23
- sibi_dst/v1/df_helper/backends/sqlalchemy/_load_from_db.py,sha256=PFA22DF3avh2jPEt6uqN16jpxRwPZIzs_E5qMjcdw9M,6265
24
- sibi_dst/v1/df_helper/backends/sqlalchemy/_sql_model_builder.py,sha256=ksvJ0EvktrVsoJ9DTMIQHzHe8ghw2mzDIBD_YgWytgw,8402
25
- sibi_dst/v1/df_helper/core/__init__.py,sha256=o4zDwgVmaijde3oix0ezb6KLxI5QFy-SGUhFTDVFLT4,569
26
- sibi_dst/v1/df_helper/core/_defaults.py,sha256=eNpHD2sZxir-2xO0b3_V16ryw8YP_5FfpIKK0HNuiN4,7011
27
- sibi_dst/v1/df_helper/core/_filter_handler.py,sha256=TLUSEiGudCTmOv5htAFi-RQtXXU367Wk6cqLKVSbT-U,11217
28
- sibi_dst/v1/df_helper/core/_params_config.py,sha256=DYx2drDz3uF-lSPzizPkchhy-kxRrQKE5FQRxcEWsac,6736
29
- sibi_dst/v1/df_helper/core/_query_config.py,sha256=Y8LVSyaKuVkrPluRDkQoOwuXHQxner1pFWG3HPfnDHM,441
30
- sibi_dst/v1/df_helper/data_cleaner.py,sha256=lkxQoXLvGzXCicFUimnA5nen5qkrO1oxgl_p2Be2o8w,5183
31
- sibi_dst/v1/geopy_helper/__init__.py,sha256=Q1RJiUZIOlV0QNNLjxZ_2IZS5LqIe5jRbeQkfD1Vm60,112
32
- sibi_dst/v1/geopy_helper/geo_location_service.py,sha256=1ArI980QF_gRw096ZsABHwJt-m55jrfOlB8tPwL1BvY,2959
33
- sibi_dst/v1/geopy_helper/utils.py,sha256=Sb7qfSqIyWh-AZ4GBdB9-z5FrQPWtrdtQLLcNjph0yw,3351
34
- sibi_dst/v1/osmnx_helper/__init__.py,sha256=eHM2XenOdI-Rc1deeUCVoT_OidtPJRMcveKenqxzCJM,116
35
- sibi_dst/v1/osmnx_helper/base_osm_map.py,sha256=L7g3VBiayHX41BcCBTOCS0iJOKzp2ZZYcrp8N-mnU90,19392
36
- sibi_dst/v1/osmnx_helper/basemaps/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
37
- sibi_dst/v1/osmnx_helper/basemaps/calendar_html.py,sha256=UArt6FDgoCgoRte45Xo3IHqd-RNzW0YgitgZYfOFasY,4031
38
- sibi_dst/v1/osmnx_helper/basemaps/router_plotter.py,sha256=SWdDz5XGDSHT6Iyr-EIatSNTvGPR3AVDJ5TTcWm0w4g,10947
39
- sibi_dst/v1/osmnx_helper/utils.py,sha256=BzuY8CtYnBAAO8UAr_M7EOk6CP1zcifNLs8pkdFZEFg,20577
40
- sibi_dst/v1/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
41
- sibi_dst/v1/tests/test_data_wrapper_class.py,sha256=hCSZ0aubhWNlu2pBV8jG56UsSHhnjQ6hHLdN4Q4YLTw,3342
42
- sibi_dst/v1/utils/__init__.py,sha256=ecBkVoWRqzljPRpmufl0FFWqTJNsVa56e4ahgKwRojM,1017
43
- sibi_dst/v1/utils/airflow_manager.py,sha256=-d44EKUZNYJyp4wuNwRvilRQktunArPOB5fZuWdQv10,7526
44
- sibi_dst/v1/utils/clickhouse_writer.py,sha256=JE_WMsnLTlxoABIDLuvrDUVHkTidlev8gSC4krDag3M,9879
45
- sibi_dst/v1/utils/credentials.py,sha256=cHJPPsmVyijqbUQIq7WWPe-lIallA-mI5RAy3YUuRME,1724
46
- sibi_dst/v1/utils/data_from_http_source.py,sha256=AcpKNsqTgN2ClNwuhgUpuNCx62r5_DdsAiKY8vcHEBA,1867
47
- sibi_dst/v1/utils/data_utils.py,sha256=MqbwXk33BuANWeKKmsabHouhb8GZswSmbM-VetWWE-M,10357
48
- sibi_dst/v1/utils/data_wrapper.py,sha256=pIIQxeHknUeQd0YbISkAhL-xYBK4OdijoATBY-oBznw,12114
49
- sibi_dst/v1/utils/date_utils.py,sha256=7cqgC6WEcfkh6BKTgq-kyig4H9rf_0VzpySPYElSo_0,18359
50
- sibi_dst/v1/utils/df_utils.py,sha256=GAX0lthULTmGaDvYzuLmo0op7YKaCM5uot403QpztoM,11278
51
- sibi_dst/v1/utils/file_utils.py,sha256=Z99CZ_4nPDIaZqbCfzzUDfAYJjSudWDj-mwEO8grhbc,1253
52
- sibi_dst/v1/utils/filepath_generator.py,sha256=-HHO0U-PR8fysDDFwnWdHRlgqksh_RkmgBZLWv9hM7s,6669
53
- sibi_dst/v1/utils/log_utils.py,sha256=eSAbi_jmMpJ8RpycakzT4S4zNkqVZDj3FY8WwnxpdXc,4623
54
- sibi_dst/v1/utils/parquet_saver.py,sha256=Tucxv9jRX66VuLQZn0dPQBN7JOttBou6SF8FxqufeGE,8169
55
- sibi_dst/v1/utils/phone_formatter.py,sha256=tsVTDamuthFYgy4-5UwmQkPQ-FGTGH7MjZyH8utAkIY,4945
56
- sibi_dst/v1/utils/storage_config.py,sha256=ugM70OHo63dN7LPukl0FZTWwXKBuoCILFh3RdNEeMgY,1239
57
- sibi_dst/v1/utils/storage_manager.py,sha256=H_itUFJv9nP0BfXYYQDsw4RzB0YWfgVOAHNWAiMpZ_w,4443
58
- sibi_dst/v2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
- sibi_dst/v2/df_helper/__init__.py,sha256=XuH6jKYAPg2DdRbsxxBSxp9X3x-ARyaT0xe27uILrVo,99
60
- sibi_dst/v2/df_helper/_df_helper.py,sha256=9pED3bjQ2Z81zqzJrZ9e7SguoO4-hBmNTJK4WOKrr4M,9297
61
- sibi_dst/v2/df_helper/backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
- sibi_dst/v2/df_helper/backends/sqlalchemy/__init__.py,sha256=MOEedyWqcb1_RiRYKyyWX0uFNCfBgmyYbTjco8-GBxU,262
63
- sibi_dst/v2/df_helper/backends/sqlalchemy/_db_connection.py,sha256=8u3jdD0sR2fmm2H75GDdygoqiqDI6-N-azOJsLgUWFA,3189
64
- sibi_dst/v2/df_helper/backends/sqlalchemy/_io_dask.py,sha256=6V9DruwckEsonYW5YvBY93-NzXYHbTA7OsyMKMYIZEs,5472
65
- sibi_dst/v2/df_helper/backends/sqlalchemy/_load_from_db.py,sha256=jhgN0OO5Sk1zQFHrMUhJn2F_hHB5g3x3EJ8j5PXNb0U,6295
66
- sibi_dst/v2/df_helper/backends/sqlalchemy/_model_builder.py,sha256=jX_mQAzl_6xdh7CTYw4uvUIX2wMp3NzXMlfbC5alOzs,13632
67
- sibi_dst/v2/df_helper/backends/sqlmodel/__init__.py,sha256=LcwJjVVxxrnVZalWqnz5m7r77i9tmJR0-U2k8eSQ-m8,249
68
- sibi_dst/v2/df_helper/backends/sqlmodel/_db_connection.py,sha256=b5xmxQr4a8fhE4qdCGJrNWjjX1NW5hrPNLmlfP20rIg,2897
69
- sibi_dst/v2/df_helper/backends/sqlmodel/_io_dask.py,sha256=wVgNPo5V75aLtlZr_SIQ-yteyXq-Rg93eMfR8JCfkSo,5422
70
- sibi_dst/v2/df_helper/backends/sqlmodel/_load_from_db.py,sha256=FIs6UrNxdJ7eDHDvTv-cJuybIue2-oCRedhW-MNe7CU,6285
71
- sibi_dst/v2/df_helper/backends/sqlmodel/_model_builder.py,sha256=k0dnMLkLMMvkDYDYWkGFgibW5UD8pJgB3YrEg_R7pj8,13556
72
- sibi_dst/v2/df_helper/core/__init__.py,sha256=rZhBh32Rgcxj4MBii-KsYVJQmrT9egiWKXk68gWKblo,197
73
- sibi_dst/v2/df_helper/core/_filter_handler.py,sha256=54jyz7OUigUqwlyl5gzy1d7aJ_oXV3aMORCoqZIf6sY,10100
74
- sibi_dst/v2/df_helper/core/_params_config.py,sha256=DYx2drDz3uF-lSPzizPkchhy-kxRrQKE5FQRxcEWsac,6736
75
- sibi_dst/v2/df_helper/core/_query_config.py,sha256=Y8LVSyaKuVkrPluRDkQoOwuXHQxner1pFWG3HPfnDHM,441
76
- sibi_dst/v2/utils/__init__.py,sha256=6H4cvhqTiFufnFPETBF0f8beVVMpfJfvUs6Ne0TQZNY,58
77
- sibi_dst/v2/utils/log_utils.py,sha256=rfk5VsLAt-FKpv6aPTC1FToIPiyrnHAFFBAkHme24po,4123
78
- sibi_dst-0.3.47.dist-info/METADATA,sha256=gMtxspdzcTG7HU0wXOdyxn5xfJas20XdBLyHRmWTwSc,6552
79
- sibi_dst-0.3.47.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
80
- sibi_dst-0.3.47.dist-info/RECORD,,
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes