Metadata-Version: 2.1
Name: sasecli
Version: 0.0.1b1
Summary: `Command-line access to available Prisma SASE CLI resources. (Specifically, Prisma SD-WAN as of now.)`
Home-page: https://github.com/ebob9/sasecli
Author: Aaron Edwards
Author-email: sasecli@ebob9.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10.1
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cloudgenix>=6.1.1b1
Requires-Dist: fuzzywuzzy>=0.17.0
Requires-Dist: pyyaml>=3.13

# sasecli
Command-line access to available Prisma SASE CLI resources. (Specifically, Prisma SD-WAN as of now.)

#### Synopsis
This is a placeholder for the soon-to-be released utility. 

#### Requirements
* Active Prisma SASE Account
* Python >=3.6
* Python modules:
    * cloudgenix - <http://docs.python-requests.org/en/master/>
    * fuzzywuzzy - <https://github.com/seatgeek/fuzzywuzzy/>

#### Installation
`pip install sasecli`

#### License
MIT

#### Version
| Version | Build | Changes |
| ------- | ----- | ------- |
| **0.0.1** | **b1** | Placeholder for future release. |

## For more info
 * Please look at Prisma SASE information on <https://docs.paloaltonetworks.com/sase>
