File: setup.cfg

package info (click to toggle)
python-cx-oracle 8.3.0-3
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, sid
  • size: 3,276 kB
  • sloc: ansic: 10,406; python: 9,358; sql: 1,724; makefile: 31
file content (27 lines) | stat: -rw-r--r-- 1,094 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = cx_Oracle
description = Python interface to Oracle
long_description = file: README.md
long_description_content_type = text/markdown
keywords = Oracle, database
author = "Anthony Tuininga",
author_email = "anthony.tuininga@gmail.com",
license = BSD License
url = https://oracle.github.io/python-cx_Oracle
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
python_requires = >=3.6
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