tkati-node-dedup 0.3.0__tar.gz → 0.3.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.
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/PKG-INFO +2 -2
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/pyproject.toml +2 -2
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup.egg-info/PKG-INFO +2 -2
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup.egg-info/requires.txt +1 -1
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/README.md +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/setup.cfg +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup/__init__.py +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup/__main__.py +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup/main.py +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup/py.typed +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup/settings.py +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup/store.py +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup.egg-info/SOURCES.txt +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup.egg-info/dependency_links.txt +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup.egg-info/entry_points.txt +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup.egg-info/top_level.txt +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/tests/test_node_dedup.py +0 -0
- {tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/tests/test_store.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tkati-node-dedup
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: Kafka-to-Kafka streaming node that deduplicates events by a configurable field within a rolling processing-time window
|
|
5
5
|
Requires-Python: >=3.13
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
|
-
Requires-Dist: tkati-core==0.3.
|
|
7
|
+
Requires-Dist: tkati-core==0.3.1
|
|
8
8
|
Requires-Dist: loguru>=0.7.0
|
|
9
9
|
Requires-Dist: pydantic-settings>=2.11.0
|
|
10
10
|
Requires-Dist: pyarrow>=21.0.0
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "tkati-node-dedup"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.1"
|
|
4
4
|
description = "Kafka-to-Kafka streaming node that deduplicates events by a configurable field within a rolling processing-time window"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.13"
|
|
7
7
|
dependencies = [
|
|
8
|
-
"tkati-core==0.3.
|
|
8
|
+
"tkati-core==0.3.1",
|
|
9
9
|
"loguru>=0.7.0",
|
|
10
10
|
"pydantic-settings>=2.11.0",
|
|
11
11
|
"pyarrow>=21.0.0",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tkati-node-dedup
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.1
|
|
4
4
|
Summary: Kafka-to-Kafka streaming node that deduplicates events by a configurable field within a rolling processing-time window
|
|
5
5
|
Requires-Python: >=3.13
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
7
|
-
Requires-Dist: tkati-core==0.3.
|
|
7
|
+
Requires-Dist: tkati-core==0.3.1
|
|
8
8
|
Requires-Dist: loguru>=0.7.0
|
|
9
9
|
Requires-Dist: pydantic-settings>=2.11.0
|
|
10
10
|
Requires-Dist: pyarrow>=21.0.0
|
|
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
|
{tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{tkati_node_dedup-0.3.0 → tkati_node_dedup-0.3.1}/src/tkati_node_dedup.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|