Source: aiopg Section: python Maintainer: Debian Python Team Uploaders: Piotr Ożarowski , Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-psycopg2 , python3-setuptools, python3-sqlalchemy , Standards-Version: 4.2.1 Homepage: https://aiopg.readthedocs.org/ Vcs-Git: https://salsa.debian.org/python-team/packages/aiopg.git Vcs-Browser: https://salsa.debian.org/python-team/packages/aiopg Package: python3-aiopg Architecture: all Depends: python3-psycopg2, ${misc:Depends}, ${python3:Depends}, Recommends: python3-sqlalchemy, Description: PostgreSQL integration with asyncio aiopg is a library for accessing a PostgreSQL_ database from the asyncio (PEP-3156/tulip) framework. It wraps asynchronous features of the Psycopg database driver.