Metadata-Version: 2.1
Name: panorama-sidekick
Version: 0.1.1
Summary: A CLI application to get helpful information from a Palo Alto Panorama device. 
Home-page: https://github.com/johnjtorres/panorama-sidekick
License: MIT
Author: John Torres
Author-email: johnnyjamestorres@outlook.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: requests (>=2.28.2,<3.0.0)
Project-URL: Repository, https://github.com/johnjtorres/panorama-sidekick
Description-Content-Type: text/markdown

<h2 align="center">A Palo Alto Panorama Sidekick</h2>

[![CI](https://github.com/johnjtorres/panorama-sidekick/actions/workflows/main.yml/badge.svg)](https://github.com/johnjtorres/panorama-sidekick/actions/workflows/main.yml)

## Features

- Print a list of managed device groups.

## TODO

- Print a list of managed firewalls.
- Print helpful information about firewalls (version, vsys, IP, uptime, etc.).
- Find security rules based on certain criteria and print in JSON.
- Run an operational command on Panorama or a firewall.

