dabbler


Namedabbler JSON
Version 0.0.6 PyPI version JSON
download
home_page
SummaryA qt-gui tool to view database tables/queries integrated within an jupyter/ipython session
upload_time2023-11-11 19:50:40
maintainer
docs_urlNone
author
requires_python>=3.9
licenseThe MIT License (MIT) Copyright (c) 2023 Ryan DeWitt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords duckdb sql autocomplete intellisense lsp language server gui
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A IPython extension for interactive programming with python and DuckDB.  This project is a work in progress and there could be many bugs.

Main Features:
- A window to view tables and queries
- Auto completion for SQL text within python files (requires "dabbler" vscode extension)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "dabbler",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "DuckDB,SQL,autocomplete,intellisense,lsp,language server,gui",
    "author": "",
    "author_email": "Ryan DeWitt <ryan.w.dewitt@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2c/fb/6651f3980717f493067eaa7589849d8fec0fb2bfe702a4df07a620d5df3b/dabbler-0.0.6.tar.gz",
    "platform": null,
    "description": "A IPython extension for interactive programming with python and DuckDB.  This project is a work in progress and there could be many bugs.\r\n\r\nMain Features:\r\n- A window to view tables and queries\r\n- Auto completion for SQL text within python files (requires \"dabbler\" vscode extension)\r\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2023 Ryan DeWitt  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A qt-gui tool to view database tables/queries integrated within an jupyter/ipython session",
    "version": "0.0.6",
    "project_urls": {
        "Homepage": "https://github.com/ryanwd123/dabbler"
    },
    "split_keywords": [
        "duckdb",
        "sql",
        "autocomplete",
        "intellisense",
        "lsp",
        "language server",
        "gui"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a83fca156f97719f6d78a8eed077e086bfb3ad2bcc02a0a865362365e2517bb8",
                "md5": "a9f818dc817d12f3096d8d04a4aab2c2",
                "sha256": "a1abeec21ca4b8cfa897d362553ed28f444a334e24a74fa8376d028ca3bafdd3"
            },
            "downloads": -1,
            "filename": "dabbler-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a9f818dc817d12f3096d8d04a4aab2c2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 68133,
            "upload_time": "2023-11-11T19:50:38",
            "upload_time_iso_8601": "2023-11-11T19:50:38.605656Z",
            "url": "https://files.pythonhosted.org/packages/a8/3f/ca156f97719f6d78a8eed077e086bfb3ad2bcc02a0a865362365e2517bb8/dabbler-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2cfb6651f3980717f493067eaa7589849d8fec0fb2bfe702a4df07a620d5df3b",
                "md5": "f1a78ef3cd0ab983ab9a68557dd63abc",
                "sha256": "91e980a1edaecc74f277c8e99d988d59b43e7caebe269c973829f389f1ca3b13"
            },
            "downloads": -1,
            "filename": "dabbler-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "f1a78ef3cd0ab983ab9a68557dd63abc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 65996,
            "upload_time": "2023-11-11T19:50:40",
            "upload_time_iso_8601": "2023-11-11T19:50:40.522869Z",
            "url": "https://files.pythonhosted.org/packages/2c/fb/6651f3980717f493067eaa7589849d8fec0fb2bfe702a4df07a620d5df3b/dabbler-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-11 19:50:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ryanwd123",
    "github_project": "dabbler",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dabbler"
}
        
Elapsed time: 0.14197s