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.
