1 Star 0 Fork 2

siwefe/python-oracledb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 1.88 KB
一键复制 编辑 原始数据 按行查看 历史
[metadata]
name = oracledb
version = attr: oracledb.version.__version__
description = Python interface to Oracle Database
long_description = file: README.md
long_description_content_type = text/markdown
keywords = Oracle, database
author = Anthony Tuininga
author_email = anthony.tuininga@oracle.com
url = https://oracle.github.io/python-oracledb
project_urls =
Installation = https://python-oracledb.readthedocs.io/en/latest/user_guide/installation.html
Samples = https://github.com/oracle/python-oracledb/tree/main/samples
Documentation = http://python-oracledb.readthedocs.io
Release Notes = https://python-oracledb.readthedocs.io/en/latest/release_notes.html
Issues = https://github.com/oracle/python-oracledb/issues
Source = https://github.com/oracle/python-oracledb
license = Apache and/or UPL
license_files =
LICENSE.txt
THIRD_PARTY_LICENSES.txt
NOTICE.txt
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: Universal Permissive License (UPL)
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Cython
Topic :: Database
[options]
zip_safe = false
python_requires = >=3.8
setup_requires = cython>=3.0.10
install_requires = cryptography>=3.2.1
test_suite = tests
packages =
oracledb
oracledb.plugins
oracledb.interchange
package_dir =
=src
[options.packages.find]
where = src
[options.package_data]
* = py.typed
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/siwefe/python-oracledb.git
git@gitee.com:siwefe/python-oracledb.git
siwefe
python-oracledb
python-oracledb
main

搜索帮助