This merge request adds functions for install_libraries and symlink_libraries. It also stubs out an install_instantclient function based on the pseudocode in Issue #2.
There is an integration test to prove that they work. This test runs against install_instantclient and should be extended as each of the sub-functions are fleshed out.
Note that I have tried to use Pathlib where possible for file operations. It seems like a good way to go.
This merge request adds functions for
install_libraries
andsymlink_libraries
. It also stubs out aninstall_instantclient
function based on the pseudocode in Issue #2.There is an integration test to prove that they work. This test runs against
install_instantclient
and should be extended as each of the sub-functions are fleshed out.Note that I have tried to use Pathlib where possible for file operations. It seems like a good way to go.