root/alpine313/: psycopg-3.2.10 metadata and description

Homepage Simple index PyPI page

PostgreSQL database adapter for Python

author Daniele Varrazzo
author_email daniele.varrazzo@gmail.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
  • Operating System :: MacOS :: MacOS X
  • Operating System :: Microsoft :: Windows
  • Operating System :: POSIX
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • 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 GNU Lesser General Public License v3 (LGPLv3)
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
  • Download, https://pypi.org/project/psycopg/
  • Funding, https://github.com/sponsors/dvarrazzo
requires_dist
  • backports.zoneinfo>=0.2.0; python_version < "3.9"
  • typing-extensions>=4.6; python_version < "3.13"
  • tzdata; sys_platform == "win32"
  • psycopg-c==3.2.10; implementation_name != "pypy" and extra == "c"
  • psycopg-binary==3.2.10; implementation_name != "pypy" and extra == "binary"
  • psycopg-pool; extra == "pool"
  • anyio>=4.0; extra == "test"
  • mypy>=1.14; 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>=24.1.0; extra == "dev"
  • codespell>=2.2; extra == "dev"
  • dnspython>=2.1; extra == "dev"
  • flake8>=4.0; extra == "dev"
  • isort[colors]>=6.0; extra == "dev"
  • isort-psycopg; extra == "dev"
  • mypy>=1.14; 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.8
File Tox results History
psycopg-3.2.10-py3-none-any.whl
Size
202 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