{ "info": { "author": "Federico Olivieri", "author_email": "lvrfrc87@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "python3/python2 SSH module for session management for multivendor network devices (Juniper, Cisco IOS, Cisco ASA, Arista). Based on Netmiko\n\n``sshIOS`` provides a ready-to-go ssh module, asking for ``Username``, ``Password`` and ``Enable Password``.\nError handling and promt information are also provided to facilitate the user in case of wrong username or password\n\nAll `netmiko `_ commands are available with this module\n\nExample::\n\n #!/usr/bin/env python3\n import sys\n from sshIOS import sshHost as ssh\n\n def showVersion(host):\n out = host.send_command(\"show version\")\n print(out)\n\n showVersion(ssh(sys.argv[1]))\n\nHow to run it::\n\n federico@federico:~/git/github/python/modules/python3 $ python3 importTest.py ios.sw11.lab\n Username: root\n Password:\n Session established with Hostname: Hostname: ios.sw11.lab IP: 192.168.255.50\n\n Cisco IOS Software, C2600 Software (C2600-ADVIPSERVICESK9-M), Version 12.3(4)T4, RELEASE SOFTWARE (fc2)\n Technical Support: http://www.cisco.com/techsupport\n Copyright (c) 1986-2004 by Cisco Systems, Inc.\n [...]\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/FedericoOlivieri/networkAutomation/blob/master/python/modules/sshIOS/sshIOS/__init__.py", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sshIOS", "package_url": "https://pypi.org/project/sshIOS/", "platform": "", "project_url": "https://pypi.org/project/sshIOS/", "project_urls": { "Homepage": "https://github.com/FedericoOlivieri/networkAutomation/blob/master/python/modules/sshIOS/sshIOS/__init__.py" }, "release_url": "https://pypi.org/project/sshIOS/2.0/", "requires_dist": null, "requires_python": "", "summary": "ssh module for Cisco IOS", "version": "2.0" }, "last_serial": 3800382, "releases": { "1.0.7": [ { "comment_text": "", "digests": { "md5": "3c573392e15c45ab9abdc6abff1930d0", "sha256": "d770b8f646b0cc826c5d4c437cef4995423a3e04335ddc2a74317fe78916fd8b" }, "downloads": -1, "filename": "sshIOS-1.0.7.tar.gz", "has_sig": false, "md5_digest": "3c573392e15c45ab9abdc6abff1930d0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2184, "upload_time": "2018-04-22T22:22:12", "url": "https://files.pythonhosted.org/packages/c3/ed/744a148a0dc391f13e17cee5356ae7dd1a007ce725435fd9d43d6ff452de/sshIOS-1.0.7.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "49ae589e38d9ec07dd40a016e42c0053", "sha256": "29359f7ba349940c8376d64ff67e25cde00c3ab76e482103bdd254b56bf3d58e" }, "downloads": -1, "filename": "sshIOS-2.0.tar.gz", "has_sig": false, "md5_digest": "49ae589e38d9ec07dd40a016e42c0053", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2223, "upload_time": "2018-04-23T20:42:52", "url": "https://files.pythonhosted.org/packages/79/47/31e3695382cdad1c44dc472e14839013f1cbc3f08e8df7df165bd4124702/sshIOS-2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "49ae589e38d9ec07dd40a016e42c0053", "sha256": "29359f7ba349940c8376d64ff67e25cde00c3ab76e482103bdd254b56bf3d58e" }, "downloads": -1, "filename": "sshIOS-2.0.tar.gz", "has_sig": false, "md5_digest": "49ae589e38d9ec07dd40a016e42c0053", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2223, "upload_time": "2018-04-23T20:42:52", "url": "https://files.pythonhosted.org/packages/79/47/31e3695382cdad1c44dc472e14839013f1cbc3f08e8df7df165bd4124702/sshIOS-2.0.tar.gz" } ] }