{ "info": { "author": "Federico Olivieri", "author_email": "lvrfrc87@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "python3/python2 SSH module for ssh session management for multivendor network devices (Juniper, Cisco IOS, Cisco ASA, Arista).\nThis module is entirely based on Netmiko\n\n``sshASA`` 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 sshASA 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 FIREWALL01\n Username: olivierif\n Password:\n Enable password:\n Session established with Hostname:FIREWALL01 IP:10.10.10.93\n\n Cisco Adaptive Security Appliance Software Version 9.1(7)23\n Device Manager Version 7.5(2)153\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/sshASA/sshASA/__init__.py", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sshASA", "package_url": "https://pypi.org/project/sshASA/", "platform": "", "project_url": "https://pypi.org/project/sshASA/", "project_urls": { "Homepage": "https://github.com/FedericoOlivieri/networkAutomation/blob/master/python/modules/sshASA/sshASA/__init__.py" }, "release_url": "https://pypi.org/project/sshASA/2.0/", "requires_dist": null, "requires_python": "", "summary": "python3 ssh module for Cisco ASA", "version": "2.0" }, "last_serial": 3800409, "releases": { "1.0.7": [ { "comment_text": "", "digests": { "md5": "6cebea862e338694e2884ebd76b927f0", "sha256": "e2c5b7662d0f8ed6768639bd22d0b5d1ad1ef8c68a90a7c648f3e2f6b5751a42" }, "downloads": -1, "filename": "sshASA-1.0.7.tar.gz", "has_sig": false, "md5_digest": "6cebea862e338694e2884ebd76b927f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2146, "upload_time": "2018-04-22T19:32:21", "url": "https://files.pythonhosted.org/packages/ba/2d/97404932c3bd37c17be828064611c2a80d966b5e87052224dbf9bcca5beb/sshASA-1.0.7.tar.gz" } ], "2.0": [ { "comment_text": "", "digests": { "md5": "9dc11e4cd40f28a67b9d8b6861d51675", "sha256": "e682d8d5eeb1a6f1e8639a263c8069e44852cbfd3fa2e26f18682eaab6b9cdac" }, "downloads": -1, "filename": "sshASA-2.0.tar.gz", "has_sig": false, "md5_digest": "9dc11e4cd40f28a67b9d8b6861d51675", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2191, "upload_time": "2018-04-23T20:50:54", "url": "https://files.pythonhosted.org/packages/a7/77/ba72836ab4f2b6f31005108b0f95e43ef17efefeb7550de63f34419289ca/sshASA-2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9dc11e4cd40f28a67b9d8b6861d51675", "sha256": "e682d8d5eeb1a6f1e8639a263c8069e44852cbfd3fa2e26f18682eaab6b9cdac" }, "downloads": -1, "filename": "sshASA-2.0.tar.gz", "has_sig": false, "md5_digest": "9dc11e4cd40f28a67b9d8b6861d51675", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2191, "upload_time": "2018-04-23T20:50:54", "url": "https://files.pythonhosted.org/packages/a7/77/ba72836ab4f2b6f31005108b0f95e43ef17efefeb7550de63f34419289ca/sshASA-2.0.tar.gz" } ] }