Metadata-Version: 2.1
Name: bgpneiget
Version: 2.0.7
Summary: Get BGP Neighbours from network devices
Home-page: https://github.com/robwdwd/bgpneiget
License: BSD-2-Clause
Author: Rob Woodward
Author-email: rob@emailplus.org
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiosqlite (>=0.19.0,<0.20.0)
Requires-Dist: asyncssh (>=2.13.1,<3.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: scrapli (>=2023.1.30,<2024.0.0)
Requires-Dist: textfsm (>=1.1.3,<2.0.0)
Requires-Dist: xmltodict (>=0.13.0,<0.14.0)
Project-URL: Repository, https://github.com/robwdwd/bgpneiget
Description-Content-Type: text/markdown

# bgpneiget

Get BGP neighbours from network devices and output a json
object.

# Configuration

Create a config file in ~/.config/bgpneiget/config.json

```json
{
    "username": "user",
    "password": "password"
}
```

# Usage

Run the command with --help to see command line options.

