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
|
Source: mariadb-connector-python
Priority: optional
Section: python
Testsuite: autopkgtest-pkg-pybuild
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Mechtilde Stehmann <mechtilde@debian.org>
Build-Depends: debhelper-compat (=13)
, dh-python
, python3-all
, python3-all-dev:native
, libpython3-all-dev
, python3-setuptools
, python3-setuptools-scm
, pybuild-plugin-pyproject
, mariadb-server <!nocheck>
, libmariadb-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/mariadb-connector-python.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mariadb-connector-python
Homepage: https://mariadb-corporation.github.io/mariadb-connector-python/
Package: python3-mariadb-connector
Architecture: any
Depends: ${misc:Depends}
, ${python3:Depends}
, ${shlibs:Depends}
Suggests: mariadb-server
Description: Enables Python programs to access MariaDB and MySQL database
MariaDB Connector/Python enables Python programs to access MariaDB and
MySQL databases, using an API which is compliant with the Python DB API 2.0
(PEP-249). It is written in C and Python and uses MariaDB Connector/C
client library for client server communication.
|