psycopg-pool


Namepsycopg-pool JSON
Version 3.2.4 PyPI version JSON
download
home_pagehttps://psycopg.org/psycopg3/
SummaryConnection Pool for Psycopg
upload_time2024-11-15 10:02:49
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 - Connection Pool
===================================================================

This distribution package is an optional component of `Psycopg 3`__: it
contains the optional connection pool package `psycopg_pool`__.

.. __: https://pypi.org/project/psycopg/
.. __: https://www.psycopg.org/psycopg3/docs/advanced/pool.html

This package is kept separate from the main ``psycopg`` package because it is
likely that it will follow a different release cycle.

You can also install this package using::

    pip install "psycopg[pool]"

Please read `the project readme`__ and `the installation documentation`__ for
more details.

.. __: https://github.com/psycopg/psycopg#readme
.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html
       #installing-the-connection-pool


Copyright (C) 2020 The Psycopg Team

            

Raw data

            {
    "_id": null,
    "home_page": "https://psycopg.org/psycopg3/",
    "name": "psycopg-pool",
    "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/49/71/01d4e589dc5fd1f21368b7d2df183ed0e5bbc160ce291d745142b229797b/psycopg_pool-3.2.4.tar.gz",
    "platform": null,
    "description": "Psycopg 3: PostgreSQL database adapter for Python - Connection Pool\n===================================================================\n\nThis distribution package is an optional component of `Psycopg 3`__: it\ncontains the optional connection pool package `psycopg_pool`__.\n\n.. __: https://pypi.org/project/psycopg/\n.. __: https://www.psycopg.org/psycopg3/docs/advanced/pool.html\n\nThis package is kept separate from the main ``psycopg`` package because it is\nlikely that it will follow a different release cycle.\n\nYou can also install this package using::\n\n    pip install \"psycopg[pool]\"\n\nPlease read `the project readme`__ and `the installation documentation`__ for\nmore details.\n\n.. __: https://github.com/psycopg/psycopg#readme\n.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html\n       #installing-the-connection-pool\n\n\nCopyright (C) 2020 The Psycopg Team\n",
    "bugtrack_url": null,
    "license": "GNU Lesser General Public License v3 (LGPLv3)",
    "summary": "Connection Pool for Psycopg",
    "version": "3.2.4",
    "project_urls": {
        "Changes": "https://psycopg.org/psycopg3/docs/news_pool.html",
        "Code": "https://github.com/psycopg/psycopg",
        "Documentation": "https://www.psycopg.org/psycopg3/docs/advanced/pool.html",
        "Download": "https://pypi.org/project/psycopg-pool/",
        "Homepage": "https://psycopg.org/",
        "Issue Tracker": "https://github.com/psycopg/psycopg/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb282b56ac94c236ee033c7b291bcaa6a83089d0cc0fe7830c35f6521177c199",
                "md5": "4e283463473c9668db4c55056f91962b",
                "sha256": "f6a22cff0f21f06d72fb2f5cb48c618946777c49385358e0c88d062c59cbd224"
            },
            "downloads": -1,
            "filename": "psycopg_pool-3.2.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4e283463473c9668db4c55056f91962b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 38240,
            "upload_time": "2024-11-15T10:02:47",
            "upload_time_iso_8601": "2024-11-15T10:02:47.857967Z",
            "url": "https://files.pythonhosted.org/packages/bb/28/2b56ac94c236ee033c7b291bcaa6a83089d0cc0fe7830c35f6521177c199/psycopg_pool-3.2.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "497101d4e589dc5fd1f21368b7d2df183ed0e5bbc160ce291d745142b229797b",
                "md5": "0db278ae1b646d272790bc99060e4612",
                "sha256": "61774b5bbf23e8d22bedc7504707135aaf744679f8ef9b3fe29942920746a6ed"
            },
            "downloads": -1,
            "filename": "psycopg_pool-3.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "0db278ae1b646d272790bc99060e4612",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 29749,
            "upload_time": "2024-11-15T10:02:49",
            "upload_time_iso_8601": "2024-11-15T10:02:49.273047Z",
            "url": "https://files.pythonhosted.org/packages/49/71/01d4e589dc5fd1f21368b7d2df183ed0e5bbc160ce291d745142b229797b/psycopg_pool-3.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-15 10:02:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "psycopg",
    "github_project": "psycopg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "psycopg-pool"
}
        
Elapsed time: 0.43357s