asyncpg0.30.0
asyncpg0.30.0
Published
An asyncio PostgreSQL driver
pip install asyncpg
Package Downloads
Authors
Project URLs
Requires Python
>=3.8.0
Dependencies
- async-timeout
>=4.0.3; python_version < "3.11.0" - Sphinx
~=8.1.3; extra == "docs" - sphinx-rtd-theme
>=1.2.2; extra == "docs" - gssapi
; platform_system != "Windows" and extra == "gssauth" - sspilib
; platform_system == "Windows" and extra == "gssauth" - flake8
~=6.1; extra == "test" - flake8-pyi
~=24.1.0; extra == "test" - distro
~=1.9.0; extra == "test" - mypy
~=1.8.0; extra == "test" - uvloop
>=0.15.3; (platform_system != "Windows" and python_version < "3.14.0") and extra == "test" - gssapi
; platform_system == "Linux" and extra == "test" - k5test
; platform_system == "Linux" and extra == "test" - sspilib
; platform_system == "Windows" and extra == "test"