proofpoint-itm


Nameproofpoint-itm JSON
Version 0.8.1 PyPI version JSON
download
home_pagehttps://github.com/drizzo-tech/proofpoint_itm
SummaryProofpoint ITM API client library
upload_time2024-05-13 22:46:19
maintainerNone
docs_urlNone
authorMike Olden
requires_python<4,>=3.6
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": null,
    "docs_url": null,
    "requires_python": "<4,>=3.6",
    "maintainer_email": null,
    "keywords": "Proofpoint ITM, Proofpoint, ITM, ObserveIT",
    "author": "Mike Olden",
    "author_email": "michael.olden@oldendigital.com",
    "download_url": "https://files.pythonhosted.org/packages/d2/aa/6327e8d07366c9dd5bb10192d78da789ff4dce1181bc5490252996c5b94d/proofpoint_itm-0.8.1.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.1",
    "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": "d36062316c8163539d83dcf20816e81a6f7e5465b48588dfc06064bbdfedfd1b",
                "md5": "c4fbff88b3b7676d5fdb698aa31f38f2",
                "sha256": "84c8637b1f85624c8af80c5afd886cd5a2e3b083e45ac40ac08b6b3bab989d51"
            },
            "downloads": -1,
            "filename": "proofpoint_itm-0.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c4fbff88b3b7676d5fdb698aa31f38f2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.6",
            "size": 15664,
            "upload_time": "2024-05-13T22:46:17",
            "upload_time_iso_8601": "2024-05-13T22:46:17.141019Z",
            "url": "https://files.pythonhosted.org/packages/d3/60/62316c8163539d83dcf20816e81a6f7e5465b48588dfc06064bbdfedfd1b/proofpoint_itm-0.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d2aa6327e8d07366c9dd5bb10192d78da789ff4dce1181bc5490252996c5b94d",
                "md5": "b4d2e90c7cf8f84d699a65dd0a9a2f8f",
                "sha256": "c6e102a99495fb2df3c74c58cb8ae0790fead0ff244636f5278af6e8e1b71ebd"
            },
            "downloads": -1,
            "filename": "proofpoint_itm-0.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "b4d2e90c7cf8f84d699a65dd0a9a2f8f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.6",
            "size": 15140,
            "upload_time": "2024-05-13T22:46:19",
            "upload_time_iso_8601": "2024-05-13T22:46:19.007464Z",
            "url": "https://files.pythonhosted.org/packages/d2/aa/6327e8d07366c9dd5bb10192d78da789ff4dce1181bc5490252996c5b94d/proofpoint_itm-0.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-13 22:46:19",
    "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.25145s