PyGreSQL


NamePyGreSQL JSON
Version 6.0.1 PyPI version JSON
download
home_pagehttps://pygresql.github.io/
SummaryPython PostgreSQL interfaces
upload_time2024-04-19 21:36:35
maintainerNone
docs_urlNone
authorD'Arcy J. M. Cain
requires_python>=3.7
licenseWritten by D'Arcy J.M. Cain (darcy@PyGreSQL.org) Based heavily on code written by Pascal Andre (andre@chimay.via.ecp.fr) Copyright (c) 1995, Pascal Andre Further modifications copyright (c) 1997-2008 by D'Arcy J.M. Cain Further modifications copyright (c) 2009-2024 by the PyGreSQL Development Team PyGreSQL is released under the PostgreSQL License, a liberal Open Source license, similar to the BSD or MIT licenses: Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies. In this license the term "AUTHORS" refers to anyone who has contributed code to PyGreSQL. IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
keywords pygresql postgresql database api dbapi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PyGreSQL - Python interface for PostgreSQL
==========================================

PyGreSQL is a Python module that interfaces to a PostgreSQL database.
It wraps the lower level C API library libpq to allow easy use of the
powerful PostgreSQL features from Python.

PyGreSQL should run on most platforms where PostgreSQL and Python is running.
It is based on the PyGres95 code written by Pascal Andre.
D'Arcy J. M. Cain renamed it to PyGreSQL starting with version 2.0
and serves as the "BDFL" of PyGreSQL.
Christoph Zwerschke volunteered as another maintainer and has been the main 
contributor since version 3.7 of PyGreSQL.

The following Python versions are supported:

* PyGreSQL 4.x and earlier: Python 2 only
* PyGreSQL 5.x: Python 2 and Python 3
* PyGreSQL 6.x and newer: Python 3 only

The current version of PyGreSQL supports Python versions 3.7 to 3.12
and PostgreSQL versions 10 to 16 on the server.

Installation
------------

The simplest way to install PyGreSQL is to type::

    $ pip install PyGreSQL

For other ways of installing PyGreSQL and requirements,
see the documentation.

Note that PyGreSQL also requires the libpq shared library to be
installed and accessible on the client machine.

Documentation
-------------

The documentation is available at
`pygresql.github.io/ <http://pygresql.github.io/>`_ and at
`pygresql.readthedocs.io <https://pygresql.readthedocs.io/>`_,
where you can also find the documentation for older versions.

            

Raw data

            {
    "_id": null,
    "home_page": "https://pygresql.github.io/",
    "name": "PyGreSQL",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "pygresql, postgresql, database, api, dbapi",
    "author": "D'Arcy J. M. Cain",
    "author_email": "\"D'Arcy J. M. Cain\" <darcy@pygresql.org>, Christoph Zwerschke <cito@online.de>",
    "download_url": "https://files.pythonhosted.org/packages/50/f0/afcadfd644773de2e542c0bcf7242f50e830bb27c07c24342fe76e269945/pygresql-6.0.1.tar.gz",
    "platform": null,
    "description": "PyGreSQL - Python interface for PostgreSQL\r\n==========================================\r\n\r\nPyGreSQL is a Python module that interfaces to a PostgreSQL database.\r\nIt wraps the lower level C API library libpq to allow easy use of the\r\npowerful PostgreSQL features from Python.\r\n\r\nPyGreSQL should run on most platforms where PostgreSQL and Python is running.\r\nIt is based on the PyGres95 code written by Pascal Andre.\r\nD'Arcy J. M. Cain renamed it to PyGreSQL starting with version 2.0\r\nand serves as the \"BDFL\" of PyGreSQL.\r\nChristoph Zwerschke volunteered as another maintainer and has been the main \r\ncontributor since version 3.7 of PyGreSQL.\r\n\r\nThe following Python versions are supported:\r\n\r\n* PyGreSQL 4.x and earlier: Python 2 only\r\n* PyGreSQL 5.x: Python 2 and Python 3\r\n* PyGreSQL 6.x and newer: Python 3 only\r\n\r\nThe current version of PyGreSQL supports Python versions 3.7 to 3.12\r\nand PostgreSQL versions 10 to 16 on the server.\r\n\r\nInstallation\r\n------------\r\n\r\nThe simplest way to install PyGreSQL is to type::\r\n\r\n    $ pip install PyGreSQL\r\n\r\nFor other ways of installing PyGreSQL and requirements,\r\nsee the documentation.\r\n\r\nNote that PyGreSQL also requires the libpq shared library to be\r\ninstalled and accessible on the client machine.\r\n\r\nDocumentation\r\n-------------\r\n\r\nThe documentation is available at\r\n`pygresql.github.io/ <http://pygresql.github.io/>`_ and at\r\n`pygresql.readthedocs.io <https://pygresql.readthedocs.io/>`_,\r\nwhere you can also find the documentation for older versions.\r\n",
    "bugtrack_url": null,
    "license": "Written by D'Arcy J.M. Cain (darcy@PyGreSQL.org)  Based heavily on code written by Pascal Andre (andre@chimay.via.ecp.fr)  Copyright (c) 1995, Pascal Andre  Further modifications copyright (c) 1997-2008 by D'Arcy J.M. Cain  Further modifications copyright (c) 2009-2024 by the PyGreSQL Development Team  PyGreSQL is released under the PostgreSQL License, a liberal Open Source license, similar to the BSD or MIT licenses:  Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies.  In this license the term \"AUTHORS\" refers to anyone who has contributed code to PyGreSQL.  IN NO EVENT SHALL THE AUTHORS BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF AUTHORS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.  THE AUTHORS SPECIFICALLY DISCLAIM ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS ON AN \"AS IS\" BASIS, AND THE AUTHORS HAVE NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. ",
    "summary": "Python PostgreSQL interfaces",
    "version": "6.0.1",
    "project_urls": {
        "Changelog": "https://pygresql.github.io/contents/changelog.html",
        "Documentation": "https://pygresql.github.io/contents/",
        "Download": "https://pygresql.github.io/download/",
        "Homepage": "https://pygresql.github.io/",
        "Issue Tracker": "https://github.com/PyGreSQL/PyGreSQL/issues/",
        "Mailing List": "https://mail.vex.net/mailman/listinfo/pygresql",
        "Source Code": "https://github.com/PyGreSQL/PyGreSQL"
    },
    "split_keywords": [
        "pygresql",
        " postgresql",
        " database",
        " api",
        " dbapi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "17b431adea62d6bf6ceb5dc9129e6bd593fff8812b41ae5bf38d0634ad20dd88",
                "md5": "2af81bf3442e7accf0ca5d005cad5984",
                "sha256": "4720e5d72e5c00484d420c1fcc1cc446475beba2dd97edaeae57e9dfe45af696"
            },
            "downloads": -1,
            "filename": "PyGreSQL-6.0.1-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "2af81bf3442e7accf0ca5d005cad5984",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 94162,
            "upload_time": "2024-04-19T21:36:21",
            "upload_time_iso_8601": "2024-04-19T21:36:21.672577Z",
            "url": "https://files.pythonhosted.org/packages/17/b4/31adea62d6bf6ceb5dc9129e6bd593fff8812b41ae5bf38d0634ad20dd88/PyGreSQL-6.0.1-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "348568cd4eecede3460af705403c315cc202fe4ca6095097f8e14aeb664d847f",
                "md5": "747344dbe3642668142a5517c134121a",
                "sha256": "f8c43fd86d1f9235380717682161a7f69dcd873a880dfaab3e2bdb67899cea69"
            },
            "downloads": -1,
            "filename": "PyGreSQL-6.0.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "747344dbe3642668142a5517c134121a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 98966,
            "upload_time": "2024-04-19T21:36:23",
            "upload_time_iso_8601": "2024-04-19T21:36:23.701209Z",
            "url": "https://files.pythonhosted.org/packages/34/85/68cd4eecede3460af705403c315cc202fe4ca6095097f8e14aeb664d847f/PyGreSQL-6.0.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a672103aa6cc9a2bb4c9f6040f31ee162660230586a6d07a6b7267c9ed380cc2",
                "md5": "ebed9550f3163bcc8871e115cdf06a3d",
                "sha256": "ba7e1ff03c6cd2f89da7ac94a77c5c872019a9b2d8663eae77fe7ee6277236af"
            },
            "downloads": -1,
            "filename": "PyGreSQL-6.0.1-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "ebed9550f3163bcc8871e115cdf06a3d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 94160,
            "upload_time": "2024-04-19T21:36:24",
            "upload_time_iso_8601": "2024-04-19T21:36:24.847112Z",
            "url": "https://files.pythonhosted.org/packages/a6/72/103aa6cc9a2bb4c9f6040f31ee162660230586a6d07a6b7267c9ed380cc2/PyGreSQL-6.0.1-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab6714a4d5b1c557fe0d9ca54e4e79a2165debb39c0acd26e277d1eeaefefebc",
                "md5": "ac4ecc87bb1bbf2e3f314aa4447793cb",
                "sha256": "41ada07c89a6c55a79fdea590e506fac05293a2fba0ed3d24ebfe1a2693622fd"
            },
            "downloads": -1,
            "filename": "PyGreSQL-6.0.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ac4ecc87bb1bbf2e3f314aa4447793cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 98968,
            "upload_time": "2024-04-19T21:36:26",
            "upload_time_iso_8601": "2024-04-19T21:36:26.743823Z",
            "url": "https://files.pythonhosted.org/packages/ab/67/14a4d5b1c557fe0d9ca54e4e79a2165debb39c0acd26e277d1eeaefefebc/PyGreSQL-6.0.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42c5ab3c036d31b5d1673b6d47b26862b9b0bf94507a9383355f778ad104e9f0",
                "md5": "18a1832838301c0344c5e60d76010871",
                "sha256": "04c085b16b7e53eac8cfc76ca160a91963f2e7361b8c5d064a45ae68564bcc3a"
            },
            "downloads": -1,
            "filename": "PyGreSQL-6.0.1-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "18a1832838301c0344c5e60d76010871",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 93817,
            "upload_time": "2024-04-19T21:36:28",
            "upload_time_iso_8601": "2024-04-19T21:36:28.680265Z",
            "url": "https://files.pythonhosted.org/packages/42/c5/ab3c036d31b5d1673b6d47b26862b9b0bf94507a9383355f778ad104e9f0/PyGreSQL-6.0.1-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29c3319c579f4d69585387d864fd045fd2f7e1d6baead254da4eb0aec1486e8a",
                "md5": "fa1185af9ec2d64e66e6807863728659",
                "sha256": "a5c27546dcb21cfa51b45b2031a63a754164466976365d7a7583a7cd53f2293b"
            },
            "downloads": -1,
            "filename": "PyGreSQL-6.0.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fa1185af9ec2d64e66e6807863728659",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 99741,
            "upload_time": "2024-04-19T21:36:30",
            "upload_time_iso_8601": "2024-04-19T21:36:30.673049Z",
            "url": "https://files.pythonhosted.org/packages/29/c3/319c579f4d69585387d864fd045fd2f7e1d6baead254da4eb0aec1486e8a/PyGreSQL-6.0.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ac8c4f22b629b072eb2f2d54e0b153d82923040dd6cc7efef30976669b7bb08",
                "md5": "a3872e20ff716a8c35a3916ee0660c0e",
                "sha256": "da5f16032f21c2692e124c3bccd747c163710cb6c2ff75f98ffb5b00ca95f0cc"
            },
            "downloads": -1,
            "filename": "PyGreSQL-6.0.1-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "a3872e20ff716a8c35a3916ee0660c0e",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 94162,
            "upload_time": "2024-04-19T21:36:31",
            "upload_time_iso_8601": "2024-04-19T21:36:31.916169Z",
            "url": "https://files.pythonhosted.org/packages/0a/c8/c4f22b629b072eb2f2d54e0b153d82923040dd6cc7efef30976669b7bb08/PyGreSQL-6.0.1-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08c9274a3f635397e9b5eb1b85141abad371240df49360d7f6b5665314254cf6",
                "md5": "cc94ee1c386f09270ef94a31fc5a4058",
                "sha256": "0eadc3a1e322369225f48a05a70197e60c9123e7b84a0df9a217f05a65685951"
            },
            "downloads": -1,
            "filename": "PyGreSQL-6.0.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cc94ee1c386f09270ef94a31fc5a4058",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 98976,
            "upload_time": "2024-04-19T21:36:33",
            "upload_time_iso_8601": "2024-04-19T21:36:33.448872Z",
            "url": "https://files.pythonhosted.org/packages/08/c9/274a3f635397e9b5eb1b85141abad371240df49360d7f6b5665314254cf6/PyGreSQL-6.0.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "50f0afcadfd644773de2e542c0bcf7242f50e830bb27c07c24342fe76e269945",
                "md5": "cc78abbb94039d41fe55772b7e0b8c10",
                "sha256": "925f83b5cc2fd73545f0f6ae0d94d0b97f419b8fc895815bf18a8ef0143295b3"
            },
            "downloads": -1,
            "filename": "pygresql-6.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cc78abbb94039d41fe55772b7e0b8c10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 271855,
            "upload_time": "2024-04-19T21:36:35",
            "upload_time_iso_8601": "2024-04-19T21:36:35.525500Z",
            "url": "https://files.pythonhosted.org/packages/50/f0/afcadfd644773de2e542c0bcf7242f50e830bb27c07c24342fe76e269945/pygresql-6.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-19 21:36:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "PyGreSQL",
    "github_project": "PyGreSQL",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pygresql"
}
        
Elapsed time: 0.23575s