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

🧩 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 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-0.1.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-0.1.0-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: etlx_wrapper-0.1.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-0.1.0.tar.gz
Algorithm Hash digest
SHA256 1b490dcd7162c547446107e6bce8359dee307885a94158f2db6c9687dd84d916
MD5 6cb20ca72027c628fd834fbfb5b5cb37
BLAKE2b-256 1a1e00f83fcde61a9e16136d253dbb1559c260241b2ad3be0848368f45ec65ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for etlx_wrapper-0.1.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-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: etlx_wrapper-0.1.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-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9836be9642a88b4da6e67fc2854d4180c6041eacd4b5e91d2c0770088dff0a93
MD5 d47e5e356799fb6664b0f968dbc60ad2
BLAKE2b-256 82d5e6651a58b5f4994a6a73ffe5619c5d5d592558949cbc5eba7caf2032c338

See more details on using hashes here.

Provenance

The following attestation bundles were made for etlx_wrapper-0.1.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