Metadata-Version: 2.1
Name: NetworkCommander
Version: 0.1.2
Summary: cli scraping tools for network devices 
Author: Ido Don
Author-email: 76511079+Ido-Don@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: inquirer (>=3.1.4,<4.0.0)
Requires-Dist: netmiko (>=4.3.0,<5.0.0)
Requires-Dist: pydantic (>=2.5.3,<3.0.0)
Requires-Dist: pykeepass (>=4.0.6,<5.0.0)
Requires-Dist: textfsm (>=1.1.3,<2.0.0)
Requires-Dist: typer[all] (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# commander

cli scraping tool for network devices.

## abilities

* can connect to multiple devices at once
* stores all the connection information (passwords, IPs, ect...) in [Keepass](https://keepass.info)

### the problem

every network device is also a computer that needs to be managed. 
networking and IT teams work hard to maintain a level of standardization in the network but with large scale networks it becomes almost impossible.

### the solution

with commander, you can push a configuration change in seconds to every device in your organization
```bash
commander deploy change_snmp_secret.txt
```


