pglib


Namepglib JSON
Version 5.7.1 PyPI version JSON
download
home_pagehttps://gitlab.com/mkleehammer/pglib
SummaryA PostgreSQL interface
upload_time2024-01-25 23:17:46
maintainerMichael Kleehammer
docs_urlNone
author
requires_python
licenseMIT
keywords postgresql postgres
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A PostgreSQL interface for Python.

This provides an interface to the libpq library.  It is not an DB API
library, but is instead designed to match the interface PostgreSQL
offers.



            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/mkleehammer/pglib",
    "name": "pglib",
    "maintainer": "Michael Kleehammer",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "michael@kleehammer.com",
    "keywords": "postgresql postgres",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/6f/e8/8819002be26fbc2ae8054e29498c7853222e4fcf3cce7770a8d9b81d347d/pglib-5.7.1.tar.gz",
    "platform": null,
    "description": "A PostgreSQL interface for Python.\n\nThis provides an interface to the libpq library.  It is not an DB API\nlibrary, but is instead designed to match the interface PostgreSQL\noffers.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A PostgreSQL interface",
    "version": "5.7.1",
    "project_urls": {
        "Homepage": "https://gitlab.com/mkleehammer/pglib"
    },
    "split_keywords": [
        "postgresql",
        "postgres"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fe88819002be26fbc2ae8054e29498c7853222e4fcf3cce7770a8d9b81d347d",
                "md5": "123f5ea542d06e986592e471720bd30a",
                "sha256": "24dd4d9970512136630c35e96b81db15c2eee782eaa114b278eb3b9595390c06"
            },
            "downloads": -1,
            "filename": "pglib-5.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "123f5ea542d06e986592e471720bd30a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 56016,
            "upload_time": "2024-01-25T23:17:46",
            "upload_time_iso_8601": "2024-01-25T23:17:46.123496Z",
            "url": "https://files.pythonhosted.org/packages/6f/e8/8819002be26fbc2ae8054e29498c7853222e4fcf3cce7770a8d9b81d347d/pglib-5.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 23:17:46",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "mkleehammer",
    "gitlab_project": "pglib",
    "lcname": "pglib"
}
        
Elapsed time: 0.17388s