This release is a pre-release and may not be stable for production use.
PyPETL
PyPETL (Python Pipeline Extract Transform Load) is an unofficial fork of PETL by Juarez Rudsatz and teams. This for extending the capabilities of the PETL package by optimizing IO process of the pipeline and an engine that capable on dynamically retrieve connection credential and manage several cloud services (only AWS Secret Manager for now).
Requirements
In order to use this package, the installer will install the following required package and its dependencies in your system:
- pandas >= 1.4.3
- petl >= 1.7.11
- redshift-connector >= 2.0.908
- psycopg2-binary >= 2.9.3
- paramiko >= 2.11.0
- sshtunnel >= 0.4.0
Installation
You cannot install this python package normally because this package can only be installed by build it from the source, not from PyPi Package Repositories. You can use the following command to install this package to your system:
git clone https://github.com/Renos-id/pypetl.git
cd pypetl
pip install setuptools wheel
pip uninstall pypetl
python setup.py install --prefix ~/.local/
Please remember that you need to logged in to renos github beforehand.
Release files for pypetl-canary 0.0.0b6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pypetl-canary-0.0.0b6.tar.gz | 7.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pypetl_canary-0.0.0b6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.5 kB
Release files / pypetl-canary-0.0.0b6.tar.gz
| Download URL | pypetl-canary-0.0.0b6.tar.gz |
|---|---|
| Size | 7.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2c08ddde1940b6cec7b48afecf1b212ce167a74e5734c15f1bfc76f4b589537b
|
|
BLAKE2b-256 checksum How to use checksums |
b4a42dde3a6f069e6f32543dcfa87544b628e614a5eda97c35d509c3bd42a2c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|
Release files / pypetl_canary-0.0.0b6-py3-none-any.whl
| Download URL | pypetl_canary-0.0.0b6-py3-none-any.whl |
|---|---|
| Size | 10.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
819bab515134dcb71b380b602a2ca996771f3957e34979801f3d4db88e5a8374
|
|
BLAKE2b-256 checksum How to use checksums |
04acc071b783b5e8d21a30d9e32e46f374a65083766ba98cf712f66779210409
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|