Metadata-Version: 2.1
Name: capture-it
Version: 0.0.7
Summary: Excel Facts File Generate from Networking Device Output|Config
Home-page: https://github.com/aliasgar1978/capture_it
Author: ALIASGAR - ALI
Author-email: aholo2000@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nettoolkit
Requires-Dist: paramiko
Requires-Dist: netmiko
Provides-Extra: docs
Requires-Dist: Sphinx (>=3.0.0) ; extra == 'docs'
Requires-Dist: docutils ; extra == 'docs'
Requires-Dist: pylons-sphinx-themes (>=1.0.8) ; extra == 'docs'
Requires-Dist: pylons-sphinx-latesturl ; extra == 'docs'
Requires-Dist: repoze.sphinx.autointerface ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Requires-Dist: sphinxcontrib-autoprogram ; extra == 'docs'

use Execute_Read_Only_Mode function to read the output and generate facts
	mandatory command output requires : 
	# Cisco 
	'sh run'
	'sh lldp nei'
	'sh int status'

	# Juniper 
	'show configuration | no-more'
	'show lldp neighbors | no-more'
	'show interfaces descriptions | no-more'
	
