skillfed

psycopg-binary

PostgreSQL database adapter for Python -- C optimisation distribution

psycopg-binary Copyleft license LGPL-3.0-only Active 2,475 v3.3.4 released

Install

psycopg-binary on PyPI

pip

pip install psycopg-binary

uv

uv add psycopg-binary

poetry

poetry add psycopg-binary

Package facts

License LGPL-3.0-only (copyleft)
Python support supports the current Python release (>=3.10)
Install friction medium — platform-specific wheel
Runtime dependencies none
Maintenance actively maintained — 104 days since the last release
Last repo commit
First released
Popularity one of the top 1,000 most-downloaded packages on PyPI (30-day window, as of 2026-08-13)
Known vulnerabilities none known (OSV.dev, checked 2026-08-13)

Evidence: psycopg_binary-3.3.4-cp310-cp310-macosx_10_9_x86_64.whl; psycopg_binary-3.3.4-cp310-cp310-macosx_11_0_arm64.whl; psycopg_binary-3.3.4-cp310-cp310-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl; psycopg_binary-3.3.4-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl; psycopg_binary-3.3.4-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl; psycopg_binary-3.3.4-cp310-cp310-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl; psycopg_binary-3.3.4-cp310-cp310-musllinux_1_2_aarch64.whl; psycopg_binary-3.3.4-cp310-cp310-musllinux_1_2_ppc64le.whl; psycopg_binary-3.3.4-cp310-cp310-musllinux_1_2_riscv64.whl; psycopg_binary-3.3.4-cp310-cp310-musllinux_1_2_x86_64.whl; psycopg_binary-3.3.4-cp310-cp310-win_amd64.whl; psycopg_binary-3.3.4-cp311-cp311-macosx_10_9_x86_64.whl; psycopg_binary-3.3.4-cp311-cp311-macosx_11_0_arm64.whl; psycopg_binary-3.3.4-cp311-cp311-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl; psycopg_binary-3.3.4-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl; psycopg_binary-3.3.4-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl; psycopg_binary-3.3.4-cp311-cp311-manylinux_2_38_riscv64.manylinux_2_39_riscv64.whl; psycopg_binary-3.3.4-cp311-cp311-musllinux_1_2_aarch64.whl; psycopg_binary-3.3.4-cp311-cp311-musllinux_1_2_ppc64le.whl; psycopg_binary-3.3.4-cp311-cp311-musllinux_1_2_riscv64.whl

Development Status :: 5 - Production/StableIntended Audience :: DevelopersOperating System :: MacOS :: MacOS XOperating System :: Microsoft :: WindowsOperating System :: POSIXProgramming Language :: CythonProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: Implementation :: CPythonTopic :: DatabaseTopic :: Database :: Front-EndsTopic :: Software DevelopmentTopic :: Software Development :: Libraries :: Python Modules

About psycopg-binary

from the package's own PyPI description — quoted content, verbatim

Psycopg 3: PostgreSQL database adapter for Python - binary package

This distribution package is an optional component of Psycopg 3: it contains the optional optimization package psycopg_binary.

.. : https://pypi.org/project/psycopg/ .. : https://www.psycopg.org/psycopg3/docs/basic/install.html #binary-installation

You shouldn't install this package directly: use instead ::

pip install "psycopg[binary]"

to install a version of the optimization package matching the psycopg version installed.

Installing this package requires pip >= 20.3 or newer installed.

This package is not available for every platform: check out Binary installation__ in the documentation.

.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html #binary-installation

Please read the project readme and the installation documentation for more details.

.. : https://github.com/psycopg/psycopg#readme .. : https://www.psycopg.org/psycopg3/docs/basic/install.html

Copyright (C) 2020 The Psycopg Team

Read as markdown · JSON record · Source repository · Homepage · Docs

Similar packages