Orange3-Sqlite3


NameOrange3-Sqlite3 JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/chrislee35/orange3-sqlite3
SummarySimple widget to load a table from an SQL query against an SQLite3 database
upload_time2024-05-24 02:26:07
maintainerNone
docs_urlNone
authorChris Lee
requires_pythonNone
licenseGPL3+
keywords orange3 add-on
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Orange3-Sqlite3

This queries an Sqlite3 database.

Within the Add-ons installer, click on "Add more..." and type in Orange3-Sqlite3

## Setting the Target and Creating Categorical Variables

You can set the target using the Select Columns widget and make a Categorical variable using Edit Domain.

![Example Orange3 Workflow using SQLite3 and setting the target and categorical variable](https://github.com/chrislee35/orange3-sqlite3/blob/main/img/example.png?raw=true)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chrislee35/orange3-sqlite3",
    "name": "Orange3-Sqlite3",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "orange3 add-on",
    "author": "Chris Lee",
    "author_email": "github@chrislee.dhs.org",
    "download_url": null,
    "platform": null,
    "description": "# Orange3-Sqlite3\n\nThis queries an Sqlite3 database.\n\nWithin the Add-ons installer, click on \"Add more...\" and type in Orange3-Sqlite3\n\n## Setting the Target and Creating Categorical Variables\n\nYou can set the target using the Select Columns widget and make a Categorical variable using Edit Domain.\n\n![Example Orange3 Workflow using SQLite3 and setting the target and categorical variable](https://github.com/chrislee35/orange3-sqlite3/blob/main/img/example.png?raw=true)\n",
    "bugtrack_url": null,
    "license": "GPL3+",
    "summary": "Simple widget to load a table from an SQL query against an SQLite3 database",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/chrislee35/orange3-sqlite3"
    },
    "split_keywords": [
        "orange3",
        "add-on"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4cf460016e182d6dacb808d54f39b99783323a08044215c1fa2bd68313c5f6ac",
                "md5": "6e938c22d0e3464b2b3c807a0f732ee4",
                "sha256": "b8bffd95907dbf7f897d534fa89a752191f5f88a58e5891aba0a091bce72acbd"
            },
            "downloads": -1,
            "filename": "Orange3_Sqlite3-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e938c22d0e3464b2b3c807a0f732ee4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7003,
            "upload_time": "2024-05-24T02:26:07",
            "upload_time_iso_8601": "2024-05-24T02:26:07.108234Z",
            "url": "https://files.pythonhosted.org/packages/4c/f4/60016e182d6dacb808d54f39b99783323a08044215c1fa2bd68313c5f6ac/Orange3_Sqlite3-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-24 02:26:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "chrislee35",
    "github_project": "orange3-sqlite3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "orange3-sqlite3"
}
        
Elapsed time: 0.24232s