{ "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``sshEOS`` 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 sshEOS 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 SWITCH01\n Username: olivierif\n Password:\n Enable password:\n Session established with Hostname:SWITCH01 IP:10.10.10.92\n\n Arista DCS-7048T-4S-R\n Hardware version: 04.10\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/sshEOS/sshEOS/__init__.py", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sshEOS", "package_url": "https://pypi.org/project/sshEOS/", "platform": "", "project_url": "https://pypi.org/project/sshEOS/", "project_urls": { "Homepage": "https://github.com/FedericoOlivieri/networkAutomation/blob/master/python/modules/sshEOS/sshEOS/__init__.py" }, "release_url": "https://pypi.org/project/sshEOS/2.0/", "requires_dist": null, "requires_python": "", "summary": "python3 ssh module for Arista EOS", "version": "2.0" }, "last_serial": 3800395, "releases": { "1.0.7": [ { "comment_text": "", "digests": { "md5": "9f2f335efa956639ecd32ca17651d4d3", "sha256": "63e8ec196dd64317dbe63be8dc7cef23bcdf3d6c9baee7d0699c02d5c78b12d5" }, "downloads": -1, "filename": "sshEOS-1.0.7.tar.gz", "has_sig": false, "md5_digest": "9f2f335efa956639ecd32ca17651d4d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1932, "upload_time": "2018-04-22T22:04:49", "url": "https://files.pythonhosted.org/packages/af/66/95e4e42f80233cbc0850246eee32a0cd76e6be0dc686d495739e0eddba3c/sshEOS-1.0.7.tar.gz" } ], "1.0.8": [ { "comment_text": "", "digests": { "md5": "48c2d90793e5c7ba63d08d106e923d5a", "sha256": "ef70dcfc7f9149032edb88963920e085bdd96c31532a0c45ec5da61dbb600a50" }, "downloads": -1, "filename": "sshEOS-1.0.8.tar.gz", "has_sig": false, "md5_digest": "48c2d90793e5c7ba63d08d106e923d5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2070, "upload_time": "2018-04-22T22:07:39", "url": "https://files.pythonhosted.org/packages/df/34/18405bd94e89ee7ec5556879d2f1ac2368fb452918b6633ff9f264f40a8b/sshEOS-1.0.8.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "e662e21a401cd77981286df4eb22535f", "sha256": "17703d8e352a86f0064ebb8662df168e7770ed7f3c8fa6af35248091909d1940" }, "downloads": -1, "filename": "sshEOS-2.0.tar.gz", "has_sig": false, "md5_digest": "e662e21a401cd77981286df4eb22535f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2110, "upload_time": "2018-04-23T20:47:43", "url": "https://files.pythonhosted.org/packages/ea/b0/7afd26c9be3f7a631261cda94d2f46ddf2ee93f05ac903f27a8bbf8d7291/sshEOS-2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e662e21a401cd77981286df4eb22535f", "sha256": "17703d8e352a86f0064ebb8662df168e7770ed7f3c8fa6af35248091909d1940" }, "downloads": -1, "filename": "sshEOS-2.0.tar.gz", "has_sig": false, "md5_digest": "e662e21a401cd77981286df4eb22535f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2110, "upload_time": "2018-04-23T20:47:43", "url": "https://files.pythonhosted.org/packages/ea/b0/7afd26c9be3f7a631261cda94d2f46ddf2ee93f05ac903f27a8bbf8d7291/sshEOS-2.0.tar.gz" } ] }