psycopg 3.2.9


pip install psycopg

  Latest version

Released: May 13, 2025


Meta
Author: Daniele Varrazzo
Requires Python: >=3.8

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)

Operating System
  • MacOS :: MacOS X
  • Microsoft :: Windows
  • POSIX

Programming Language
  • Python :: 3
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: Implementation :: CPython
  • Python :: Implementation :: PyPy

Topic
  • Database
  • Database :: Front-Ends
  • Software Development
  • Software Development :: Libraries :: Python Modules

Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.

This distribution contains the pure Python package psycopg.

Installation

In short, run the following:

pip install --upgrade pip           # to upgrade pip
pip install "psycopg[binary,pool]"  # to install package and dependencies

If something goes wrong, and for more information about installation, please check out the Installation documentation.

Hacking

For development information check out the project readme.

Copyright (C) 2020 The Psycopg Team

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
backports.zoneinfo (>=0.2.0)
typing-extensions (>=4.6)
tzdata