commit 89512001924397e9da776d4cb76336912597fe88 Author: Anthony Tuininga Date: Tue Mar 7 16:30:13 2017 -0700 Added original cx_Oracle landing page with the source code location changed. 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.

+ +
+
+
+ + +