psycopg3.2.3
psycopg3.2.3
Published
PostgreSQL database adapter for Python
pip install psycopg
Package Downloads
Authors
Project URLs
Requires Python
>=3.8
Dependencies
- typing-extensions
>=4.6; python_version < "3.13"
- backports.zoneinfo
>=0.2.0; python_version < "3.9"
- tzdata
; sys_platform == "win32"
- psycopg-binary
==3.2.3; implementation_name != "pypy" and extra == "binary"
- psycopg-c
==3.2.3; implementation_name != "pypy" and extra == "c"
- ast-comments
>=1.1.2; extra == "dev"
- black
>=24.1.0; extra == "dev"
- codespell
>=2.2; extra == "dev"
- dnspython
>=2.1; extra == "dev"
- flake8
>=4.0; extra == "dev"
- mypy
>=1.11; extra == "dev"
- types-setuptools
>=57.4; extra == "dev"
- wheel
>=0.37; extra == "dev"
- Sphinx
>=5.0; extra == "docs"
- furo
==2022.6.21; extra == "docs"
- sphinx-autobuild
>=2021.3.14; extra == "docs"
- sphinx-autodoc-typehints
>=1.12; extra == "docs"
- psycopg-pool
; extra == "pool"
- anyio
>=4.0; extra == "test"
- mypy
>=1.11; extra == "test"
- pproxy
>=2.7; extra == "test"
- pytest
>=6.2.5; extra == "test"
- pytest-cov
>=3.0; extra == "test"
- pytest-randomly
>=3.5; extra == "test"