etlhelper is Python ETL library to simplify data transfer into and out of databases.
Project description
etlhelper
etlhelper is a Python ETL library to simplify data transfer into and out of databases.
ETL Helper makes it easy to run SQL queries via Python and return the results. It takes care of cursor management, importing drivers and formatting connection strings, while providing memory-efficient functions to read, write and transform data. This reduces the amount of boilerplate code required to manipulate data within relational databases with Python.
- Documentation: https://britishgeologicalsurvey.github.io/etlhelper/
- Source code: https://github.com/BritishGeologicalSurvey/etlhelper
Installation
ETL Helper is available on PyPI.
pip install etlhelper
Database driver packages are not included by default and should be specified in square brackets.
Options are oracle
(installs oracledb), mssql
(installs pyodbc) and postgres
(installs psycopg2).
Multiple values can be separated by commas.
pip install etlhelper[oracle,postgres]
See the individual database driver configuration pages for any OS-level dependencies.
Development
ETL Helper was created by and is maintained by British Geological Survey Informatics.
- John A Stevenson (volcan01010)
- Jo Walsh (metazool)
- Declan Valters (dvalters)
- Colin Blackburn (ximenesuk)
- Daniel Sutton (kerberpolis)
- Leo Rudczenko (leorudczenko)
See CONTRIBUTING.md for details on how to contribute.
Licence
ETL Helper is distributed under the LGPL v3.0 licence. Copyright: © BGS / UKRI 2019
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file etlhelper-1.0.1.tar.gz
.
File metadata
- Download URL: etlhelper-1.0.1.tar.gz
- Upload date:
- Size: 665.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dad30fe4dd48dccd59986d3d926b6dde05b216ca981db9d0493ab7bda24f7ea0 |
|
MD5 | 98f5a7c09ae872deede0eed9cfce4be0 |
|
BLAKE2b-256 | b789b554c3c5de484cbe7794cc7174f35f70569f1f478af3a071c69c87f4ad50 |
File details
Details for the file etlhelper-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: etlhelper-1.0.1-py3-none-any.whl
- Upload date:
- Size: 26.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ece9237865a5fb909f8b1b9516dea5c7f7819fbc7565a9d80061255359a0a458 |
|
MD5 | 8a6af2ad75e244bb745df51b8fcb28cf |
|
BLAKE2b-256 | ad795e7a16d770c56e6db0a8edb7e3d7770acbdb742b1d558a60a8d9b6ca459b |