Metadata-Version: 2.1
Name: proofpoint_itm
Version: 0.0.4
Summary: Proofpoint ITM API client library
Home-page: https://github.com/drizzo-tech/proofpoint_itm
Author: Mike Olden
Author-email: michael.olden@oldendigital.com
License: Apache 2.0
Project-URL: Bug Tracker, https://github.com/drizzo-tech/proofpoint_itm/issues
Keywords: Proofpoint,ITM,ObserveIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# proofpoint_itm
Proofpoint ITM API client library for python

## Installation
```
python -m pip install proofpoint_itm
```

## Usage
```
from proofpoint_itm import ITMClient

itm_client = ITMClient(
    <itm console url>,
    <api client id>,
    <api client secret>)
```


