net-kusto-client


Namenet-kusto-client JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA Kusto client package
upload_time2025-07-23 02:29:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords network kusto client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # net-kusto-client

This package is used to query and ingest data into kusto

## To Install

```
py -m pip install net-kusto-client
Please create local.settings.json file in your home folder, you can also copy example.csv to home folder for testing.
~/
├── local.settings.json
├── example.csv
```

## Usage
```
import net_kusto_client
k_client = net_kusto_client.NetKustoClient()
k_client.create_sample_table()
k_client.ingest_sample_data()
k_client.execute_sample_query()
k_client.execute_stormevents_sample_query()
```

On the kusto database you can delete the table using 
.drop table DeviceInfo

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "net-kusto-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "network, kusto, client",
    "author": null,
    "author_email": "Larry Zhu <larry.lan.zhu@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2d/7a/ec46575019626d8a40cdbe5fdba2b43d1875401b9d358742c2addb5c28d0/net_kusto_client-0.1.0.tar.gz",
    "platform": null,
    "description": "# net-kusto-client\r\n\r\nThis package is used to query and ingest data into kusto\r\n\r\n## To Install\r\n\r\n```\r\npy -m pip install net-kusto-client\r\nPlease create local.settings.json file in your home folder, you can also copy example.csv to home folder for testing.\r\n~/\r\n\u251c\u2500\u2500 local.settings.json\r\n\u251c\u2500\u2500 example.csv\r\n```\r\n\r\n## Usage\r\n```\r\nimport net_kusto_client\r\nk_client = net_kusto_client.NetKustoClient()\r\nk_client.create_sample_table()\r\nk_client.ingest_sample_data()\r\nk_client.execute_sample_query()\r\nk_client.execute_stormevents_sample_query()\r\n```\r\n\r\nOn the kusto database you can delete the table using \r\n.drop table DeviceInfo\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Kusto client package",
    "version": "0.1.0",
    "project_urls": {
        "Repository": "https://github.com/myusernamehasbeentaken/net-kusto-client"
    },
    "split_keywords": [
        "network",
        " kusto",
        " client"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb6b7344fd9d95f9f244b4ba9822b54bb9e1cdbb9bc939b5ec82c073a998bc57",
                "md5": "6e8f96740d0eabc9f5f7e819edcb5a4f",
                "sha256": "82636e3887e8789b5ecd5befc562144abff4d40f739228d5aee406e554c1fb63"
            },
            "downloads": -1,
            "filename": "net_kusto_client-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6e8f96740d0eabc9f5f7e819edcb5a4f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4393,
            "upload_time": "2025-07-23T02:29:04",
            "upload_time_iso_8601": "2025-07-23T02:29:04.078824Z",
            "url": "https://files.pythonhosted.org/packages/eb/6b/7344fd9d95f9f244b4ba9822b54bb9e1cdbb9bc939b5ec82c073a998bc57/net_kusto_client-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d7aec46575019626d8a40cdbe5fdba2b43d1875401b9d358742c2addb5c28d0",
                "md5": "b2a12e637aec7cfef0304a40d76c05ad",
                "sha256": "372849526f9c74d28e10f137129fd48e97cc0eb000f90467882a6496225b240c"
            },
            "downloads": -1,
            "filename": "net_kusto_client-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b2a12e637aec7cfef0304a40d76c05ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3835,
            "upload_time": "2025-07-23T02:29:05",
            "upload_time_iso_8601": "2025-07-23T02:29:05.290467Z",
            "url": "https://files.pythonhosted.org/packages/2d/7a/ec46575019626d8a40cdbe5fdba2b43d1875401b9d358742c2addb5c28d0/net_kusto_client-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 02:29:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "myusernamehasbeentaken",
    "github_project": "net-kusto-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "net-kusto-client"
}
        
Elapsed time: 1.11760s