File: control

package info (click to toggle)
pymssql 0.8.0%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 160 kB
  • ctags: 196
  • sloc: ansic: 877; python: 409; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 684 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Source: pymssql
Section: python
Priority: optional
Maintainer: Josselin Mouette <joss@debian.org>
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), cdbs (>= 0.4.43), freetds-dev, python-support (>= 0.3)
Standards-Version: 3.7.3

Package: python-pymssql
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
Description: Python database access for MS SQL server and Sybase
 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.
 .
 It also includes a Nagios plugin to check MS SQL servers remotely.