Skip to main content

A Data Engineering package

Project description

ETL Workers

It is my way to express my love for python and my life passion for data science in general and explicitly for data engineering.

About the package name:

I named it after the famous data-engineering pipeline approach: Extract, Transform, and Load.


About the idea and package structure

It will contain multiple worker classes, And Each worker will fulfill certain data operations segmented by type.

For example, now it contains one worker called FileWorker, And it is performing file-related operations.

In the future, I will add more workers and more functions per worker. So it can perform complex operations under any applicable built with python.


How to install & use

# In your terminal
pip install EtlWorkers

# In your python application
import EtlWorkers as ew
help(ew.end_lines_with_comma)

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

EtlWorkers-0.0.6.tar.gz (3.1 kB view hashes)

Uploaded Source

Built Distribution

EtlWorkers-0.0.6-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

Supported by

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