SDK for DeltaFi plugins and actions
Project description
DeltaFi Action Kit
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.
Development Setup
This project uses uv for dependency management and building. uv is a fast Python package installer and resolver.
Prerequisites
- Python 3.13 or higher
- uv (will be installed automatically via the build process)
Building and Testing
The project uses Gradle to orchestrate the build process with uv:
# Build the project
./gradlew assemble
# Run tests
./gradlew test
# Clean build artifacts
./gradlew clean
Manual Development
For manual development without Gradle:
cd src
# Install uv if not already installed
brew install uv || pip install uv
# Install dependencies
uv pip install -e .[test]
# Run tests
uv run pytest
# Build package
uv build
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file deltafi-2.49.1.tar.gz.
File metadata
- Download URL: deltafi-2.49.1.tar.gz
- Upload date:
- Size: 59.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47eac83349938f2b74c5289240988f249b07f67ce2ea3a665698bb4eab4940c7
|
|
| MD5 |
3b80df5c60a23b47ca52e3fe0ec1a456
|
|
| BLAKE2b-256 |
73b5135d594fbaf5dbeac25d76a07a62d57a1a27591a6778b39e212e99631a7a
|
File details
Details for the file deltafi-2.49.1-py3-none-any.whl.
File metadata
- Download URL: deltafi-2.49.1-py3-none-any.whl
- Upload date:
- Size: 42.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3877cfbac5354765c1749f821b2d678a7e04de9768fdbc83ff8fa49e716dd753
|
|
| MD5 |
487d86138cd96bc5bf56797ed1ce01cf
|
|
| BLAKE2b-256 |
1cb3468438be04e9a2440d44ce15a98ef7d82249e6dd2131ae629358920da118
|