datapipe-core 0.13.13.dev1__tar.gz → 0.13.13.dev2__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.
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/PKG-INFO +2 -2
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/pyproject.toml +2 -2
- datapipe_core-0.13.13.dev1/datapipe/executor/__pycache__/__init__.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/executor/__pycache__/ray.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/migrations/__pycache__/__init__.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/migrations/__pycache__/v013.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/step/__pycache__/__init__.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/step/__pycache__/batch_generate.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/step/__pycache__/batch_transform.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/step/__pycache__/datatable_transform.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/step/__pycache__/update_external_table.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/store/__pycache__/__init__.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/store/__pycache__/database.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/store/__pycache__/filedir.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/store/__pycache__/milvus.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/store/__pycache__/pandas.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/store/__pycache__/qdrant.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/store/__pycache__/redis.cpython-310.pyc +0 -0
- datapipe_core-0.13.13.dev1/datapipe/store/__pycache__/table_store.cpython-310.pyc +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/LICENSE +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/README.md +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/__init__.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/cli.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/compute.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/datatable.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/event_logger.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/executor/__init__.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/executor/ray.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/lints.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/migrations/__init__.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/migrations/v013.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/run_config.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/sql_util.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/step/__init__.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/step/batch_generate.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/step/batch_transform.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/step/datatable_transform.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/step/update_external_table.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/store/__init__.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/store/database.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/store/filedir.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/store/milvus.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/store/pandas.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/store/qdrant.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/store/redis.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/store/table_store.py +0 -0
- {datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: datapipe-core
|
|
3
|
-
Version: 0.13.13.
|
|
3
|
+
Version: 0.13.13.dev2
|
|
4
4
|
Summary: `datapipe` is a realtime incremental ETL library for Python application
|
|
5
5
|
Home-page: https://github.com/epoch8/datapipe
|
|
6
6
|
Author: Andrey Tatarinov
|
|
@@ -36,7 +36,7 @@ Requires-Dist: opentelemetry-api (>=1.8.0,<2.0.0)
|
|
|
36
36
|
Requires-Dist: opentelemetry-exporter-gcp-trace ; extra == "gcp"
|
|
37
37
|
Requires-Dist: opentelemetry-instrumentation-sqlalchemy
|
|
38
38
|
Requires-Dist: opentelemetry-sdk (>=1.8.0,<2.0.0)
|
|
39
|
-
Requires-Dist: pandas (>=1.2.0
|
|
39
|
+
Requires-Dist: pandas (>=1.2.0)
|
|
40
40
|
Requires-Dist: psycopg2_binary (>=2.8.4)
|
|
41
41
|
Requires-Dist: pymilvus (>=2.0.2,<3.0.0) ; extra == "milvus"
|
|
42
42
|
Requires-Dist: pysqlite3-binary (>=0.5.0,<0.6.0) ; (sys_platform != "darwin") and (extra == "sqlite")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "datapipe-core"
|
|
3
|
-
version = "0.13.13-dev.
|
|
3
|
+
version = "0.13.13-dev.2"
|
|
4
4
|
description = "`datapipe` is a realtime incremental ETL library for Python application"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
repository = "https://github.com/epoch8/datapipe"
|
|
@@ -17,7 +17,7 @@ gcsfs = {version=">=2021.11.1", optional=true}
|
|
|
17
17
|
s3fs = {version=">=2021.11.1", optional=true}
|
|
18
18
|
|
|
19
19
|
# TODO Fix incompatibility between sqlalchemy < 2 and pandas 2.2
|
|
20
|
-
pandas = ">=1.2.0
|
|
20
|
+
pandas = ">=1.2.0"
|
|
21
21
|
|
|
22
22
|
numpy = ">=1.21.0, <2.0"
|
|
23
23
|
SQLAlchemy = ">=1.4.25, <3.0.0"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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
|
{datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/step/datatable_transform.py
RENAMED
|
File without changes
|
{datapipe_core-0.13.13.dev1 → datapipe_core-0.13.13.dev2}/datapipe/step/update_external_table.py
RENAMED
|
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
|