CiscoAutomationFramework


NameCiscoAutomationFramework JSON
Version 1.0.11 PyPI version JSON
download
home_pagehttps://github.com/superadm1n/CiscoAutomationFramework
SummaryFramework for issuing commands and retrieving consistent data on Cisco devices
upload_time2025-09-04 15:47:15
maintainerNone
docs_urlNone
authorKyle Kowalczyk
requires_pythonNone
licenseApache 2.0
keywords cisco automation framework network
VCS
bugtrack_url
requirements paramiko pyserial Sphinx sphinx-rtd-theme
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The CiscoAutomationFramework is designed to be an interface for network engineers to 
issue commands and retrieve output from Cisco devices regardless of firmware so they can easily build automation 
scripts atop the framework and dont have to worry about the nuances of CLI scraping.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/superadm1n/CiscoAutomationFramework",
    "name": "CiscoAutomationFramework",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "cisco automation framework network",
    "author": "Kyle Kowalczyk",
    "author_email": "kowalkyl@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/2c/59/ce01d51e9bc1a89d6cddf9ceb4a838a66472ac35bdf9713a2f273fe305c2/CiscoAutomationFramework-1.0.11.tar.gz",
    "platform": null,
    "description": "The CiscoAutomationFramework is designed to be an interface for network engineers to \r\nissue commands and retrieve output from Cisco devices regardless of firmware so they can easily build automation \r\nscripts atop the framework and dont have to worry about the nuances of CLI scraping.\r\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Framework for issuing commands and retrieving consistent data on Cisco devices",
    "version": "1.0.11",
    "project_urls": {
        "Homepage": "https://github.com/superadm1n/CiscoAutomationFramework"
    },
    "split_keywords": [
        "cisco",
        "automation",
        "framework",
        "network"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c59ce01d51e9bc1a89d6cddf9ceb4a838a66472ac35bdf9713a2f273fe305c2",
                "md5": "4f34ecc356fbcf3a0a435fdc8c60e738",
                "sha256": "d1ef001194b0ecb3a0e3123b76b53951b154d090404031a21af66d01eff1c2b6"
            },
            "downloads": -1,
            "filename": "CiscoAutomationFramework-1.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "4f34ecc356fbcf3a0a435fdc8c60e738",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 30993,
            "upload_time": "2025-09-04T15:47:15",
            "upload_time_iso_8601": "2025-09-04T15:47:15.010187Z",
            "url": "https://files.pythonhosted.org/packages/2c/59/ce01d51e9bc1a89d6cddf9ceb4a838a66472ac35bdf9713a2f273fe305c2/CiscoAutomationFramework-1.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-04 15:47:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "superadm1n",
    "github_project": "CiscoAutomationFramework",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "paramiko",
            "specs": []
        },
        {
            "name": "pyserial",
            "specs": [
                [
                    "==",
                    "3.4"
                ]
            ]
        },
        {
            "name": "Sphinx",
            "specs": []
        },
        {
            "name": "sphinx-rtd-theme",
            "specs": []
        }
    ],
    "lcname": "ciscoautomationframework"
}
        
Elapsed time: 2.94096s