{ "info": { "author": "Ryan Gordon", "author_email": "", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Programming Language :: Python :: 3.6" ], "description": "# Symantec DLP Client\n\nA Python package which can be used to interface with the Incident and Reporting API for Symantec DLP. \n\nThe Incident and Reporting API for Symantec DLP is SOAP based, when I got started I could only find Java and C# clients. \n\nI wanted to open source this package as when I initially went looking there very little python resources for this project. Ideally, we will make this package great through PR's which solve \n\n# Installation \nUsing this package should be fairly straightforward. Install it from pypi and import it like so : \n\n`from symantec_dlp_client.dlp_soap_client import DLPSoapClient`\n\nFrom there you'll need to pass a few config values to the Init of DLPSoapClient. Check the bottom of the file for an example of what needs to be passed.\nThe project uses zeep to handle all the soap calls and returns a Zeep Object/Type which resembles the return type found in the docs. \n\nIf you prefer to work with JSON, there is a part of zeep called serialize_object which you can use to convert the return type to JSON.\n\n```\nfrom zeep.helpers import serialize_object\nserialize_object(response)\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Ryan-Gordon/symantec_dlp_client", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "symantec-dlp-python-client", "package_url": "https://pypi.org/project/symantec-dlp-python-client/", "platform": "", "project_url": "https://pypi.org/project/symantec-dlp-python-client/", "project_urls": { "Homepage": "https://github.com/Ryan-Gordon/symantec_dlp_client" }, "release_url": "https://pypi.org/project/symantec-dlp-python-client/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A python package used to interface with the Symantec DLP SOAP API", "version": "0.1.0" }, "last_serial": 5665127, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "627b5b573f88b16450ce141513128099", "sha256": "b15abdfef50e1bda5dc54efa5b2b7bf74548eee35b60190068d20879020f3272" }, "downloads": -1, "filename": "symantec_dlp_python_client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "627b5b573f88b16450ce141513128099", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1757, "upload_time": "2019-08-12T09:29:37", "url": "https://files.pythonhosted.org/packages/aa/90/60d53a11722c51b224c96e16e4a598cac27ff03464a56fbba9a0989ddb48/symantec_dlp_python_client-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "627b5b573f88b16450ce141513128099", "sha256": "b15abdfef50e1bda5dc54efa5b2b7bf74548eee35b60190068d20879020f3272" }, "downloads": -1, "filename": "symantec_dlp_python_client-0.1.0.tar.gz", "has_sig": false, "md5_digest": "627b5b573f88b16450ce141513128099", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1757, "upload_time": "2019-08-12T09:29:37", "url": "https://files.pythonhosted.org/packages/aa/90/60d53a11722c51b224c96e16e4a598cac27ff03464a56fbba9a0989ddb48/symantec_dlp_python_client-0.1.0.tar.gz" } ] }