48
48
< img class ="headerLogo " alt ="python-oracledb logo " src ="logo.png " />
49
49
</ div >
50
50
< div class ="headerContent ">
51
- < h1 class ="headerTitle "> Python python-oracledb version 1.0 </ h1 >
51
+ < h1 class ="headerTitle "> Python python-oracledb Driver </ h1 >
52
52
< nav class ="headerNav " role ="navigation ">
53
53
< ul >
54
54
< li > < a href ="https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html " > Installation</ a > </ li >
55
55
< li > < a href ="https://python-oracledb.readthedocs.io/en/latest/index.html "> Documentation</ a > </ li >
56
56
< li > < a href ="https://python-oracledb.readthedocs.io/en/latest/release_notes.html#releasenotes "> Release Notes</ a > </ li >
57
- < li > < a href ="https://github.com/oracle/python-oracledb "> Source code</ a > </ li >
58
57
< li > < a href ="https://github.com/oracle/python-oracledb/discussions "> Help</ a > </ li >
58
+ < li > < a href ="https://github.com/oracle/python-oracledb "> Source code</ a > </ li >
59
59
</ ul >
60
60
</ nav >
61
61
</ div >
@@ -67,7 +67,7 @@ <h1 class="headerTitle">Python python-oracledb version 1.0</h1>
67
67
< div class ="container ">
68
68
69
69
< div id ="about ">
70
- < h2 > The python-oracledb driver for Oracle Database</ h2 >
70
+ < h2 > The python-oracledb 1.0 driver for Oracle Database</ h2 >
71
71
72
72
< p >
73
73
@@ -101,25 +101,25 @@ <h2>Getting Started</h2>
101
101
102
102
< ul >
103
103
104
- < li >
104
+ < li >
105
105
106
- < p > < a
106
+ < p > < a
107
107
href ="https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html#quickstart "
108
108
> Quick Start: Developing Python Applications for Oracle
109
- Database</ a > </ p >
109
+ Database</ a > </ p >
110
110
111
- </ li >
111
+ </ li >
112
112
113
- < li >
113
+ < li >
114
114
115
- < p > < a href ="
116
- https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html "> Python
117
- and Oracle Database Tutorial: The New Wave of Scripting</ a > </ p >
115
+ < p > < a href ="
116
+ https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html "> Python
117
+ and Oracle Database Tutorial: The New Wave of Scripting</ a > </ p >
118
118
119
- </ li >
119
+ </ li >
120
120
121
121
< li > < p > < a
122
- href ="https://github.com/oracle/python-python- oracledb/tree/main/samples "
122
+ href ="https://github.com/oracle/python-oracledb/tree/main/samples "
123
123
> Samples</ a > </ p > </ li >
124
124
125
125
</ ul >
@@ -141,19 +141,21 @@ <h2>Dependencies</h2>
141
141
142
142
< ul >
143
143
144
- < li >
144
+ < li >
145
145
146
- < p > < strong > Python versions 3.6 through 3.10</ strong > .</ p >
146
+ < p > < strong > Python versions 3.6 through 3.10</ strong > .</ p >
147
147
148
- < p > Pre-built packages on < a
149
- href ="https://pypi.org/project/oracledb " > PyPI</ a > vary with
150
- Python version support on each operating system .</ p >
148
+ < p > Pre-built packages on < a
149
+ href ="https://pypi.org/project/oracledb " > PyPI</ a > are available for Windows Python 3.7 or later, for macOS
150
+ Python 3.8 or later, and for Linux Python 3.6 or later .</ p >
151
151
152
- </ li >
152
+ < p > Source code is also available. </ p >
153
153
154
- < li >
154
+ </ li >
155
+
156
+ < li >
155
157
156
- < p > < strong > Oracle Client libraries are optional</ strong > .</ p >
158
+ < p > < strong > Oracle Client libraries are optional</ strong > .</ p >
157
159
158
160
< p > < strong > Thin mode</ strong > : By default, python-oracledb is a
159
161
'Thin' driver which connects directly to Oracle Database. This
@@ -219,7 +221,7 @@ <h2>Help</h2>
219
221
< div id ="tests ">
220
222
< h2 > Tests</ h2 >
221
223
222
- < p > See the < a href ="https://github.com/oracle/python-oracledb/tree/main/test " > test suite</ a > .</ p >
224
+ < p > See the < a href ="https://github.com/oracle/python-oracledb/tree/main/tests " > test suite</ a > .</ p >
223
225
224
226
</ div > <!-- /tests -->
225
227
@@ -321,7 +323,11 @@ <h2>Features</h2>
321
323
322
324
</ ul >
323
325
324
- < p > Some features above are only available in Thick mode.</ p >
326
+ < p > Some features above are only available in Thick mode. See the user
327
+ documentation < a
328
+ href ="https://python-oracledb.readthedocs.io/en/latest/user_guide/appendix_a.html "
329
+ > Oracle Database Features Supported by python-oracledb</ a > for more
330
+ information.</ p >
325
331
326
332
< p > Python DB API specification exclusions:</ p >
327
333
< ul >
0 commit comments