proofpoint-itm


Nameproofpoint-itm JSON
Version 0.8.0 PyPI version JSON
download
home_pagehttps://github.com/drizzo-tech/proofpoint_itm
SummaryProofpoint ITM API client library
upload_time2023-10-20 03:14:59
maintainer
docs_urlNone
authorMike Olden
requires_python>=3.6, <4
licenseApache 2.0
keywords proofpoint itm proofpoint itm observeit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # proofpoint_itm
Proofpoint ITM API client library for python

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

## Usage

Create a front end script to import the ITMClient class and create a new ITMClient object by passing in the tenant ID (first part of the admin console url), API Client ID, and client secret as a dict.

```python
from proofpoint_itm import ITMClient

itm_client = ITMClient(
    {
        'tenant_id': <tenant id>,
        'client_id': <api client id>,
        'client_secret': <api client secret>
    }
)
```

## Important changes:
v0.8.0 - activity_search() now uses a different backend API call that requires a different search query format. Any previous searches will need to be recreated in the new format. Generate a new exploration and view the query to see the new format.

## Documentation

General documentation can be found here: [proofpoint_itm documentation](https://proofpoint-itm.readthedocs.io/en/latest/index.html)

Detailed API reference documentation here: [API Reference](https://proofpoint-itm.readthedocs.io/en/latest/api.html)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/drizzo-tech/proofpoint_itm",
    "name": "proofpoint-itm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6, <4",
    "maintainer_email": "",
    "keywords": "Proofpoint ITM,Proofpoint,ITM,ObserveIT",
    "author": "Mike Olden",
    "author_email": "michael.olden@oldendigital.com",
    "download_url": "https://files.pythonhosted.org/packages/fe/b4/9bee3d1f51e448a07356b95bc5e72cebce796a0155aaf7c0ec423ed5115a/proofpoint_itm-0.8.0.tar.gz",
    "platform": null,
    "description": "# proofpoint_itm\nProofpoint ITM API client library for python\n\n## Installation\n```\npython -m pip install proofpoint_itm\n```\n\n## Usage\n\nCreate a front end script to import the ITMClient class and create a new ITMClient object by passing in the tenant ID (first part of the admin console url), API Client ID, and client secret as a dict.\n\n```python\nfrom proofpoint_itm import ITMClient\n\nitm_client = ITMClient(\n    {\n        'tenant_id': <tenant id>,\n        'client_id': <api client id>,\n        'client_secret': <api client secret>\n    }\n)\n```\n\n## Important changes:\nv0.8.0 - activity_search() now uses a different backend API call that requires a different search query format. Any previous searches will need to be recreated in the new format. Generate a new exploration and view the query to see the new format.\n\n## Documentation\n\nGeneral documentation can be found here: [proofpoint_itm documentation](https://proofpoint-itm.readthedocs.io/en/latest/index.html)\n\nDetailed API reference documentation here: [API Reference](https://proofpoint-itm.readthedocs.io/en/latest/api.html)\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Proofpoint ITM API client library",
    "version": "0.8.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/drizzo-tech/proofpoint_itm/issues",
        "Homepage": "https://github.com/drizzo-tech/proofpoint_itm"
    },
    "split_keywords": [
        "proofpoint itm",
        "proofpoint",
        "itm",
        "observeit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db5e7f34ce93a69a9372e6e2f73bbdda4636851c5fed377e662bb42ad8de3760",
                "md5": "7bd6fffe7f6c437f834c06b8b3119ffa",
                "sha256": "e2acd867cacfbeccf34ed9b45f8859fe5199737ae4eee4e47a7b9f0fc05552c5"
            },
            "downloads": -1,
            "filename": "proofpoint_itm-0.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7bd6fffe7f6c437f834c06b8b3119ffa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6, <4",
            "size": 15659,
            "upload_time": "2023-10-20T03:14:58",
            "upload_time_iso_8601": "2023-10-20T03:14:58.588351Z",
            "url": "https://files.pythonhosted.org/packages/db/5e/7f34ce93a69a9372e6e2f73bbdda4636851c5fed377e662bb42ad8de3760/proofpoint_itm-0.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "feb49bee3d1f51e448a07356b95bc5e72cebce796a0155aaf7c0ec423ed5115a",
                "md5": "db27e740c05240692077cd5e8410c734",
                "sha256": "c723fc74cf646d592078673e970c3e0293acf4be571d30ff0035e0fecc6d9ffb"
            },
            "downloads": -1,
            "filename": "proofpoint_itm-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "db27e740c05240692077cd5e8410c734",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6, <4",
            "size": 15127,
            "upload_time": "2023-10-20T03:14:59",
            "upload_time_iso_8601": "2023-10-20T03:14:59.931992Z",
            "url": "https://files.pythonhosted.org/packages/fe/b4/9bee3d1f51e448a07356b95bc5e72cebce796a0155aaf7c0ec423ed5115a/proofpoint_itm-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-20 03:14:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "drizzo-tech",
    "github_project": "proofpoint_itm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "proofpoint-itm"
}
        
Elapsed time: 0.12351s