Metadata-Version: 2.1
Name: getise
Version: 2.0.0
Summary: Get networks and devices from Cisco ISE
Home-page: https://github.com/robwdwd/getise
License: BSD-2-Clause
Author: Rob Woodward
Author-email: rob@emailplus.org
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click (>=8.1.7,<9.0.0)
Requires-Dist: gitpython (>=3.1.43,<4.0.0)
Requires-Dist: netaddr (>=1.3.0,<2.0.0)
Requires-Dist: requests (>=2.29.0,<3.0.0)
Project-URL: Repository, https://github.com/robwdwd/getise
Description-Content-Type: text/markdown

# getise

Get lists of devices from Cisco ISE.

# Configuration

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

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

# Usage

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

