netmiko-bridge-vendor


Namenetmiko-bridge-vendor JSON
Version 0.1.0 PyPI version JSON
download
home_page
SummaryNetmiko vendor driver extension with netmiko bridge support.
upload_time2023-03-22 09:31:31
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT License
keywords netmiko
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Netmiko Bridge Vendor

This is Netmiko vendor driver extension with netmiko_bridge module.

## How to build

First you must install __wheel__ or __build__ with pip.

### use build

```bash
pip install --upgrade build
```

Then you can build this module.
```bash
python -m build
```

## How to install

### Install without build

You can install __netmiko_bridge__ direct with directory.
```bash
pip install --upgrade {netmiko_bridge_path}
```

### Install with binary package

The last you can install the module to your system.
```bash
pip install netmiko_bridge
```

## Support

- bdcom


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "netmiko-bridge-vendor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "netmiko",
    "author": "",
    "author_email": "\"shuai w.\" <x@ousui.org>",
    "download_url": "",
    "platform": null,
    "description": "# Netmiko Bridge Vendor\r\n\r\nThis is Netmiko vendor driver extension with netmiko_bridge module.\r\n\r\n## How to build\r\n\r\nFirst you must install __wheel__ or __build__ with pip.\r\n\r\n### use build\r\n\r\n```bash\r\npip install --upgrade build\r\n```\r\n\r\nThen you can build this module.\r\n```bash\r\npython -m build\r\n```\r\n\r\n## How to install\r\n\r\n### Install without build\r\n\r\nYou can install __netmiko_bridge__ direct with directory.\r\n```bash\r\npip install --upgrade {netmiko_bridge_path}\r\n```\r\n\r\n### Install with binary package\r\n\r\nThe last you can install the module to your system.\r\n```bash\r\npip install netmiko_bridge\r\n```\r\n\r\n## Support\r\n\r\n- bdcom\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Netmiko vendor driver extension with netmiko bridge support.",
    "version": "0.1.0",
    "split_keywords": [
        "netmiko"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83406641efa7beb19c0871425e7fee35b1a77a42a32c2c3312371e9a4eb4ae82",
                "md5": "c085b60040eb7f6794072c587db14bf3",
                "sha256": "261142d8642ac693da2196618b8f8bfd865831b9d7682f385c9b55a819116545"
            },
            "downloads": -1,
            "filename": "netmiko_bridge_vendor-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c085b60040eb7f6794072c587db14bf3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4073,
            "upload_time": "2023-03-22T09:31:31",
            "upload_time_iso_8601": "2023-03-22T09:31:31.917917Z",
            "url": "https://files.pythonhosted.org/packages/83/40/6641efa7beb19c0871425e7fee35b1a77a42a32c2c3312371e9a4eb4ae82/netmiko_bridge_vendor-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-22 09:31:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "netmiko-bridge-vendor"
}
        
Elapsed time: 0.12167s