# python-oracledb
python-oracledb is a [Python programming language][python] extension module
allowing Python programs to connect to [Oracle Database][oracledb]. It is the
renamed, new major release of the popular cx_Oracle driver.
The module conforms to the [Python Database API 2.0 specification][pep249] with
a considerable number of additions and a couple of minor exclusions, see the
[feature list][features].
Synchronous and [concurrent][concurrent] coding styles are supported.
## Installation
Run `python -m pip install oracledb`
See [python-oracledb Installation][installation].
## Dependencies and Interoperability
- Python versions 3.8 through 3.13.
Prebuilt packages are available for these Python versions on Windows, on
macOS and on Linux.
Source code is also available.
- Oracle Client libraries are *optional*.
**Thin mode**: By default python-oracledb runs in a 'Thin' mode which
connects directly to Oracle Database.
**Thick mode**: Some advanced Oracle Database functionality is currently only
available when optional Oracle Client libraries are loaded by
python-oracledb. Libraries are available in the free [Oracle Instant
Client][instantclient] packages. Python-oracledb can use Oracle Client
libraries 11.2 through 21c.
- Oracle Database
**Thin mode**: Oracle Database 12.1 (or later) is required.
**Thick mode**: Oracle Database 11.2 (or later) is required, depending on the
Oracle Client library version. Oracle Database's standard client-server
version interoperability allows connection to both older and newer
databases. For example when python-oracledb uses Oracle Client 19c libraries,
then it can connect to Oracle Database 11.2 or later.
## Documentation
See the [python-oracledb Documentation][documentation] and [Release
Notes][relnotes].
## Samples
Examples can be found in the [/samples][samples] directory and the
[Python and Oracle Database Tutorial][tutorial].
## Help
Questions can be asked in [Github Discussions][ghdiscussions].
Problem reports can be raised in [GitHub Issues][ghissues].
## Tests
See [/tests][tests]
## Contributing
This project welcomes contributions from the community. Before submitting a
pull request, please [review our contribution guide](./CONTRIBUTING.md).
## Security
Please consult the [security guide](./SECURITY.md) for our responsible security
vulnerability disclosure process.
## License
See [LICENSE][license], [THIRD_PARTY_LICENSES][tplicense], and
[NOTICE][notice].
[python]: https://www.python.org/
[oracledb]: https://www.oracle.com/database/
[instantclient]: https://www.oracle.com/database/technologies/instant-client.html
[pep249]: https://peps.python.org/pep-0249/
[documentation]: http://python-oracledb.readthedocs.io
[relnotes]: https://python-oracledb.readthedocs.io/en/latest/release_notes.html
[license]: https://github.com/oracle/python-oracledb/blob/main/LICENSE.txt
[tplicense]: https://github.com/oracle/python-oracledb/blob/main/THIRD_PARTY_LICENSES.txt
[notice]: https://github.com/oracle/python-oracledb/blob/main/NOTICE.txt
[tutorial]: https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html
[ghdiscussions]: https://github.com/oracle/python-oracledb/discussions
[ghissues]: https://github.com/oracle/python-oracledb/issues
[tests]: https://github.com/oracle/python-oracledb/tree/main/tests
[samples]: https://github.com/oracle/python-oracledb/tree/main/samples
[installation]: https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html
[features]: https://oracle.github.io/python-oracledb/#features
[concurrent]: https://python-oracledb.readthedocs.io/en/latest/user_guide/asyncio.html
Raw data
{
"_id": null,
"home_page": "https://oracle.github.io/python-oracledb",
"name": "oracledb",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "Oracle, database",
"author": "Anthony Tuininga",
"author_email": "anthony.tuininga@oracle.com",
"download_url": "https://files.pythonhosted.org/packages/9f/60/c7ea963536a46833f3c951e0d6a84f8f3db06fc47b0bba4edf22d3be9127/oracledb-2.5.1.tar.gz",
"platform": null,
"description": "# python-oracledb\n\npython-oracledb is a [Python programming language][python] extension module\nallowing Python programs to connect to [Oracle Database][oracledb]. It is the\nrenamed, new major release of the popular cx_Oracle driver.\n\nThe module conforms to the [Python Database API 2.0 specification][pep249] with\na considerable number of additions and a couple of minor exclusions, see the\n[feature list][features].\n\nSynchronous and [concurrent][concurrent] coding styles are supported.\n\n## Installation\n\nRun `python -m pip install oracledb`\n\nSee [python-oracledb Installation][installation].\n\n## Dependencies and Interoperability\n\n- Python versions 3.8 through 3.13.\n\n Prebuilt packages are available for these Python versions on Windows, on\n macOS and on Linux.\n\n Source code is also available.\n\n- Oracle Client libraries are *optional*.\n\n **Thin mode**: By default python-oracledb runs in a 'Thin' mode which\n connects directly to Oracle Database.\n\n **Thick mode**: Some advanced Oracle Database functionality is currently only\n available when optional Oracle Client libraries are loaded by\n python-oracledb. Libraries are available in the free [Oracle Instant\n Client][instantclient] packages. Python-oracledb can use Oracle Client\n libraries 11.2 through 21c.\n\n- Oracle Database\n\n **Thin mode**: Oracle Database 12.1 (or later) is required.\n\n **Thick mode**: Oracle Database 11.2 (or later) is required, depending on the\n Oracle Client library version. Oracle Database's standard client-server\n version interoperability allows connection to both older and newer\n databases. For example when python-oracledb uses Oracle Client 19c libraries,\n then it can connect to Oracle Database 11.2 or later.\n\n## Documentation\n\nSee the [python-oracledb Documentation][documentation] and [Release\nNotes][relnotes].\n\n## Samples\n\nExamples can be found in the [/samples][samples] directory and the\n[Python and Oracle Database Tutorial][tutorial].\n\n## Help\n\nQuestions can be asked in [Github Discussions][ghdiscussions].\n\nProblem reports can be raised in [GitHub Issues][ghissues].\n\n## Tests\n\nSee [/tests][tests]\n\n## Contributing\n\nThis project welcomes contributions from the community. Before submitting a\npull request, please [review our contribution guide](./CONTRIBUTING.md).\n\n## Security\n\nPlease consult the [security guide](./SECURITY.md) for our responsible security\nvulnerability disclosure process.\n\n## License\n\nSee [LICENSE][license], [THIRD_PARTY_LICENSES][tplicense], and\n[NOTICE][notice].\n\n[python]: https://www.python.org/\n[oracledb]: https://www.oracle.com/database/\n[instantclient]: https://www.oracle.com/database/technologies/instant-client.html\n[pep249]: https://peps.python.org/pep-0249/\n[documentation]: http://python-oracledb.readthedocs.io\n[relnotes]: https://python-oracledb.readthedocs.io/en/latest/release_notes.html\n[license]: https://github.com/oracle/python-oracledb/blob/main/LICENSE.txt\n[tplicense]: https://github.com/oracle/python-oracledb/blob/main/THIRD_PARTY_LICENSES.txt\n[notice]: https://github.com/oracle/python-oracledb/blob/main/NOTICE.txt\n[tutorial]: https://oracle.github.io/python-oracledb/samples/tutorial/Python-and-Oracle-Database-The-New-Wave-of-Scripting.html\n[ghdiscussions]: https://github.com/oracle/python-oracledb/discussions\n[ghissues]: https://github.com/oracle/python-oracledb/issues\n[tests]: https://github.com/oracle/python-oracledb/tree/main/tests\n[samples]: https://github.com/oracle/python-oracledb/tree/main/samples\n[installation]: https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html\n[features]: https://oracle.github.io/python-oracledb/#features\n[concurrent]: https://python-oracledb.readthedocs.io/en/latest/user_guide/asyncio.html\n",
"bugtrack_url": null,
"license": "Apache and/or UPL",
"summary": "Python interface to Oracle Database",
"version": "2.5.1",
"project_urls": {
"Documentation": "http://python-oracledb.readthedocs.io",
"Homepage": "https://oracle.github.io/python-oracledb",
"Installation": "https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html",
"Issues": "https://github.com/oracle/python-oracledb/issues",
"Release Notes": "https://python-oracledb.readthedocs.io/en/latest/release_notes.html",
"Samples": "https://github.com/oracle/python-oracledb/tree/main/samples",
"Source": "https://github.com/oracle/python-oracledb"
},
"split_keywords": [
"oracle",
" database"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1d923eabd488271f20d04e1431d73cabd7a296108250f4eddfa79258e07a94af",
"md5": "0ef6c5133f8edcb40acbba1cc21ead31",
"sha256": "54ea7b4da179eb3fefad338685b44fed657a9cd733fb0bfc09d344cfb266355e"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp310-cp310-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "0ef6c5133f8edcb40acbba1cc21ead31",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 3757547,
"upload_time": "2024-12-12T18:02:10",
"upload_time_iso_8601": "2024-12-12T18:02:10.463680Z",
"url": "https://files.pythonhosted.org/packages/1d/92/3eabd488271f20d04e1431d73cabd7a296108250f4eddfa79258e07a94af/oracledb-2.5.1-cp310-cp310-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ab2a036491526d862d8a600e7b9bf4d1fd3269fac87e88de5ce99a62e1bf4c39",
"md5": "d01868c32f97697242d244618a86561e",
"sha256": "05df7a5a61f4d26c986e235fae6f64a81afaac8f1dbef60e2e9ecf9236218e58"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "d01868c32f97697242d244618a86561e",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2233703,
"upload_time": "2024-12-12T18:02:16",
"upload_time_iso_8601": "2024-12-12T18:02:16.043628Z",
"url": "https://files.pythonhosted.org/packages/ab/2a/036491526d862d8a600e7b9bf4d1fd3269fac87e88de5ce99a62e1bf4c39/oracledb-2.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c610d33cb384db5783565a39b0307a767348a0819d0d49baec88f0b785ea155b",
"md5": "59c944074f4f19d151ddbc3d61f17003",
"sha256": "d17c80063375a5d87a7ab57c8343e5434a16ea74f7be3b56f9100300ef0b69d6"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "59c944074f4f19d151ddbc3d61f17003",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 2417161,
"upload_time": "2024-12-12T18:02:20",
"upload_time_iso_8601": "2024-12-12T18:02:20.545402Z",
"url": "https://files.pythonhosted.org/packages/c6/10/d33cb384db5783565a39b0307a767348a0819d0d49baec88f0b785ea155b/oracledb-2.5.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "993ee6dd5afcf79fad5eec3bc41fb9b0e8a59b3cf89ff3d4c7e4f1aabdd2b2a0",
"md5": "8c2e8bc3723673be22c46975499f1239",
"sha256": "51b3911ee822319e20f2e19d816351aac747591a59a0a96cf891c62c2a5c0c0d"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "8c2e8bc3723673be22c46975499f1239",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1469257,
"upload_time": "2024-12-12T18:02:23",
"upload_time_iso_8601": "2024-12-12T18:02:23.075960Z",
"url": "https://files.pythonhosted.org/packages/99/3e/e6dd5afcf79fad5eec3bc41fb9b0e8a59b3cf89ff3d4c7e4f1aabdd2b2a0/oracledb-2.5.1-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "8e0548a0d7ff9aa8509f721da35e5422904bfc1e72b01d5a4995de43c94b3c28",
"md5": "0e5d96d32a9c5962b62fb6fb3bb6b5e1",
"sha256": "e4e884625117e50b619c93828affbcffa594029ef8c8b40205394990e6af65a8"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "0e5d96d32a9c5962b62fb6fb3bb6b5e1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": ">=3.8",
"size": 1790076,
"upload_time": "2024-12-12T18:02:25",
"upload_time_iso_8601": "2024-12-12T18:02:25.673624Z",
"url": "https://files.pythonhosted.org/packages/8e/05/48a0d7ff9aa8509f721da35e5422904bfc1e72b01d5a4995de43c94b3c28/oracledb-2.5.1-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5df470f0e52a79c215b1fae0a229cf10b572bf9eff07c5373320b2e25a7d4414",
"md5": "c8c614141174bc0eaf28ad80f32477f9",
"sha256": "85318350fa4837b7b637e436fa5f99c17919d6329065e64d1e18e5a7cae52457"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp311-cp311-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "c8c614141174bc0eaf28ad80f32477f9",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 3792081,
"upload_time": "2024-12-12T18:02:29",
"upload_time_iso_8601": "2024-12-12T18:02:29.298668Z",
"url": "https://files.pythonhosted.org/packages/5d/f4/70f0e52a79c215b1fae0a229cf10b572bf9eff07c5373320b2e25a7d4414/oracledb-2.5.1-cp311-cp311-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "35400d7ddabeebb9ea11e520d24880e511eb92a3e421a88c0559656b196a8714",
"md5": "52901cb2542a7d63074042f99964e671",
"sha256": "676c221227159d9cee25030c56ff9782f330115cb86164d92d3360f55b07654b"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "52901cb2542a7d63074042f99964e671",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2239512,
"upload_time": "2024-12-12T18:02:32",
"upload_time_iso_8601": "2024-12-12T18:02:32.459974Z",
"url": "https://files.pythonhosted.org/packages/35/40/0d7ddabeebb9ea11e520d24880e511eb92a3e421a88c0559656b196a8714/oracledb-2.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1373b33a8b4ba58ddce0d83f86e93acb3158d9b59595c8b0232ec7cdf4f8175f",
"md5": "114632cbca7325c62646d1251feed125",
"sha256": "e78c6de57b4b5df7f932337c57e59b62e34fc4527d2460c0cab10c2ab01825f8"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "114632cbca7325c62646d1251feed125",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 2410818,
"upload_time": "2024-12-12T18:02:35",
"upload_time_iso_8601": "2024-12-12T18:02:35.538356Z",
"url": "https://files.pythonhosted.org/packages/13/73/b33a8b4ba58ddce0d83f86e93acb3158d9b59595c8b0232ec7cdf4f8175f/oracledb-2.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0f922d3aa9934ddc3d5988567b5dde69fd6ee4e635fcd25e65cfcf6e3f89f3bd",
"md5": "67a2785cf470325ec2114bbdeaf58565",
"sha256": "0d5974327a1957538a144b073367104cdf8bb39cf056940995b75cb099535589"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "67a2785cf470325ec2114bbdeaf58565",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1472481,
"upload_time": "2024-12-12T18:02:41",
"upload_time_iso_8601": "2024-12-12T18:02:41.075837Z",
"url": "https://files.pythonhosted.org/packages/0f/92/2d3aa9934ddc3d5988567b5dde69fd6ee4e635fcd25e65cfcf6e3f89f3bd/oracledb-2.5.1-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "15359d12555d43d5bcb09498de4b9da1cd8bcac40e3f3a9c16e056a04f7452e7",
"md5": "eff6660a6361a316ad151f9a9a65fcd0",
"sha256": "541bb5a107917b9d9eba1346318b42f8b6024e7dd3bef1451f0745364f03399c"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "eff6660a6361a316ad151f9a9a65fcd0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": ">=3.8",
"size": 1799457,
"upload_time": "2024-12-12T18:02:44",
"upload_time_iso_8601": "2024-12-12T18:02:44.815863Z",
"url": "https://files.pythonhosted.org/packages/15/35/9d12555d43d5bcb09498de4b9da1cd8bcac40e3f3a9c16e056a04f7452e7/oracledb-2.5.1-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "89bceef07b9a4fd0eda9da07cb9c8c9c4ef695b28034c179a138c5267a22f52f",
"md5": "473fd5653639198be10bf9fc5e04b54e",
"sha256": "970a9420cc351d650cc6716122e9aa50cfb8c27f425ffc9d83651fd3edff6090"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp312-cp312-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "473fd5653639198be10bf9fc5e04b54e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 3829099,
"upload_time": "2024-12-12T18:02:49",
"upload_time_iso_8601": "2024-12-12T18:02:49.573849Z",
"url": "https://files.pythonhosted.org/packages/89/bc/eef07b9a4fd0eda9da07cb9c8c9c4ef695b28034c179a138c5267a22f52f/oracledb-2.5.1-cp312-cp312-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bf7842a86c7e45bac215b9d93b5d69fb3c95c695f338ca435647536de1fd0642",
"md5": "25df0490e50bf3302a5c82b2fce4b61d",
"sha256": "a6788c128af5a3a45689453fc4832f32b4a0dae2696d9917c7631a2e02865148"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "25df0490e50bf3302a5c82b2fce4b61d",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 2116133,
"upload_time": "2024-12-12T18:02:53",
"upload_time_iso_8601": "2024-12-12T18:02:53.386062Z",
"url": "https://files.pythonhosted.org/packages/bf/78/42a86c7e45bac215b9d93b5d69fb3c95c695f338ca435647536de1fd0642/oracledb-2.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "85baad70a08361fd2285b6942d898748876ab9918f3f45100c4fba98bd8a9037",
"md5": "66c62fa062a29b8c180bf2d0ff763348",
"sha256": "8778daa3f08639232341d802b95ca6da4c0c798c8530e4df331b3286d32e49d5"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "66c62fa062a29b8c180bf2d0ff763348",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 2286969,
"upload_time": "2024-12-12T18:02:55",
"upload_time_iso_8601": "2024-12-12T18:02:55.771208Z",
"url": "https://files.pythonhosted.org/packages/85/ba/ad70a08361fd2285b6942d898748876ab9918f3f45100c4fba98bd8a9037/oracledb-2.5.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "a7d6f5181943b27fb14b13303e65072ba4861577cf523cf9dca90e22139de867",
"md5": "e2c5df3e62645137402f9a5ccf84a896",
"sha256": "a44613f3dfacb2b9462c3871ee333fa535fbd0ec21942e14019fcfd572487db0"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "e2c5df3e62645137402f9a5ccf84a896",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1433894,
"upload_time": "2024-12-12T18:02:58",
"upload_time_iso_8601": "2024-12-12T18:02:58.144423Z",
"url": "https://files.pythonhosted.org/packages/a7/d6/f5181943b27fb14b13303e65072ba4861577cf523cf9dca90e22139de867/oracledb-2.5.1-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eed312bd235547387f44c8d920ee35d24647699097e69424b6549961626bfeaf",
"md5": "498b400d11a3197789f37d6cb42126d3",
"sha256": "934d02da80bfc030c644c5c43fbe58119dc170f15b4dfdb6fe04c220a1f8730d"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "498b400d11a3197789f37d6cb42126d3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": ">=3.8",
"size": 1757662,
"upload_time": "2024-12-12T18:03:00",
"upload_time_iso_8601": "2024-12-12T18:03:00.829817Z",
"url": "https://files.pythonhosted.org/packages/ee/d3/12bd235547387f44c8d920ee35d24647699097e69424b6549961626bfeaf/oracledb-2.5.1-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f226de027f5e2ce04d9aea6d728eb6934d9cf3e6ad41f754622b26a734b0d823",
"md5": "d9c3d754d0c5bcf9571724bd5595bab5",
"sha256": "0374481329fa873a2af24eb12de4fd597c6c111e148065200562eb75ea0c6be7"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp313-cp313-macosx_10_13_universal2.whl",
"has_sig": false,
"md5_digest": "d9c3d754d0c5bcf9571724bd5595bab5",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 3791626,
"upload_time": "2024-12-12T18:03:05",
"upload_time_iso_8601": "2024-12-12T18:03:05.736436Z",
"url": "https://files.pythonhosted.org/packages/f2/26/de027f5e2ce04d9aea6d728eb6934d9cf3e6ad41f754622b26a734b0d823/oracledb-2.5.1-cp313-cp313-macosx_10_13_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3d394100808acad8b106c3790bc0e49ea913387a687d1e4e10adbbff33b27709",
"md5": "f6f8199e7a5183f667d4dd8043560534",
"sha256": "66e885de106701d1f2a630d19e183e491e4f1ccb8d78855f60396ba15856fb66"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "f6f8199e7a5183f667d4dd8043560534",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 2128230,
"upload_time": "2024-12-12T18:03:09",
"upload_time_iso_8601": "2024-12-12T18:03:09.338741Z",
"url": "https://files.pythonhosted.org/packages/3d/39/4100808acad8b106c3790bc0e49ea913387a687d1e4e10adbbff33b27709/oracledb-2.5.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "db651ab401bca79959812782046a5050a70d2ae741d2171ca3eb5ee1b4e99138",
"md5": "2998ac1566cb2d1a68181f3e9c45954f",
"sha256": "fcf446f6250d8edad5367ff03ad73dbbe672a2e4b060c51a774821dd723b0283"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "2998ac1566cb2d1a68181f3e9c45954f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 2299016,
"upload_time": "2024-12-12T18:03:14",
"upload_time_iso_8601": "2024-12-12T18:03:14.106729Z",
"url": "https://files.pythonhosted.org/packages/db/65/1ab401bca79959812782046a5050a70d2ae741d2171ca3eb5ee1b4e99138/oracledb-2.5.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3eb8269ea48150122094968ce3761ddc2962d63d9b9c95d0464f7a919cf58af1",
"md5": "8294cb63cbd32212ad0179a40f30564f",
"sha256": "b02b93199a7073e9b5687fe2dfa83d25ea102ab261c577f9d55820d5ef193dda"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp313-cp313-win32.whl",
"has_sig": false,
"md5_digest": "8294cb63cbd32212ad0179a40f30564f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1432810,
"upload_time": "2024-12-12T18:03:17",
"upload_time_iso_8601": "2024-12-12T18:03:17.695072Z",
"url": "https://files.pythonhosted.org/packages/3e/b8/269ea48150122094968ce3761ddc2962d63d9b9c95d0464f7a919cf58af1/oracledb-2.5.1-cp313-cp313-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "692755132d27ee64b5f851f52f8ea170e18d27a063aa5d17cff508ecad9d3cc2",
"md5": "fb2842f54df27cb53c665a3bb2ceef0f",
"sha256": "173b6d132b230f0617380272181e14fc53aec65aaffe68b557a9b6040716a267"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp313-cp313-win_amd64.whl",
"has_sig": false,
"md5_digest": "fb2842f54df27cb53c665a3bb2ceef0f",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": ">=3.8",
"size": 1754893,
"upload_time": "2024-12-12T18:03:20",
"upload_time_iso_8601": "2024-12-12T18:03:20.648050Z",
"url": "https://files.pythonhosted.org/packages/69/27/55132d27ee64b5f851f52f8ea170e18d27a063aa5d17cff508ecad9d3cc2/oracledb-2.5.1-cp313-cp313-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4e5f460dd044edb8bda9304d2e0b10caeae0cd9fbd023d9f2a99f52e70585ed5",
"md5": "fc9d86c6d8310a1f600bd861a9f1245a",
"sha256": "7d5efc94ce5bb657a5f43e2683e23cc4b4c53c4783e817759869472a113dac26"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp38-cp38-macosx_11_0_universal2.whl",
"has_sig": false,
"md5_digest": "fc9d86c6d8310a1f600bd861a9f1245a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 3749476,
"upload_time": "2024-12-12T18:03:24",
"upload_time_iso_8601": "2024-12-12T18:03:24.947526Z",
"url": "https://files.pythonhosted.org/packages/4e/5f/460dd044edb8bda9304d2e0b10caeae0cd9fbd023d9f2a99f52e70585ed5/oracledb-2.5.1-cp38-cp38-macosx_11_0_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fb7b506d3f0751adbb70ea93ececeb5bb9cd01b93b9355c41b58f273ce475e1e",
"md5": "473e4db99e107437c608579f1a4a9d8d",
"sha256": "6919cb69638a7dda45380d6530b6f2f7fd21ea7bdf8d38936653f9ebc4f7e3d6"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "473e4db99e107437c608579f1a4a9d8d",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2286917,
"upload_time": "2024-12-12T18:03:29",
"upload_time_iso_8601": "2024-12-12T18:03:29.012685Z",
"url": "https://files.pythonhosted.org/packages/fb/7b/506d3f0751adbb70ea93ececeb5bb9cd01b93b9355c41b58f273ce475e1e/oracledb-2.5.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "df3fb45402aff32d9d74cff7f5de8491eb64ec198e3c16cbb5af7950c1d80e27",
"md5": "d6b3821709a632dadf273cef01ddc72a",
"sha256": "44f5eb220945a6e092975ebcb9afc3f1eb10420d04d6bfeace1207ba86d60431"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "d6b3821709a632dadf273cef01ddc72a",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 2472999,
"upload_time": "2024-12-12T18:03:33",
"upload_time_iso_8601": "2024-12-12T18:03:33.214388Z",
"url": "https://files.pythonhosted.org/packages/df/3f/b45402aff32d9d74cff7f5de8491eb64ec198e3c16cbb5af7950c1d80e27/oracledb-2.5.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "54e7c90a6fe2ef3eac16929c9fba1ed79015804019d30b2927dbe2488676051d",
"md5": "f00796247037f849e9ac8c2385c7bb12",
"sha256": "aa6ce0dfc64dc7b30bcf477f978538ba82fa7060ecd7a1b9227925b471ae3b50"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp38-cp38-win32.whl",
"has_sig": false,
"md5_digest": "f00796247037f849e9ac8c2385c7bb12",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1479031,
"upload_time": "2024-12-12T18:03:36",
"upload_time_iso_8601": "2024-12-12T18:03:36.956949Z",
"url": "https://files.pythonhosted.org/packages/54/e7/c90a6fe2ef3eac16929c9fba1ed79015804019d30b2927dbe2488676051d/oracledb-2.5.1-cp38-cp38-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "eb1ac21b7a7083ea656085b44f10c6d10405536598c6617b4aed247fc430ec50",
"md5": "8c039688d950ce56a3cc909356a7183b",
"sha256": "7a3115e4d445e3430d6f34083b7eed607309411f41472b66d145508f7b0c3770"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp38-cp38-win_amd64.whl",
"has_sig": false,
"md5_digest": "8c039688d950ce56a3cc909356a7183b",
"packagetype": "bdist_wheel",
"python_version": "cp38",
"requires_python": ">=3.8",
"size": 1801794,
"upload_time": "2024-12-12T18:03:39",
"upload_time_iso_8601": "2024-12-12T18:03:39.682780Z",
"url": "https://files.pythonhosted.org/packages/eb/1a/c21b7a7083ea656085b44f10c6d10405536598c6617b4aed247fc430ec50/oracledb-2.5.1-cp38-cp38-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6e59080d3b5b39819b1d35f1704faad3ae48bd4862520c6cf15b7d0aa3162e3e",
"md5": "14aed57ae1fa21d878e48d1f0999ea1a",
"sha256": "8a2627a0d29390aaef7211c5b3f7182dfd8e76c969b39d57ee3e43c1057c6fe7"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp39-cp39-macosx_10_9_universal2.whl",
"has_sig": false,
"md5_digest": "14aed57ae1fa21d878e48d1f0999ea1a",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 3760546,
"upload_time": "2024-12-12T18:03:43",
"upload_time_iso_8601": "2024-12-12T18:03:43.372719Z",
"url": "https://files.pythonhosted.org/packages/6e/59/080d3b5b39819b1d35f1704faad3ae48bd4862520c6cf15b7d0aa3162e3e/oracledb-2.5.1-cp39-cp39-macosx_10_9_universal2.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d705288e0f254ddb27dd547c148944cd0d04aee70b21aae7c85b7a7007d669ac",
"md5": "79b211055ffef43d2ffc46d1749c1b29",
"sha256": "730cd03e7fbf05acd32a221ead2a43020b3b91391597eaf728d724548f418b1b"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "79b211055ffef43d2ffc46d1749c1b29",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2233938,
"upload_time": "2024-12-12T18:03:46",
"upload_time_iso_8601": "2024-12-12T18:03:46.053477Z",
"url": "https://files.pythonhosted.org/packages/d7/05/288e0f254ddb27dd547c148944cd0d04aee70b21aae7c85b7a7007d669ac/oracledb-2.5.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bb94027c0d3aece2f948afca1ab61c0c4eca419d250e0b39101cc838d6f49d9d",
"md5": "6ebc5020b85ff29a3f57bed1d06b4fae",
"sha256": "f42524b586733daa896f675acad8b9f2fc2f4380656d60a22a109a573861fc93"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "6ebc5020b85ff29a3f57bed1d06b4fae",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 2409189,
"upload_time": "2024-12-12T18:03:50",
"upload_time_iso_8601": "2024-12-12T18:03:50.175800Z",
"url": "https://files.pythonhosted.org/packages/bb/94/027c0d3aece2f948afca1ab61c0c4eca419d250e0b39101cc838d6f49d9d/oracledb-2.5.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6dce4e80bbb3d9f3f854dd4f467edb2ef327c06b82c99a483b3e4cce26897220",
"md5": "f2aabc44d89ff4e6999b96c20d8893b3",
"sha256": "7958c7796df9f8c97484768c88817dec5c6d49220fc4cccdfde12a1a883f3d46"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp39-cp39-win32.whl",
"has_sig": false,
"md5_digest": "f2aabc44d89ff4e6999b96c20d8893b3",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1470887,
"upload_time": "2024-12-12T18:03:52",
"upload_time_iso_8601": "2024-12-12T18:03:52.496729Z",
"url": "https://files.pythonhosted.org/packages/6d/ce/4e80bbb3d9f3f854dd4f467edb2ef327c06b82c99a483b3e4cce26897220/oracledb-2.5.1-cp39-cp39-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4b653477eb0d0258d0e8bcdb2d4bb7c60ce254408d6a8f66e6f682b23f8dc7d5",
"md5": "295c7e31408f459b69e118cb6c8d4eac",
"sha256": "92e0d176e3c76a1916f4e34fc3d84994ad74cce6b8664656c4dbecb8fa7e8c37"
},
"downloads": -1,
"filename": "oracledb-2.5.1-cp39-cp39-win_amd64.whl",
"has_sig": false,
"md5_digest": "295c7e31408f459b69e118cb6c8d4eac",
"packagetype": "bdist_wheel",
"python_version": "cp39",
"requires_python": ">=3.8",
"size": 1792151,
"upload_time": "2024-12-12T18:03:56",
"upload_time_iso_8601": "2024-12-12T18:03:56.015072Z",
"url": "https://files.pythonhosted.org/packages/4b/65/3477eb0d0258d0e8bcdb2d4bb7c60ce254408d6a8f66e6f682b23f8dc7d5/oracledb-2.5.1-cp39-cp39-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "9f60c7ea963536a46833f3c951e0d6a84f8f3db06fc47b0bba4edf22d3be9127",
"md5": "b75fe3e9ca3c93f84026584b8358e673",
"sha256": "63d17ebb95f9129d0ab9386cb632c9e667e3be2c767278cc11a8e4585468de33"
},
"downloads": -1,
"filename": "oracledb-2.5.1.tar.gz",
"has_sig": false,
"md5_digest": "b75fe3e9ca3c93f84026584b8358e673",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 629297,
"upload_time": "2024-12-12T18:02:01",
"upload_time_iso_8601": "2024-12-12T18:02:01.163410Z",
"url": "https://files.pythonhosted.org/packages/9f/60/c7ea963536a46833f3c951e0d6a84f8f3db06fc47b0bba4edf22d3be9127/oracledb-2.5.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-12 18:02:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "oracle",
"github_project": "python-oracledb",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "oracledb"
}