DBUtils


NameDBUtils JSON
Version 3.1.0 PyPI version JSON
download
home_page
SummaryDatabase connections for multi-threaded environments.
upload_time2024-03-17 13:17:36
maintainer
docs_urlNone
author
requires_python>3.7
licenseMIT License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            DBUtils
=======

DBUtils is a suite of tools providing solid, persistent and pooled connections
to a database that can be used in all kinds of multi-threaded environments.

The suite supports DB-API 2 compliant database interfaces
and the classic PyGreSQL interface.

The current version 3.1.0 of DBUtils supports Python versions 3.7 to 3.12.

**Please have a look at the [changelog](https://webwareforpython.github.io/DBUtils/changelog.html), because there were some breaking changes in version 2.0.**

The DBUtils home page can be found at https://webwareforpython.github.io/DBUtils/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "DBUtils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "Christoph Zwerschke <cito@online.de>",
    "download_url": "https://files.pythonhosted.org/packages/00/47/aa67695a23f775cf0d26f576752df813292cffcba73270abb25015692c4f/DBUtils-3.1.0.tar.gz",
    "platform": "any",
    "description": "DBUtils\n=======\n\nDBUtils is a suite of tools providing solid, persistent and pooled connections\nto a database that can be used in all kinds of multi-threaded environments.\n\nThe suite supports DB-API 2 compliant database interfaces\nand the classic PyGreSQL interface.\n\nThe current version 3.1.0 of DBUtils supports Python versions 3.7 to 3.12.\n\n**Please have a look at the [changelog](https://webwareforpython.github.io/DBUtils/changelog.html), because there were some breaking changes in version 2.0.**\n\nThe DBUtils home page can be found at https://webwareforpython.github.io/DBUtils/\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Database connections for multi-threaded environments.",
    "version": "3.1.0",
    "project_urls": {
        "Changelog": "https://webwareforpython.github.io/DBUtils/changelog.html",
        "Documentation": "https://webwareforpython.github.io/DBUtils/main.html",
        "Download": "https://pypi.org/project/DBUtils/",
        "Homepage": "https://webwareforpython.github.io/DBUtils/",
        "Issue Tracker": "https://github.com/WebwareForPython/DBUtils/issues",
        "Source Code": "https://github.com/WebwareForPython/DBUtils"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30cde69e39ed66cb405ddaadc85f7429bd03f273600e83f804eb4a5c33d0f956",
                "md5": "5861ff229930743ad2e2fe02ca4e2070",
                "sha256": "4afca4c7f5b037cd44dd71933904c756e041a755841b1cf62431f1011ba29234"
            },
            "downloads": -1,
            "filename": "DBUtils-3.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5861ff229930743ad2e2fe02ca4e2070",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3.7",
            "size": 32687,
            "upload_time": "2024-03-17T13:17:34",
            "upload_time_iso_8601": "2024-03-17T13:17:34.963497Z",
            "url": "https://files.pythonhosted.org/packages/30/cd/e69e39ed66cb405ddaadc85f7429bd03f273600e83f804eb4a5c33d0f956/DBUtils-3.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0047aa67695a23f775cf0d26f576752df813292cffcba73270abb25015692c4f",
                "md5": "3878f3b044b8b8cfb9b05c3d1e418d2a",
                "sha256": "ea528ba11063240eea82345ebc6f7cc9324c06e42e9420b00bcd245a95bfcc24"
            },
            "downloads": -1,
            "filename": "DBUtils-3.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3878f3b044b8b8cfb9b05c3d1e418d2a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.7",
            "size": 94672,
            "upload_time": "2024-03-17T13:17:36",
            "upload_time_iso_8601": "2024-03-17T13:17:36.894842Z",
            "url": "https://files.pythonhosted.org/packages/00/47/aa67695a23f775cf0d26f576752df813292cffcba73270abb25015692c4f/DBUtils-3.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-17 13:17:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "WebwareForPython",
    "github_project": "DBUtils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "dbutils"
}
        
Elapsed time: 0.23869s