sibi-dst 0.3.46__py3-none-any.whl → 0.3.47__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.
sibi_dst/v1/utils/__init__.py
CHANGED
@@ -14,6 +14,7 @@ from .airflow_manager import AirflowDAGManager
|
|
14
14
|
from .credentials import *
|
15
15
|
from .data_wrapper import DataWrapper
|
16
16
|
from .storage_config import StorageConfig
|
17
|
+
from .data_from_http_source import DataFromHttpSource
|
17
18
|
|
18
19
|
__all__ = [
|
19
20
|
"Logger",
|
@@ -33,4 +34,5 @@ __all__ = [
|
|
33
34
|
"ClickHouseWriter",
|
34
35
|
"AirflowDAGManager",
|
35
36
|
"StorageConfig",
|
37
|
+
"DataFromHttpSource"
|
36
38
|
]
|
@@ -39,7 +39,7 @@ sibi_dst/v1/osmnx_helper/basemaps/router_plotter.py,sha256=SWdDz5XGDSHT6Iyr-EIat
|
|
39
39
|
sibi_dst/v1/osmnx_helper/utils.py,sha256=BzuY8CtYnBAAO8UAr_M7EOk6CP1zcifNLs8pkdFZEFg,20577
|
40
40
|
sibi_dst/v1/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
41
41
|
sibi_dst/v1/tests/test_data_wrapper_class.py,sha256=hCSZ0aubhWNlu2pBV8jG56UsSHhnjQ6hHLdN4Q4YLTw,3342
|
42
|
-
sibi_dst/v1/utils/__init__.py,sha256=
|
42
|
+
sibi_dst/v1/utils/__init__.py,sha256=ecBkVoWRqzljPRpmufl0FFWqTJNsVa56e4ahgKwRojM,1017
|
43
43
|
sibi_dst/v1/utils/airflow_manager.py,sha256=-d44EKUZNYJyp4wuNwRvilRQktunArPOB5fZuWdQv10,7526
|
44
44
|
sibi_dst/v1/utils/clickhouse_writer.py,sha256=JE_WMsnLTlxoABIDLuvrDUVHkTidlev8gSC4krDag3M,9879
|
45
45
|
sibi_dst/v1/utils/credentials.py,sha256=cHJPPsmVyijqbUQIq7WWPe-lIallA-mI5RAy3YUuRME,1724
|
@@ -75,6 +75,6 @@ sibi_dst/v2/df_helper/core/_params_config.py,sha256=DYx2drDz3uF-lSPzizPkchhy-kxR
|
|
75
75
|
sibi_dst/v2/df_helper/core/_query_config.py,sha256=Y8LVSyaKuVkrPluRDkQoOwuXHQxner1pFWG3HPfnDHM,441
|
76
76
|
sibi_dst/v2/utils/__init__.py,sha256=6H4cvhqTiFufnFPETBF0f8beVVMpfJfvUs6Ne0TQZNY,58
|
77
77
|
sibi_dst/v2/utils/log_utils.py,sha256=rfk5VsLAt-FKpv6aPTC1FToIPiyrnHAFFBAkHme24po,4123
|
78
|
-
sibi_dst-0.3.
|
79
|
-
sibi_dst-0.3.
|
80
|
-
sibi_dst-0.3.
|
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
|