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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: pytds
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Christopher Hoskin <mans0954@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
python3-all,
python3-ntlm-auth,
python3-openssl,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-sqlalchemy (>= 2.0.0),
Standards-Version: 4.5.1
Homepage: https://github.com/denisenkom/pytds
Vcs-Git: https://salsa.debian.org/python-team/packages/pytds.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytds
Rules-Requires-Root: no
Package: python3-tds
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python DBAPI driver for MSSQL using pure Python TDS (Python 3)
A platform independent Python DBAPI driver for Microsoft SQL Server using pure
Python TDS (Tabular Data Stream) protocol implementation. It doesn't depend on
ADO or FreeTDS.
.
This is the Python 3 version of the package.
Package: python-tds-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Python DBAPI driver for MSSQL using pure Python TDS (documentation)
A platform independent Python DBAPI driver for Microsoft SQL Server using pure
Python TDS (Tabular Data Stream) protocol implementation. It doesn't depend on
ADO or FreeTDS.
.
This is the documentation package.
|