root/alpine313/: psycopg-3.3.3 metadata and description

Simple index PyPI page

PostgreSQL database adapter for Python

author_email Daniele Varrazzo <daniele.varrazzo@gmail.com>
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Operating System :: MacOS :: MacOS X
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Programming Language :: Python :: 3 :: Only
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Programming Language :: Python :: 3.14
  • Programming Language :: Python :: Implementation :: CPython
  • Programming Language :: Python :: Implementation :: PyPy
  • Topic :: Database
  • Topic :: Database :: Front-Ends
  • Topic :: Software Development
  • Topic :: Software Development :: Libraries :: Python Modules
description_content_type text/x-rst
dynamic
  • license-file
license_expression LGPL-3.0-only
license_file
  • LICENSE.txt
project_urls
  • Homepage, https://psycopg.org/
  • Documentation, https://psycopg.org/psycopg3/docs/
  • Changes, https://psycopg.org/psycopg3/docs/news.html
  • Code, https://github.com/psycopg/psycopg
  • Issue Tracker, https://github.com/psycopg/psycopg/issues
  • Funding, https://github.com/sponsors/dvarrazzo
provides_extras
  • c
  • binary
  • pool
  • test
  • dev
  • docs
requires_dist
  • typing-extensions>=4.6; python_version < "3.13"
  • tzdata; sys_platform == "win32"
  • psycopg-c==3.3.3; implementation_name != "pypy" and extra == "c"
  • psycopg-binary==3.3.3; implementation_name != "pypy" and extra == "binary"
  • psycopg-pool; extra == "pool"
  • anyio>=4.0; extra == "test"
  • mypy>=1.19.0; implementation_name != "pypy" and 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"
  • ast-comments>=1.1.2; extra == "dev"
  • black>=26.1.0; extra == "dev"
  • codespell>=2.2; extra == "dev"
  • cython-lint>=0.16; extra == "dev"
  • dnspython>=2.1; extra == "dev"
  • flake8>=4.0; extra == "dev"
  • isort[colors]>=6.0; extra == "dev"
  • isort-psycopg; extra == "dev"
  • mypy>=1.19.0; extra == "dev"
  • pre-commit>=4.0.1; extra == "dev"
  • types-setuptools>=57.4; extra == "dev"
  • types-shapely>=2.0; 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"
requires_python >=3.10
File Tox results History
psycopg-3.3.3-py3-none-any.whl
Size
208 KB
Type
Python Wheel
Python
3

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