pyexasol


Namepyexasol JSON
Version 0.25.2 PyPI version JSON
download
home_pagehttps://github.com/exasol/pyexasol
SummaryExasol python driver with extra features
upload_time2023-03-14 10:16:32
maintainer
docs_urlNone
authorVitaly Markov
requires_python>=3.6
license
keywords exasol sql database performance websocket import export
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Exasol driver with low overhead, fast HTTP transport and compression. It is implemented in Python 3.6+.

Main features:

-  Based on WebSocket protocol;
-  Optimized for minimum overhead;
-  Easy integration with pandas via HTTP transport;
-  Compression to reduce network bottleneck;

PyEXASOL does not follow DB-API 2.0 in favor of Exasol-specific features.

Please read "Best practices" manual page to learn how to use PyEXASOL with maximum efficiency.
    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/exasol/pyexasol",
    "name": "pyexasol",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "exasol sql database performance websocket import export",
    "author": "Vitaly Markov",
    "author_email": "wild.desu@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/40/8b/f0fe991b2020fffaf2a8a89c03a6317e7ea497c2bad98610ce4465fcee65/pyexasol-0.25.2.tar.gz",
    "platform": null,
    "description": "\nExasol driver with low overhead, fast HTTP transport and compression. It is implemented in Python 3.6+.\n\nMain features:\n\n-  Based on WebSocket protocol;\n-  Optimized for minimum overhead;\n-  Easy integration with pandas via HTTP transport;\n-  Compression to reduce network bottleneck;\n\nPyEXASOL does not follow DB-API 2.0 in favor of Exasol-specific features.\n\nPlease read \"Best practices\" manual page to learn how to use PyEXASOL with maximum efficiency.\n    \n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Exasol python driver with extra features",
    "version": "0.25.2",
    "split_keywords": [
        "exasol",
        "sql",
        "database",
        "performance",
        "websocket",
        "import",
        "export"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4129c9ee07900c613f1495a2688bc57ea9ae145a646ff7d943b8286742da4f9e",
                "md5": "c9c8169bf77461d43f52ad2540848fe3",
                "sha256": "54be5c75f0867a4838b84b5b5a37466c33fa9b1ca6bf51d9c3d821d367936e6e"
            },
            "downloads": -1,
            "filename": "pyexasol-0.25.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c9c8169bf77461d43f52ad2540848fe3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 47393,
            "upload_time": "2023-03-14T10:16:28",
            "upload_time_iso_8601": "2023-03-14T10:16:28.991753Z",
            "url": "https://files.pythonhosted.org/packages/41/29/c9ee07900c613f1495a2688bc57ea9ae145a646ff7d943b8286742da4f9e/pyexasol-0.25.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "408bf0fe991b2020fffaf2a8a89c03a6317e7ea497c2bad98610ce4465fcee65",
                "md5": "c539fb5f53176349ac7686e3c28dea7c",
                "sha256": "3b42cb2c32b7b2ffe7a78c82bf21c3a391043758f2a575c48460252a72386691"
            },
            "downloads": -1,
            "filename": "pyexasol-0.25.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c539fb5f53176349ac7686e3c28dea7c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 36728,
            "upload_time": "2023-03-14T10:16:32",
            "upload_time_iso_8601": "2023-03-14T10:16:32.295037Z",
            "url": "https://files.pythonhosted.org/packages/40/8b/f0fe991b2020fffaf2a8a89c03a6317e7ea497c2bad98610ce4465fcee65/pyexasol-0.25.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-14 10:16:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "exasol",
    "github_project": "pyexasol",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyexasol"
}
        
Elapsed time: 0.04662s