devoe
Devoe is a Python ETL framework allowing you to create pipelines and customize your ETL process as you wish.
Features
Installation
$ pip install devoe
How to use
Below is the example of simple ETL task to extract data from one table to another.
import devoe as de
select = de.Select(database='billing', file='select.sql')
table = de.Table(database='dwh', schema='billing', name='invoices')
pipeline = de.Pipeline(select, table)
pipeline.run()
Release files for devoe 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| devoe-0.1.0.tar.gz | 23.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| devoe-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:52.1 kB
Release files / devoe-0.1.0.tar.gz
| Download URL | devoe-0.1.0.tar.gz |
|---|---|
| Size | 23.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e72e7adef043954c89cffb0eb13dc127b9857de725d541d5cba8574b6e51755d
|
|
BLAKE2b-256 checksum How to use checksums |
11c360458f53b28b488b833f8ea509d7c5e5f4c3fe4ca086b161905baf3ba8e9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.2
|
Release files / devoe-0.1.0-py3-none-any.whl
| Download URL | devoe-0.1.0-py3-none-any.whl |
|---|---|
| Size | 28.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5401c8f5b8b0e1b85627b5d79c5b48e28d27bc3dc58b4c3ef73f1996a2909555
|
|
BLAKE2b-256 checksum How to use checksums |
33a2037da5153e277b27c948780bd028348fb0ec66d91b8740b02506830192e5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.7.2
|