Source: asyncpg Section: python Maintainer: Debian Python Team Uploaders: Piotr Ożarowski Build-Depends: debhelper-compat (= 14), dh-python, cython3 (>= 3.1.6), pybuild-plugin-pyproject, python3-all-dev, python3-distro, python3-packaging, python3-setuptools, python3-pytest , postgresql , postgresql-common , libpq-dev , python3-uvloop , Standards-Version: 4.7.4 Testsuite: autopkgtest-pkg-pybuild Homepage: https://magicstack.github.io/asyncpg Vcs-Git: https://salsa.debian.org/python-team/packages/asyncpg.git Vcs-Browser: https://salsa.debian.org/python-team/packages/asyncpg Package: python3-asyncpg Architecture: any Description: asyncio PostgreSQL driver Database interface library designed specifically for PostgreSQL and Python/asyncio. asyncpg is an efficient, clean implementation of PostgreSQL server binary protocol for use with Python's asyncio framework. It implements PostgreSQL server protocol natively and exposes its features directly. . Features: * prepared statements, * scrollable cursors, * partial iteration on query results, * automatic encoding and decoding of composite types, arrays, and any combination of those, * straightforward support for custom data types