python-cx_Oracle/index.html
Anthony Tuininga 0e2a77c7bf Released 6.0b2.
2017-05-24 12:57:16 -06:00

52 lines
2.0 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"/>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
</head>
<body>
<div id="container">
<div id="header">
<h1>cx_Oracle</h1>
</div>
<div id="menu">
<a href="http://cx-oracle.readthedocs.io/en/5.3/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 Database and conforms to the Python database API specification.
This module is currently built against Oracle Client 11.2, 12.1 and 12.2 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><b>Version 6.0b2, released May, 2017</b></p>
<p>Install by issuing the command <pre>python -m pip install cx_Oracle --pre</pre> or download directly from <a href="https://pypi.python.org/pypi/cx_Oracle/6.0b2">PyPI</a>.</p>
<p><b>Version 5.3, released March, 2017</b></p>
<p>Install by issuing the command <pre>python -m pip install cx_Oracle</pre> (on platforms other than Windows) or download directly from <a href="https://pypi.python.org/pypi/cx_Oracle/5.3">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>