BritishGeologicalSurvey / etlhelper

ETL Helper is a Python ETL library to simplify data transfer into and out of databases.
https://britishgeologicalsurvey.github.io/etlhelper/
GNU Lesser General Public License v3.0
105 stars 25 forks source link

Refactor setup oracle client script #51

Closed volcan01010 closed 4 years ago

volcan01010 commented 4 years ago

Description

This merge request partly addresses #2. It is a big refactor of the setup_oracle_client script. See commit messages for details.

To test

Checkout the branch, create a new virtual environment and install using the Installation for development instructions in the CONTRIBUTING.md page. Follow the instructions in the README.md to setup the instant client. (If there are any problems, let me know as it probably means the documentation needs fixed)

volcan01010 commented 4 years ago

Replacing this with #49.