psycopg-c


Namepsycopg-c JSON
Version 3.1.19 PyPI version JSON
download
home_pagehttps://psycopg.org/psycopg3/
SummaryPostgreSQL database adapter for Python -- C optimisation distribution
upload_time2024-05-10 12:28:36
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 - optimisation package
========================================================================

This distribution package is an optional component of `Psycopg 3`__: it
contains the optional optimization package `psycopg_c`__.

.. __: https://pypi.org/project/psycopg/
.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html
       #local-installation

You shouldn't install this package directly: use instead ::

    pip install "psycopg[c]"

to install a version of the optimization package matching the ``psycopg``
version installed.

Installing this package requires some prerequisites: check `Local
installation`__ in the documentation. Without a C compiler and some library
headers install *will fail*: this is not a bug.

If you are unable to meet the prerequisite needed you might want to install
``psycopg[binary]`` instead: look for `Binary installation`__ in the
documentation.

.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html
       #local-installation
.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html
       #binary-installation

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


Copyright (C) 2020 The Psycopg Team

            

Raw data

            {
    "_id": null,
    "home_page": "https://psycopg.org/psycopg3/",
    "name": "psycopg-c",
    "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/64/7e/1b75babba770e9869d27e2aed23ee5d903c9aa748d8dd1ef783c9cca1de5/psycopg_c-3.1.19.tar.gz",
    "platform": null,
    "description": "Psycopg 3: PostgreSQL database adapter for Python - optimisation package\n========================================================================\n\nThis distribution package is an optional component of `Psycopg 3`__: it\ncontains the optional optimization package `psycopg_c`__.\n\n.. __: https://pypi.org/project/psycopg/\n.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html\n       #local-installation\n\nYou shouldn't install this package directly: use instead ::\n\n    pip install \"psycopg[c]\"\n\nto install a version of the optimization package matching the ``psycopg``\nversion installed.\n\nInstalling this package requires some prerequisites: check `Local\ninstallation`__ in the documentation. Without a C compiler and some library\nheaders install *will fail*: this is not a bug.\n\nIf you are unable to meet the prerequisite needed you might want to install\n``psycopg[binary]`` instead: look for `Binary installation`__ in the\ndocumentation.\n\n.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html\n       #local-installation\n.. __: https://www.psycopg.org/psycopg3/docs/basic/install.html\n       #binary-installation\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\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 -- C optimisation distribution",
    "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-c/",
        "Homepage": "https://psycopg.org/",
        "Issue Tracker": "https://github.com/psycopg/psycopg/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "647e1b75babba770e9869d27e2aed23ee5d903c9aa748d8dd1ef783c9cca1de5",
                "md5": "6dfd518615e35ba4b7c054eecc97bf78",
                "sha256": "8e90f53c430e7d661cb3a9298e2761847212ead1b24c5fb058fc9d0fd9616017"
            },
            "downloads": -1,
            "filename": "psycopg_c-3.1.19.tar.gz",
            "has_sig": false,
            "md5_digest": "6dfd518615e35ba4b7c054eecc97bf78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 562146,
            "upload_time": "2024-05-10T12:28:36",
            "upload_time_iso_8601": "2024-05-10T12:28:36.886640Z",
            "url": "https://files.pythonhosted.org/packages/64/7e/1b75babba770e9869d27e2aed23ee5d903c9aa748d8dd1ef783c9cca1de5/psycopg_c-3.1.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-10 12:28:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "psycopg",
    "github_project": "psycopg",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "psycopg-c"
}
        
Elapsed time: 0.22466s