1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: python-psycogreen
Section: python
Priority: optional
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12), dh-python
,python3-all
,python3-setuptools
Standards-Version: 4.4.1
Homepage: https://pypi.python.org/pypi/psycogreen
Vcs-Browser: https://salsa.debian.org/debian/python-psycogreen
Vcs-Git: https://salsa.debian.org/debian/python-psycogreen.git
Testsuite: autopkgtest-pkg-python
Package: python3-psycogreen
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: python3-psycopg2
Enhances: python3-psycopg2
Description: psycopg2 integration with coroutine libraries
This package enables "psycopg2" to work with coroutine libraries, using
asynchronous calls internally but offering a blocking interface so that
regular code can run unmodified.
|