psycopg


Namepsycopg JSON
Version 3.2.4 PyPI version JSON
download
home_pagehttps://psycopg.org/psycopg3/
SummaryPostgreSQL database adapter for Python
upload_time2025-01-15 17:36:56
maintainerNone
docs_urlNone
authorDaniele Varrazzo
requires_python>=3.8
licenseGNU Lesser General Public License v3 (LGPLv3)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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": null,
    "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.4",
    "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": "404915114d5f7ee68983f4e1a24d47e75334568960352a07c6f0e796e912685d",
                "md5": "e3ceb4e7e14f7d887faa2c82522d75cc",
                "sha256": "43665368ccd48180744cab26b74332f46b63b7e06e8ce0775547a3533883d381"
            },
            "downloads": -1,
            "filename": "psycopg-3.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3ceb4e7e14f7d887faa2c82522d75cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 198716,
            "upload_time": "2025-01-15T17:36:56",
            "upload_time_iso_8601": "2025-01-15T17:36:56.495075Z",
            "url": "https://files.pythonhosted.org/packages/40/49/15114d5f7ee68983f4e1a24d47e75334568960352a07c6f0e796e912685d/psycopg-3.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-15 17:36:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "psycopg",
    "github_project": "psycopg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "psycopg"
}
        
Elapsed time: 0.46330s