deltafi 2.29.1rc20250818210829__py3-none-any.whl → 2.30.0__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.

Potentially problematic release.


This version of deltafi might be problematic. Click here for more details.

@@ -0,0 +1,38 @@
1
+ Metadata-Version: 2.3
2
+ Name: deltafi
3
+ Version: 2.30.0
4
+ Summary: SDK for DeltaFi plugins and actions
5
+ License: Apache License, Version 2.0
6
+ Keywords: deltafi
7
+ Author: DeltaFi
8
+ Author-email: deltafi@systolic.com
9
+ Requires-Python: >=3.9,<4.0
10
+ Classifier: Development Status :: 4 - Beta
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: Apache Software License
13
+ Classifier: License :: Other/Proprietary License
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Topic :: Software Development
22
+ Requires-Dist: PyYAML (==6.0.2)
23
+ Requires-Dist: deepdiff (==6.7.1)
24
+ Requires-Dist: json-logging (==1.5.1)
25
+ Requires-Dist: minio (==7.2.15)
26
+ Requires-Dist: pydantic (==2.11.7)
27
+ Requires-Dist: redis (==6.2.0)
28
+ Requires-Dist: requests (==2.32.4)
29
+ Requires-Dist: urllib3 (==2.5.0)
30
+ Project-URL: Bug Reports, https://chat.deltafi.org/deltafi/channels/bug-reports
31
+ Project-URL: Documentation, https://docs.deltafi.org/#/
32
+ Project-URL: Source Code, https://gitlab.com/deltafi/deltafi
33
+ Description-Content-Type: text/markdown
34
+
35
+ # DeltaFi Action Kit
36
+
37
+ This project provides a Python implementation of the DeltaFi Action Kit. The DeltaFi Action Kit is a setup of modules which simplify the creation of a DeltaFi Plugin.
38
+
@@ -20,6 +20,6 @@ deltafi/test_kit/egress.py,sha256=DhWfVUSFx_V94rtLpohEKvlXlSfoY8P3Yjd4lj2smfQ,19
20
20
  deltafi/test_kit/framework.py,sha256=9m7opcSVMmQHA1x0E0DAtSWKHZU5y-0A5sPng_im81A,16591
21
21
  deltafi/test_kit/timed_ingress.py,sha256=qfZIpbl4ESKRJNO9UsO-jvB4iVI7RZWGGYbPrMhfROs,4290
22
22
  deltafi/test_kit/transform.py,sha256=CLtcP3GputylMrO73_P4Tbu33Y4Auelp2318gTnLxhU,4179
23
- deltafi-2.29.1rc20250818210829.dist-info/METADATA,sha256=-58dtKXrpOhjFtp4eHHEltK2dH1sGRNb2oPq-CJ8sPQ,2270
24
- deltafi-2.29.1rc20250818210829.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
25
- deltafi-2.29.1rc20250818210829.dist-info/RECORD,,
23
+ deltafi-2.30.0.dist-info/METADATA,sha256=OydhAtB7FkQgvZTjLXVEUK3z0GmqKUGFttLcWsqrGSc,1519
24
+ deltafi-2.30.0.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
25
+ deltafi-2.30.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.27.0
2
+ Generator: poetry-core 2.1.3
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,82 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: deltafi
3
- Version: 2.29.1rc20250818210829
4
- Summary: SDK for DeltaFi plugins and actions
5
- Project-URL: Source Code, https://gitlab.com/deltafi/deltafi
6
- Project-URL: Documentation, https://docs.deltafi.org/#/
7
- Project-URL: Bug Reports, https://chat.deltafi.org/deltafi/channels/bug-reports
8
- Author-email: DeltaFi <deltafi@systolic.com>
9
- License: Apache License, Version 2.0
10
- Keywords: deltafi
11
- Classifier: Development Status :: 4 - Beta
12
- Classifier: Intended Audience :: Developers
13
- Classifier: License :: OSI Approved :: Apache Software License
14
- Classifier: Operating System :: OS Independent
15
- Classifier: Programming Language :: Python :: 3
16
- Classifier: Programming Language :: Python :: 3.13
17
- Classifier: Topic :: Software Development
18
- Requires-Python: >=3.13
19
- Requires-Dist: deepdiff==6.7.1
20
- Requires-Dist: json-logging==1.5.1
21
- Requires-Dist: minio==7.2.15
22
- Requires-Dist: pydantic==2.11.7
23
- Requires-Dist: pyyaml==6.0.2
24
- Requires-Dist: redis==6.2.0
25
- Requires-Dist: requests==2.32.4
26
- Requires-Dist: urllib3==2.5.0
27
- Provides-Extra: dev
28
- Requires-Dist: mypy>=1.8.0; extra == 'dev'
29
- Requires-Dist: ruff>=0.1.0; extra == 'dev'
30
- Provides-Extra: test
31
- Requires-Dist: mockito==1.5.4; extra == 'test'
32
- Requires-Dist: pytest-mock==3.14.1; extra == 'test'
33
- Requires-Dist: pytest==8.4.1; extra == 'test'
34
- Description-Content-Type: text/markdown
35
-
36
- # DeltaFi Action Kit
37
-
38
- This project provides a Python implementation of the DeltaFi Action Kit. The DeltaFi Action Kit is a setup of modules which simplify the creation of a DeltaFi Plugin.
39
-
40
- ## Development Setup
41
-
42
- This project uses [uv](https://github.com/astral-sh/uv) for dependency management and building. uv is a fast Python package installer and resolver.
43
-
44
- ### Prerequisites
45
-
46
- - Python 3.13 or higher
47
- - uv (will be installed automatically via the build process)
48
-
49
- ### Building and Testing
50
-
51
- The project uses Gradle to orchestrate the build process with uv:
52
-
53
- ```bash
54
- # Build the project
55
- ./gradlew assemble
56
-
57
- # Run tests
58
- ./gradlew test
59
-
60
- # Clean build artifacts
61
- ./gradlew clean
62
- ```
63
-
64
- ### Manual Development
65
-
66
- For manual development without Gradle:
67
-
68
- ```bash
69
- cd src
70
-
71
- # Install uv if not already installed
72
- brew install uv || pip install uv
73
-
74
- # Install dependencies
75
- uv pip install -e .[test]
76
-
77
- # Run tests
78
- uv run pytest
79
-
80
- # Build package
81
- uv build
82
- ```