ppc64le/linux-1.0.0/: cx-oracle-8.3.0 metadata and description

Homepage Simple index

Python interface to Oracle

author "Anthony Tuininga",
author_email "[email protected]",
classifiers
  • Development Status :: 6 - Mature
  • Intended Audience :: Developers
  • License :: OSI Approved :: BSD License
  • Natural Language :: English
  • Operating System :: OS Independent
  • Programming Language :: C
  • Programming Language :: Python :: 3 :: Only
  • Topic :: Database
  • Environment :: MetaData :: IBM Python Ecosystem
description_content_type text/markdown
dynamic
  • license-file
keywords Oracle,database
license BSD License
license_file
  • LICENSE.txt
project_urls
  • Installation, https://cx-oracle.readthedocs.io/en/latest/user_guide/installation.html
  • Samples, https://github.com/oracle/python-cx_Oracle/tree/main/samples
  • Documentation, http://cx-oracle.readthedocs.io
  • Release Notes, https://cx-oracle.readthedocs.io/en/latest/release_notes.html#releasenotes
  • Issues, https://github.com/oracle/python-cx_Oracle/issues
  • Source, https://github.com/oracle/python-cx_Oracle
File Tox results History
cx_oracle-8.3.0-cp310-cp310-linux_ppc64le.whl
Size
901 KB
Type
Python Wheel
Python
3.10
cx_oracle-8.3.0-cp311-cp311-linux_ppc64le.whl
Size
867 KB
Type
Python Wheel
Python
3.11
cx_oracle-8.3.0-cp312-cp312-linux_ppc64le.whl
Size
879 KB
Type
Python Wheel
Python
3.12
cx_oracle-8.3.0-cp313-cp313-linux_ppc64le.whl
Size
933 KB
Type
Python Wheel
Python
3.13
cx_oracle-8.3.0-cp39-cp39-linux_ppc64le.whl
Size
846 KB
Type
Python Wheel
Python
3.9

cx_Oracle version 8.3

cx_Oracle is a Python extension module that enables access to Oracle Database. It conforms to the Python database API 2.0 specification with a considerable number of additions and a couple of exclusions. See the homepage for a feature list.

cx_Oracle 8.3 has been tested with Python versions 3.6 through 3.10. You can use cx_Oracle with Oracle 11.2, 12c, 18c, 19c and 21c client libraries. Oracle's standard client-server version interoperability allows connection to both older and newer databases. For example Oracle 19c client libraries can connect to Oracle Database 11.2. Older versions of cx_Oracle may work with older versions of Python.

Installation

See cx_Oracle Installation.

Documentation

See the cx_Oracle Documentation and Release Notes.

Samples

See the /samples directory and the tutorial. You can also look at the scripts in cx_OracleTools and the modules in cx_PyOracleLib.

Help

Issues and questions can be raised with the cx_Oracle community on GitHub or on the mailing list.

Tests

See /test.

Contributing

See CONTRIBUTING

License

cx_Oracle is licensed under a BSD license which you can find here.