python-cx_Oracle/index.html
2017-03-07 16:49:09 -07:00

46 lines
1.6 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>cx_Oracle</title>
<link rel="stylesheet" href="base.css" type="text/css"/>
</head>
<body>
<div id="container">
<div id="header">
<h1>cx_Oracle</h1>
</div>
<div id="menu">
<a href="http://cx-oracle.readthedocs.io/en/latest/index.html">Documentation</a> ·
<a href="https://github.com/oracle/python-cx_Oracle">Source code</a> ·
<a href="http://lists.sourceforge.net/lists/listinfo/cx-oracle-users">Mailing list</a>
</div>
<div id="content">
<img class="logo" src="logo.png"/>
<div id="description"><h2>About cx_Oracle</h2>
<!--Description-->
<strong>cx_Oracle</strong> 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
<a href="http://www.python.org/topics/database/DatabaseAPI-2.0.html"> here</a>.
</div>
<div id="downloads">
<h2>Download/Install</h2>
<p>Version 5.2.1, released January 18, 2016</p>
<p>Install by issuing the command <pre>pip install cx_Oracle</pre> (on platforms other than Windows) or download directly from <a href="https://pypi.python.org/pypi/cx_Oracle/5.2.1">PyPI</a>.</p>
<p>Older versions can be found in <a href="https://sourceforge.net/projects/cx-oracle/files/">the files section at Sourceforge.</a></p>
</div> <!-- /downloads -->
</div> <!-- /content -->
</div> <!-- /container -->
</body>
</html>