From 89512001924397e9da776d4cb76336912597fe88 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Tue, 7 Mar 2017 16:30:13 -0700 Subject: [PATCH] Added original cx_Oracle landing page with the source code location changed. --- index.html | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..e2d120a --- /dev/null +++ b/index.html @@ -0,0 +1,67 @@ + + + + + cx_Oracle + + + + +
+ + +
+

About cx_Oracle

+ +cx_Oracle is a Python extension module that enables access to +Oracle databases and conforms to the Python database API specification. +This module is currently built against Oracle 11.2 and 12.1 and Python 2.7, +3.4, 3.5 and 3.6. For more information on the database API specification, see + here. +
+ +
+

Download/Install

+ +SourceForge.net Logo + +

Version 5.2.1, released January 18, 2016

+ +

Install by issuing the command

pip install cx_Oracle
(on platforms other than Windows) or download directly from PyPI.

+ +

Older versions can be found in the files section at Sourceforge.

+ +
+
+
+ + +