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 43 44
|
Source: pymssql
Section: python
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>,
Geoffrey Thomas <geofft@ldpreload.com>
Build-Depends: debhelper (>= 9),
python-all-dev (>= 2.7),
python3-all-dev,
freetds-dev (>= 0.95),
dh-python,
python-setuptools,
python3-setuptools,
cython (>= 0.19.1),
cython3 (>= 0.19.1)
Standards-Version: 4.3.0
Homepage: https://github.com/pymssql/pymssql
Vcs-Git: https://salsa.debian.org/python-team/modules/pymssql.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pymssql
TestSuite: autopkgtest-pkg-python
Package: python-pymssql
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python:Depends}
Description: Python database access for MS SQL server and Sybase - Python 2
This package contains a Python module allowing direct access to
Microsoft SQL server and Sybase databases. It is designed for
simplicity and performance, and conforms to Python DB-API 2.0.
.
This package installs the library for Python 2.
Package: python3-pymssql
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
${python3:Depends}
Description: Python database access for MS SQL server and Sybase - Python 3
This package contains a Python module allowing direct access to
Microsoft SQL server and Sybase databases. It is designed for
simplicity and performance, and conforms to Python DB-API 2.0.
.
This package installs the library for Python 3.
|