net-task-client


Namenet-task-client JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryA nornir net task project
upload_time2025-07-23 02:18:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords network task client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # net-task-client

net_task_client is a network task client using nornair to run tasks on multiple devices.

## To Install

```
py -m pip install net-task-client
Please create the following files to run the client.
Example config, hosts, groups, defaults are included with the git package.

~/
├── defaults.yml
├── groups.yml
├── hosts.yml
├── config.yml

```

## Usage
Please make sure you update the inventory file hosts.yml with your settings.
```
import net_task_client
client = net_task_client.TaskHandler()
output = client.run('show version')
client.print_output(output)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "net-task-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "network, task, client",
    "author": null,
    "author_email": "Larry Zhu <larry.lan.zhu@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/74/50/9e91254a379c480cab52709663b1bfe049e15904678d99193f429575cace/net_task_client-0.1.4.tar.gz",
    "platform": null,
    "description": "# net-task-client\r\n\r\nnet_task_client is a network task client using nornair to run tasks on multiple devices.\r\n\r\n## To Install\r\n\r\n```\r\npy -m pip install net-task-client\r\nPlease create the following files to run the client.\r\nExample config, hosts, groups, defaults are included with the git package.\r\n\r\n~/\r\n\u251c\u2500\u2500 defaults.yml\r\n\u251c\u2500\u2500 groups.yml\r\n\u251c\u2500\u2500 hosts.yml\r\n\u251c\u2500\u2500 config.yml\r\n\r\n```\r\n\r\n## Usage\r\nPlease make sure you update the inventory file hosts.yml with your settings.\r\n```\r\nimport net_task_client\r\nclient = net_task_client.TaskHandler()\r\noutput = client.run('show version')\r\nclient.print_output(output)\r\n```\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A nornir net task project",
    "version": "0.1.4",
    "project_urls": {
        "Repository": "https://github.com/myusernamehasbeentaken/net-task-client"
    },
    "split_keywords": [
        "network",
        " task",
        " client"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cef1a1eabe32aa935a368636de55d78dd84ab826dc4958653294c57f76ec0eb8",
                "md5": "4b1d60cd6a3e8fd9174ab27b9734a5a3",
                "sha256": "ed2b63debd95c2b9e4ca687da7faf67372318aaad7fe074410f5201f06d8d29e"
            },
            "downloads": -1,
            "filename": "net_task_client-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4b1d60cd6a3e8fd9174ab27b9734a5a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 4463,
            "upload_time": "2025-07-23T02:18:20",
            "upload_time_iso_8601": "2025-07-23T02:18:20.027036Z",
            "url": "https://files.pythonhosted.org/packages/ce/f1/a1eabe32aa935a368636de55d78dd84ab826dc4958653294c57f76ec0eb8/net_task_client-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74509e91254a379c480cab52709663b1bfe049e15904678d99193f429575cace",
                "md5": "70c528fbf76c1bfc6312014beeb1e55f",
                "sha256": "3e58feb13239c250821de566115c811cffcb8c346d0682f9f58a2cf7d2192f7b"
            },
            "downloads": -1,
            "filename": "net_task_client-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "70c528fbf76c1bfc6312014beeb1e55f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3643,
            "upload_time": "2025-07-23T02:18:20",
            "upload_time_iso_8601": "2025-07-23T02:18:20.774978Z",
            "url": "https://files.pythonhosted.org/packages/74/50/9e91254a379c480cab52709663b1bfe049e15904678d99193f429575cace/net_task_client-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 02:18:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "myusernamehasbeentaken",
    "github_project": "net-task-client",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "net-task-client"
}
        
Elapsed time: 0.85498s