Metadata-Version: 2.1
Name: NetworkCommander
Version: 0.2.6
Summary: cli scraping tools for network devices 
Author: Ido Don
Author-email: 76511079+Ido-Don@users.noreply.github.com
Requires-Python: >=3.9.4,<3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: netmiko (>=4.3.0,<5.0.0)
Requires-Dist: pykeepass (>=4.0.6,<5.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 device deploy "show ip ospf neighbor"
```


