Metadata-Version: 2.1
Name: prismacloud-api
Version: 4.0.2
Summary: Prisma Cloud API SDK for Python
Home-page: https://github.com/PaloAltoNetworks/pcs-toolbox
Author: Tom Kishel
Author-email: tkishel@paloaltonetworks.com
License: UNKNOWN
Keywords: prisma cloud api
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Python SDK for the Prisma Cloud APIs

This project includes a Python SDK for the Prisma Cloud APIs (CSPM, CWPP, and PCCS) in the form of a Python package.
It also includes example scripts that utilize the SDK.


## Table of Contents

* [Setup](#Setup)
* [Support](#Support)


## Setup

Install the SDK via:

```
pip3 install prismacloud-api
```

Execute a script based upon the SDK:

```
python3 scripts/pcs_script_example.py --config-file ~/demobuild.conf
```

Please refer to the scripts documentation for configuration and usage details.


## Support

This project has been developed by Prisma Cloud SEs, it is not Supported by Palo Alto Networks.
Nevertheless, the maintainers will make a best-effort to address issues, and (of course) contributors are encouraged to submit issues and pull requests.


