Skip to main content

Python wrapper for ETLX CLI to run ETL workflows from Python

Project description

ETLX Python Wrapper

ETLX is a modern and highly configurable ETL and reporting tool powered by DuckDB.
This Python package provides a simple interface to run ETLX workflows directly from Python.


📦 Installation

Install the wrapper from PyPI:

pip install etlx-wrapper

🧩 Requirements

You also need the ETLX binary:

  1. Download the latest binary for your platform from
    ETLX Releases
  2. Place it in your system PATH, or provide the binary path manually when using the wrapper.

🚀 Quick Start

from etlx_wrapper import ETLX
import datetime

etxl = ETLX()\
    .config = "/path/to/config.md"\
    .only = "keyX"\
    .date = datetime.date.today()\
    .file = "data.csv"\
    .execute()

You can also pass the path to the ETLX binary if it's not in PATH:

runner = ETLX(config="config.md", bin="/path/to/etlx-linux-amd64")

🔧 Features

  • Runs full ETLX workflows from Python
  • Supports .env configuration
  • Automatically formats Python date objects
  • Compatible with advanced CLI options: --only, --skip, --steps, --clean, --drop, etc.

🧱 Learn More

Visit the main project for full documentation, use cases, and advanced config examples.


License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

etlx_wrapper-1.0.0.tar.gz (3.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

etlx_wrapper-1.0.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

Details for the file etlx_wrapper-1.0.0.tar.gz.

File metadata

  • Download URL: etlx_wrapper-1.0.0.tar.gz
  • Upload date:
  • Size: 3.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for etlx_wrapper-1.0.0.tar.gz
Algorithm Hash digest
SHA256 af255c7a53be6929082ae0eb420f89141c8b791fa9c38a1dbeb33574cba14a29
MD5 3e90afd69ca25fb04f6fe31b3ba15a19
BLAKE2b-256 20391d10632917e1828e5960a3fb5437cc100d7927c15b5c0e0008fa6d29bc87

See more details on using hashes here.

Provenance

The following attestation bundles were made for etlx_wrapper-1.0.0.tar.gz:

Publisher: release.yml on realdatadriven/etlx-wrapper

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file etlx_wrapper-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: etlx_wrapper-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for etlx_wrapper-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7bfec34532d3e37ceb0b9e62acfd90d94e40a04b48b1eefda242499fefe8e214
MD5 b75012ef41b2d6c1e0ccfdd31411c878
BLAKE2b-256 dfa6fb28241d0ac3c7590e73b18a8eb712dae4683d691f4ebf5ab98d18da0b76

See more details on using hashes here.

Provenance

The following attestation bundles were made for etlx_wrapper-1.0.0-py3-none-any.whl:

Publisher: release.yml on realdatadriven/etlx-wrapper

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page