File: control

package info (click to toggle)
python-adodb 2.10-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 176 kB
  • ctags: 303
  • sloc: python: 1,212; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 679 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: python-adodb
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-all
Standards-Version: 3.9.6
Homepage: http://phplens.com/lens/adodb/adodb-py-docs.htm
X-Python-Version: >= 2.3

Package: python-adodb
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-mysqldb, python-psycopg, python-pysqlite2
Description: A database abstraction library for python
 ADOdb is a database abstraction library (modelled on Microsoft's database
 API's). ADOdb was originally developed for PHP, and ported to Python. The
 Python version implements a subset of the PHP version.