Psycopg 3: PostgreSQL database adapter for Python
=================================================
Psycopg 3 is a modern implementation of a PostgreSQL adapter for Python.
This distribution contains the pure Python package ``psycopg``.
.. Note::
Despite the lack of number in the package name, this package is the
successor of psycopg2_.
Please use the psycopg2 package if you are maintaining an existing program
using psycopg2 as a dependency. If you are developing something new,
Psycopg 3 is the most current implementation of the adapter.
.. _psycopg2: https://pypi.org/project/psycopg2/
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`__.
.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html#
Hacking
-------
For development information check out `the project readme`__.
.. __: https://github.com/psycopg/psycopg#readme
Copyright (C) 2020 The Psycopg Team
Raw data
{
"_id": null,
"home_page": "https://psycopg.org/psycopg3/",
"name": "psycopg",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "Daniele Varrazzo",
"author_email": "daniele.varrazzo@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/0e/cf/dc1a4d45e3c6222fe272a245c5cea9a969a7157639da606ac7f2ab5de3a1/psycopg-3.2.5.tar.gz",
"platform": null,
"description": "Psycopg 3: PostgreSQL database adapter for Python\n=================================================\n\nPsycopg 3 is a modern implementation of a PostgreSQL adapter for Python.\n\nThis distribution contains the pure Python package ``psycopg``.\n\n.. Note::\n\n Despite the lack of number in the package name, this package is the\n successor of psycopg2_.\n\n Please use the psycopg2 package if you are maintaining an existing program\n using psycopg2 as a dependency. If you are developing something new,\n Psycopg 3 is the most current implementation of the adapter.\n\n .. _psycopg2: https://pypi.org/project/psycopg2/\n\n\nInstallation\n------------\n\nIn short, run the following::\n\n pip install --upgrade pip # to upgrade pip\n pip install \"psycopg[binary,pool]\" # to install package and dependencies\n\nIf something goes wrong, and for more information about installation, please\ncheck out the `Installation documentation`__.\n\n.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html#\n\n\nHacking\n-------\n\nFor development information check out `the project readme`__.\n\n.. __: https://github.com/psycopg/psycopg#readme\n\n\nCopyright (C) 2020 The Psycopg Team\n",
"bugtrack_url": null,
"license": "GNU Lesser General Public License v3 (LGPLv3)",
"summary": "PostgreSQL database adapter for Python",
"version": "3.2.5",
"project_urls": {
"Changes": "https://psycopg.org/psycopg3/docs/news.html",
"Code": "https://github.com/psycopg/psycopg",
"Documentation": "https://psycopg.org/psycopg3/docs/",
"Download": "https://pypi.org/project/psycopg/",
"Homepage": "https://psycopg.org/",
"Issue Tracker": "https://github.com/psycopg/psycopg/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "18f314a1370b1449ca875d5e353ef02cb9db6b70bd46ec361c236176837c0be1",
"md5": "c1b5a1c6d048fd2a37901d5db2693522",
"sha256": "b782130983e5b3de30b4c529623d3687033b4dafa05bb661fc6bf45837ca5879"
},
"downloads": -1,
"filename": "psycopg-3.2.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c1b5a1c6d048fd2a37901d5db2693522",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 198749,
"upload_time": "2025-02-22T18:23:59",
"upload_time_iso_8601": "2025-02-22T18:23:59.225826Z",
"url": "https://files.pythonhosted.org/packages/18/f3/14a1370b1449ca875d5e353ef02cb9db6b70bd46ec361c236176837c0be1/psycopg-3.2.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0ecfdc1a4d45e3c6222fe272a245c5cea9a969a7157639da606ac7f2ab5de3a1",
"md5": "015ee84718744029641e9a16ff9d18b1",
"sha256": "f5f750611c67cb200e85b408882f29265c66d1de7f813add4f8125978bfd70e8"
},
"downloads": -1,
"filename": "psycopg-3.2.5.tar.gz",
"has_sig": false,
"md5_digest": "015ee84718744029641e9a16ff9d18b1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 156158,
"upload_time": "2025-02-22T18:29:41",
"upload_time_iso_8601": "2025-02-22T18:29:41.034266Z",
"url": "https://files.pythonhosted.org/packages/0e/cf/dc1a4d45e3c6222fe272a245c5cea9a969a7157639da606ac7f2ab5de3a1/psycopg-3.2.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-22 18:29:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "psycopg",
"github_project": "psycopg",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "psycopg"
}