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/d1/ad/7ce016ae63e231575df0498d2395d15f005f05e32d3a2d439038e1bd0851/psycopg-3.2.3.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.3",
"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": "ce21534b8f5bd9734b7a2fcd3a16b1ee82ef6cad81a4796e95ebf4e0c6a24119",
"md5": "01056876d438cc45a85bba550ba0a8d1",
"sha256": "644d3973fe26908c73d4be746074f6e5224b03c1101d302d9a53bf565ad64907"
},
"downloads": -1,
"filename": "psycopg-3.2.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "01056876d438cc45a85bba550ba0a8d1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 197934,
"upload_time": "2024-09-29T21:21:19",
"upload_time_iso_8601": "2024-09-29T21:21:19.623136Z",
"url": "https://files.pythonhosted.org/packages/ce/21/534b8f5bd9734b7a2fcd3a16b1ee82ef6cad81a4796e95ebf4e0c6a24119/psycopg-3.2.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d1ad7ce016ae63e231575df0498d2395d15f005f05e32d3a2d439038e1bd0851",
"md5": "beec242c75785e2c57364115dee3ba09",
"sha256": "a5764f67c27bec8bfac85764d23c534af2c27b893550377e37ce59c12aac47a2"
},
"downloads": -1,
"filename": "psycopg-3.2.3.tar.gz",
"has_sig": false,
"md5_digest": "beec242c75785e2c57364115dee3ba09",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 155550,
"upload_time": "2024-09-29T21:27:25",
"upload_time_iso_8601": "2024-09-29T21:27:25.456109Z",
"url": "https://files.pythonhosted.org/packages/d1/ad/7ce016ae63e231575df0498d2395d15f005f05e32d3a2d439038e1bd0851/psycopg-3.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-29 21:27:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "psycopg",
"github_project": "psycopg",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "psycopg"
}