psycopg


Namepsycopg JSON
Version 3.1.19 PyPI version JSON
download
home_pagehttps://psycopg.org/psycopg3/
SummaryPostgreSQL database adapter for Python
upload_time2024-05-10 12:28:34
maintainerNone
docs_urlNone
authorDaniele Varrazzo
requires_python>=3.7
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.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Daniele Varrazzo",
    "author_email": "daniele.varrazzo@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e5/b8/dc85a3b5d3576527c288197de5db85edd141d6ce27fcf73e9f77e871824a/psycopg-3.1.19.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.1.19",
    "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": "f2cf172701ea48987548c681e011681dda1d2605131f723e89225477fe7802e9",
                "md5": "6345cae8283bfa16c8eafa43e97bbe1b",
                "sha256": "dca5e5521c859f6606686432ae1c94e8766d29cc91f2ee595378c510cc5b0731"
            },
            "downloads": -1,
            "filename": "psycopg-3.1.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6345cae8283bfa16c8eafa43e97bbe1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 179386,
            "upload_time": "2024-05-10T12:24:15",
            "upload_time_iso_8601": "2024-05-10T12:24:15.972501Z",
            "url": "https://files.pythonhosted.org/packages/f2/cf/172701ea48987548c681e011681dda1d2605131f723e89225477fe7802e9/psycopg-3.1.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e5b8dc85a3b5d3576527c288197de5db85edd141d6ce27fcf73e9f77e871824a",
                "md5": "8eafcbda12408038a872e3239bc61931",
                "sha256": "92d7b78ad82426cdcf1a0440678209faa890c6e1721361c2f8901f0dccd62961"
            },
            "downloads": -1,
            "filename": "psycopg-3.1.19.tar.gz",
            "has_sig": false,
            "md5_digest": "8eafcbda12408038a872e3239bc61931",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 147457,
            "upload_time": "2024-05-10T12:28:34",
            "upload_time_iso_8601": "2024-05-10T12:28:34.446896Z",
            "url": "https://files.pythonhosted.org/packages/e5/b8/dc85a3b5d3576527c288197de5db85edd141d6ce27fcf73e9f77e871824a/psycopg-3.1.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-10 12:28:34",
    "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.33587s