File: control

package info (click to toggle)
mssql-django 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 644 kB
  • sloc: python: 5,289; sh: 105; makefile: 7
file content (29 lines) | stat: -rw-r--r-- 980 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
28
29
Source: mssql-django
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Carsten Schoenert <c.schoenert@t-online.de>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.2
Homepage: https://github.com/microsoft/mssql-django
Vcs-Browser: https://salsa.debian.org/python-team/packages/mssql-django
Vcs-Git: https://salsa.debian.org/python-team/packages/mssql-django.git

Package: python3-mssql-django
Architecture: all
Depends:
 python3-django,
 ${misc:Depends},
 ${python3:Depends},
Description: Django backend for Microsoft SQL Server (Python3 version)
 This package (upstream name is mssql-django) is a fork of
 django-mssql-backend. The package provides an MSSQL database connectivity
 option for the Django Web Framework, with support for Microsoft SQL Server
 and Azure SQL Databases.
 .
 This package contains the Python 3 version of the library.