A small package for windows machines to find where the installation of oracle client resides.
Project description
Windows Oracle Finder
"Windows Oracle Finder" is a module for python scirpts in order to find the correct version of the "Oracle Client" or "Oracle Instant Client" to use.
Purpose
The purpose of this module is not to be deployed to live system like webservers or similar. Following the guidelines of the oracle connection modules (like cx_Oracle) is strongly recommended.
This module is intended for use in scripts that are running on different client machines, that the oracle installation could be different in each one or has many oracle installations.
Getting Started
These instructions will get you a copy of the project up and running on your local machine on a windows system.
Prerequisites
In order to install this module you need to have:
- A Windows Operating System
- Python >= 3
Installing
Installation is pretty forward and it is done through pip
pip install windows-oracle-finder
A basic use can be achieved like:
import find_oracle
find_oracle.safely_set_oracle_path(None)
Built With
- logzero - A simple library for easy logging (could change it to standard logging module)
- pefile - A way to identify if a dll is 32bit or 64bit
- pywin32 - Helper functions to get the certain OS specific data
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Authors
- Charalampos Gkikas - Initial work - hargikas
License
This project is licensed under the MIT License - see the LICENSE file for details
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 windows-oracle-finder-2022.12.12.tar.gz
.
File metadata
- Download URL: windows-oracle-finder-2022.12.12.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2cf0692af8bca87003ae23d56c53fb0fabcc0edb92a288f96811c2a62cdfa1dd |
|
MD5 | 1a2a96228c8e9c306caa7d779c3d9229 |
|
BLAKE2b-256 | 9c139b1659bfec1f326c55bd0630f22594a854fa025bb0a121f68dcff5c72cc7 |
Provenance
File details
Details for the file windows_oracle_finder-2022.12.12-py3-none-any.whl
.
File metadata
- Download URL: windows_oracle_finder-2022.12.12-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd5082b2159162925fd2380c18883ec98760a1cf75b8d483a2cc8cc5d29a8b0e |
|
MD5 | bf43a2068549f711389f0508fb8df7b3 |
|
BLAKE2b-256 | 395a2687d01a38644854d0ecdc63b46b100e6bd3cb0735a850e74d45a4ceafe6 |