Skip to main content

Add your description here

Project description

Reiners ETL - RETL

CLI tool to get raw data from different remotes and store them locally in your project folder. The remotes and files which shall be downloaded, are read from a .retl.yaml configuration file, which must be present in your project folder.

Usage

Note: Requires rclone to be installed on your system.

Here are some options to use the tool:

  • with uv run: uv tool run reiners-etl
  • with pipx run: pipx run reiners-etl

Usage with as python script is not recommended as you would have to install it using pip, which installs dependencies you might not want in your system or project python.

This downloads all related files to your system. You might need to log in to a cloud provider first, this happens automatically.

Configuration

The configuration file in which remotes and files are defined must be stored as .retl.yaml in your project folder. A name defines each remote, and each remote holds information for rclone access point as well as file sources and targets, which are project-dependent. You can run rclone config (you can add --config <path-to-local-config-file> to store configuration locally) to define a new remote. After configuration, you must translate rclone configuration format (.conf) into YAML format used by retl. Additionally, you must define files which shall be downloaded from remote by defining a list of files with related sources and targets. To list possible files to download from remote, you can run rclone tree <name-of-remote>: (note: ":" is crucial here).

Example configuration file:

sharepoint:
  type: onedrive
  client_id:
  client_secret:
  drive_id: b!J5kKSe-f_E6loyOdRZSpoFA76THG7klMiQjFV3H8CDreOkX_58VVRI8LsCw0U5sg
  drive_type: documentLibrary
  files:
    - name: slider
      source: "400_General/02 Arbeitspakete/03 AP Simulation und StEmp-Tool/2025-04-28_Daten.xlsx"
      target: "data/"
    - name: scenarios
      source: "400_General/02 Arbeitspakete/03 AP Simulation und StEmp-Tool/Scenarios.xlsx"
      target: "data/"

Implementation

Config without tokens is stored in the project folder. At first usage, the config file is copied to the temp folder (including the project name in the path) and rclone is started pointing to temp config. This assures that the login token is stored in the temp config file and not in project config, which could lead to accidental pushing of secrets. Afterwards, remote authentification is done if necessary. Finally, files from all remotes are downloaded.

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

reiners_etl-0.2.2.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

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

reiners_etl-0.2.2-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

Details for the file reiners_etl-0.2.2.tar.gz.

File metadata

  • Download URL: reiners_etl-0.2.2.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.5.2

File hashes

Hashes for reiners_etl-0.2.2.tar.gz
Algorithm Hash digest
SHA256 2aa56b69bb2c0843e5b8ca9b9447e04a3f09c166b435432215ec793810ae1580
MD5 ad7dc95bce1d0239441eef5eb3c9d585
BLAKE2b-256 5b5d78a84c136173259c41eb3ac4fcca5f17f801f319dae3fd86681ce544cd59

See more details on using hashes here.

File details

Details for the file reiners_etl-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for reiners_etl-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 26d49d74931fddd3afcf7aceba460425883d0382c9e803d514b32fd8d11466e6
MD5 5cb14b50d0388517066068670c3fd7a4
BLAKE2b-256 9b03923654c24f290e7eb121bb421108fafeb25d14d6c29a02424e970855504f

See more details on using hashes here.

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