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

import datetime
from etlx_wrapper import ETLX

_etlx = ETLX()
_etlx.config = "/path/to/config.md"
_etlx.only = "keyX"
_etlx.date_ref = datetime.date.today()
_etlx.file = "data.csv"
_etlx.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.2.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.2-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: etlx_wrapper-1.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 6bc07948ad031785f511c57a8eb2fc0122bdd45ecd04f117dca32fe4ec8fd2d5
MD5 65fd6bcc2b3f3962c74ebafa56462f83
BLAKE2b-256 c6e2dc460a06603bf435096183fcc79be8f0afd1c9cb9b18eed1656badd45afa

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: etlx_wrapper-1.0.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d19eff0d1488f761ea23e2a49665f924a40cbc02d62acc00fe91b384e3553e6e
MD5 3ef2f462ac49964321378f819c6ffc87
BLAKE2b-256 2efd5fdcde25a54423b04c91135b922c5bb533eb6cea95e11a8ebc5d29df7134

See more details on using hashes here.

Provenance

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