{ "info": { "author": "Google LLC", "author_email": "googleapis-packages@google.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet" ], "description": "Python Client for Cloud Data Loss Prevention (DLP) API\n======================================================\n\n|alpha| |pypi| |versions| |compat_check_pypi| |compat_check_github|\n\n`Cloud Data Loss Prevention (DLP) API`_: Provides methods for detection, risk analysis, and de-identification of\nprivacy-sensitive fragments in text, images, and Google Cloud Platform\nstorage repositories.\n\n- `Client Library Documentation`_\n- `Product Documentation`_\n\n.. |alpha| image:: https://img.shields.io/badge/support-alpha-orange.svg\n :target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#alpha-support\n.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-dlp.svg\n :target: https://pypi.org/project/google-cloud-dlp/\n.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-dlp.svg\n :target: https://pypi.org/project/google-cloud-dlp/\n.. |compat_check_pypi| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=google-cloud-dlp\n :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=google-cloud-dlp\n.. |compat_check_github| image:: https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddlp\n :target: https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-cloud-python.git%23subdirectory%3Ddlp\n.. _Cloud Data Loss Prevention (DLP) API: https://cloud.google.com/dlp\n.. _Client Library Documentation: https://googleapis.dev/python/dlp/latest\n.. _Product Documentation: https://cloud.google.com/dlp\n\nQuick Start\n-----------\n\nIn order to use this library, you first need to go through the following steps:\n\n1. `Select or create a Cloud Platform project.`_\n2. `Enable billing for your project.`_\n3. `Enable the Cloud Data Loss Prevention (DLP) API.`_\n4. `Setup Authentication.`_\n\n.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project\n.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project\n.. _Enable the Cloud Data Loss Prevention (DLP) API.: https://cloud.google.com/dlp\n.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html\n\nInstallation\n~~~~~~~~~~~~\n\nInstall this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to\ncreate isolated Python environments. The basic problem it addresses is one of\ndependencies and versions, and indirectly permissions.\n\nWith `virtualenv`_, it's possible to install this library without needing system\ninstall permissions, and without clashing with the installed system\ndependencies.\n\n.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/\n\n\nSupported Python Versions\n^^^^^^^^^^^^^^^^^^^^^^^^^\nPython >= 3.5\n\nDeprecated Python Versions\n^^^^^^^^^^^^^^^^^^^^^^^^^^\nPython == 2.7. Python 2.7 support will be removed on January 1, 2020.\n\n\nMac/Linux\n^^^^^^^^^\n\n.. code-block:: console\n\n pip install virtualenv\n virtualenv \n source /bin/activate\n /bin/pip install google-cloud-dlp\n\n\nWindows\n^^^^^^^\n\n.. code-block:: console\n\n pip install virtualenv\n virtualenv \n \\Scripts\\activate\n \\Scripts\\pip.exe install google-cloud-dlp\n\nPreview\n~~~~~~~\n\nDlpServiceClient\n^^^^^^^^^^^^^^^^\n\n.. code:: py\n\n from google.cloud import dlp_v2\n\n client = dlp_v2.DlpServiceClient()\n\n name = 'EMAIL_ADDRESS'\n info_types_element = {'name': name}\n info_types = [info_types_element]\n inspect_config = {'info_types': info_types}\n type_ = 'text/plain'\n value = 'My email is example@example.com.'\n items_element = {'type': type_, 'value': value}\n items = [items_element]\n\n response = client.inspect_content(inspect_config, items)\n\nNext Steps\n~~~~~~~~~~\n\n- Read the `Client Library Documentation`_ for Cloud Data Loss Prevention\n (DLP) API to see other available methods on the client.\n- Read the `Product documentation`_ to\n learn more about the product and see How-to Guides.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GoogleCloudPlatform/google-cloud-python", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "google-cloud-dlp", "package_url": "https://pypi.org/project/google-cloud-dlp/", "platform": "Posix; MacOS X; Windows", "project_url": "https://pypi.org/project/google-cloud-dlp/", "project_urls": { "Homepage": "https://github.com/GoogleCloudPlatform/google-cloud-python" }, "release_url": "https://pypi.org/project/google-cloud-dlp/0.12.1/", "requires_dist": [ "google-api-core[grpc] (<2.0.0dev,>=1.14.0)", "enum34 ; python_version < \"3.4\"" ], "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "summary": "Cloud Data Loss Prevention (DLP) API API client library", "version": "0.12.1" }, "last_serial": 5608725, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ccc14769919a3c53593b98a8677340b8", "sha256": "3987b16113adad99e80566d6937cdba981ced642b8a67eb8bd4361927fcfb045" }, "downloads": -1, "filename": "google_cloud_dlp-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ccc14769919a3c53593b98a8677340b8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 56982, "upload_time": "2018-02-14T22:53:19", "url": "https://files.pythonhosted.org/packages/46/83/f1d15bbb0ae0816aa26ddff78d968eff51d826c0dfa2b6ce37c8f035591c/google_cloud_dlp-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bcc92322558e3b5e6265b704b6c23bb8", "sha256": "17c7d2e0e2cef9d01966a8bad92b35fe4bc82b9a4937087c29b0311589ed4bc9" }, "downloads": -1, "filename": "google-cloud-dlp-0.1.0.tar.gz", "has_sig": false, "md5_digest": "bcc92322558e3b5e6265b704b6c23bb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54875, "upload_time": "2018-02-14T22:53:21", "url": "https://files.pythonhosted.org/packages/cf/22/3f8a68cf37786dee757a49975cdab21aaf12dec3d482bdb8780479d89e98/google-cloud-dlp-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "fba6aa9a8faeb971bb483f979285079f", "sha256": "67cffd6039483499ae7f020ab972e47ea16c54cd9981d3e80c7ff4eaa94f7619" }, "downloads": -1, "filename": "google_cloud_dlp-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fba6aa9a8faeb971bb483f979285079f", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 57050, "upload_time": "2018-02-28T20:10:10", "url": "https://files.pythonhosted.org/packages/14/30/73d30fa0683ae553ad02010d823cd0721c97b54bf6e94ce6ca5c8bc3ba14/google_cloud_dlp-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4f0768bb4fef4e8b9591975080039208", "sha256": "b8c4313516cf013fed241d6b3293022de0b03715003a0258c231ce7cfcd26f74" }, "downloads": -1, "filename": "google-cloud-dlp-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4f0768bb4fef4e8b9591975080039208", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 53724, "upload_time": "2018-02-28T20:10:12", "url": "https://files.pythonhosted.org/packages/55/f0/91b3c4378d888a9d2c919c638b04075a2a5dc82486e053fdb11b7ec636ea/google-cloud-dlp-0.1.1.tar.gz" } ], "0.10.0": [ { "comment_text": "", "digests": { "md5": "53d9009f1d7e93ffc308523a831256d8", "sha256": "4c7e8e36268536c52e4d5822b8984c9db278fb4adb18dd7894c9c35a29e31919" }, "downloads": -1, "filename": "google_cloud_dlp-0.10.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "53d9009f1d7e93ffc308523a831256d8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 106531, "upload_time": "2018-12-18T23:40:28", "url": "https://files.pythonhosted.org/packages/d7/f0/3fabf3919f07c133d252560267d646d1fa8929106be5b738d2b0ab98bfe1/google_cloud_dlp-0.10.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a14e2ef386b7f6af3a70f65eb9ed82fa", "sha256": "5cc7e40842b6c3dc586d04e3d2b2326b44afbe3896da6a30032d64650a7c6b00" }, "downloads": -1, "filename": "google-cloud-dlp-0.10.0.tar.gz", "has_sig": false, "md5_digest": "a14e2ef386b7f6af3a70f65eb9ed82fa", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 103996, "upload_time": "2018-12-18T23:40:29", "url": "https://files.pythonhosted.org/packages/cb/7c/3d05c332b2f0844fd00be56e97f0a652e1e2f531e83ac30b43b28c367a12/google-cloud-dlp-0.10.0.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "f2c56eaf2a167be265fad2bf16dab2c6", "sha256": "b8e197992ba44f37a6b59a1b911b0aed778916567a18eb09071a98818e650694" }, "downloads": -1, "filename": "google_cloud_dlp-0.11.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f2c56eaf2a167be265fad2bf16dab2c6", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 145048, "upload_time": "2019-04-17T19:36:53", "url": "https://files.pythonhosted.org/packages/26/7e/8a11fc3278ad7d3b8722868c1d0a90e455b66facb2766dc128e1a15493fb/google_cloud_dlp-0.11.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5c6e49afd3fb94f6a3b4286280f83eb7", "sha256": "52cc81de2832245b57a34d90be9674d641b145b097918c393863646490f6f203" }, "downloads": -1, "filename": "google-cloud-dlp-0.11.0.tar.gz", "has_sig": false, "md5_digest": "5c6e49afd3fb94f6a3b4286280f83eb7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 136987, "upload_time": "2019-04-17T19:36:55", "url": "https://files.pythonhosted.org/packages/db/90/56dfae3d2f8159a1f0d4475710b900b739dfb3e160d921ddadf4cfc354d3/google-cloud-dlp-0.11.0.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "ae2cd2ffc1defd896914ad5bb7dbc6e7", "sha256": "3726fba252526c5ab889c33ec6e1ce1069c11d68cf00ce154a0a539340904d95" }, "downloads": -1, "filename": "google_cloud_dlp-0.12.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ae2cd2ffc1defd896914ad5bb7dbc6e7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 146932, "upload_time": "2019-07-09T22:23:56", "url": "https://files.pythonhosted.org/packages/65/62/757d325e0de2d3fc62c526fc56e290b8e9745afbb05ef582b2ba250416d9/google_cloud_dlp-0.12.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "25118c553450fd8e534db37246b27f6f", "sha256": "0eb8562afbae1bd7d6cf5798fd5a283251accc84722cd2444bba04bbbcac4106" }, "downloads": -1, "filename": "google-cloud-dlp-0.12.0.tar.gz", "has_sig": false, "md5_digest": "25118c553450fd8e534db37246b27f6f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 143759, "upload_time": "2019-07-09T22:23:57", "url": "https://files.pythonhosted.org/packages/5d/ab/1f2cab66a8b18cb7e516963e2babcc073daed68dde47dd547b5b121d273b/google-cloud-dlp-0.12.0.tar.gz" } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "783d8bc7b16a10c1c8682d6215e2262d", "sha256": "c03f2c77633b68c62d89c12140409c15d6de0bf7efbdb9461e169e50ab0b5617" }, "downloads": -1, "filename": "google_cloud_dlp-0.12.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "783d8bc7b16a10c1c8682d6215e2262d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 147042, "upload_time": "2019-07-30T16:34:37", "url": "https://files.pythonhosted.org/packages/85/52/ee21c66b060b33fb126cc3acaca095067ea8038413eb34c86ee9bc86d155/google_cloud_dlp-0.12.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c6fbaf55a30cdb2936d618303c5e3df", "sha256": "acf2b1f8388b0baf3286bd2a67e3adad70a28d0fa768fd2196a96710637c4b72" }, "downloads": -1, "filename": "google-cloud-dlp-0.12.1.tar.gz", "has_sig": false, "md5_digest": "9c6fbaf55a30cdb2936d618303c5e3df", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 143790, "upload_time": "2019-07-30T16:34:39", "url": "https://files.pythonhosted.org/packages/5e/2d/91f03076709e6c96135b1221e0daec8f5113f1b7e2a26ed298d4b6d31988/google-cloud-dlp-0.12.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "f9ec71a61d1d8413aceb3688b9268e57", "sha256": "21e4075be00ce4f64a978b4c3fe13c0da578e8525f7cf5fd8cb0f7cd775a2af8" }, "downloads": -1, "filename": "google_cloud_dlp-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f9ec71a61d1d8413aceb3688b9268e57", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 135133, "upload_time": "2018-03-16T22:18:13", "url": "https://files.pythonhosted.org/packages/77/15/d206a1dc19d5d418d3bc82e7f0aace486a11bf5fc336934e3f3f54b9dc64/google_cloud_dlp-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "77960ab54d95b44499308014ec911c39", "sha256": "55531f2d9475c5974abb414a0d0550634e33273e79fa8aa15b40df5a2c61e88f" }, "downloads": -1, "filename": "google-cloud-dlp-0.2.0.tar.gz", "has_sig": false, "md5_digest": "77960ab54d95b44499308014ec911c39", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 128044, "upload_time": "2018-03-16T22:18:14", "url": "https://files.pythonhosted.org/packages/ee/32/580b51ceb99fb578c62c68e25aaa895b3f724d15cef5e43153a35d58ecf1/google-cloud-dlp-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "f90c9fbdc5ce7ccbea89d39e82849890", "sha256": "d1b4e4409dac7376af5ffccacc169ed940004a257c4f272cff9b79b98db13ab1" }, "downloads": -1, "filename": "google_cloud_dlp-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f90c9fbdc5ce7ccbea89d39e82849890", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 132471, "upload_time": "2018-03-30T18:18:15", "url": "https://files.pythonhosted.org/packages/d0/22/5454e3d43d175f1d837faa00b08f94c1b751f73e50289411d20081cbf1c9/google_cloud_dlp-0.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58ff6b3a7cedfcf3744057811e800841", "sha256": "1515104a7e64be96c823693b8a971ce2bbba826da5126efd8e532fc7331cad96" }, "downloads": -1, "filename": "google-cloud-dlp-0.3.0.tar.gz", "has_sig": false, "md5_digest": "58ff6b3a7cedfcf3744057811e800841", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 125310, "upload_time": "2018-03-30T18:18:17", "url": "https://files.pythonhosted.org/packages/f7/41/a80666c17e5319c5541ae349400322c39e0dd532451cbc3d4ece07b86d8b/google-cloud-dlp-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "c1f1a32833de53aa371f9ae7cbdf5619", "sha256": "ad66e5b1b5ef01b06256b61fcbe5bacab013da8bf014ac35aa702cf2cccc68ab" }, "downloads": -1, "filename": "google_cloud_dlp-0.4.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c1f1a32833de53aa371f9ae7cbdf5619", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 81445, "upload_time": "2018-04-06T16:12:09", "url": "https://files.pythonhosted.org/packages/ee/4f/03e53e83c05ae420c66e0df98c6d7852dded5db47b627b1dab3f0890506a/google_cloud_dlp-0.4.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8b7a828b54b04ae223d2261ad786d9b2", "sha256": "0286a3d376d7e32a527cad67e0b3f8e98c9e08dbba870a801ecc396d2d46d93a" }, "downloads": -1, "filename": "google-cloud-dlp-0.4.0.tar.gz", "has_sig": false, "md5_digest": "8b7a828b54b04ae223d2261ad786d9b2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 80014, "upload_time": "2018-04-06T16:12:10", "url": "https://files.pythonhosted.org/packages/7a/22/b830ac3546c72908784be941779efed5319f3d0a303c605a622723aa3165/google-cloud-dlp-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "8186f8068d629cff14e1f250828782e9", "sha256": "17cf17aad2769517e51c0f625d0bc0070f05541239f9845a981c6d1772073533" }, "downloads": -1, "filename": "google_cloud_dlp-0.5.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8186f8068d629cff14e1f250828782e9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 82792, "upload_time": "2018-04-27T16:18:27", "url": "https://files.pythonhosted.org/packages/db/57/106f1cc7bec546cf18288e380376ca5513ba73b32403683444fb9fc83223/google_cloud_dlp-0.5.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1caf63d2a7f64782d8bf1a091aa09146", "sha256": "f92e6ace2cbfefd8668dd676de3d29a5dcb3a50ead3251ec58d89c786a0ee7c6" }, "downloads": -1, "filename": "google-cloud-dlp-0.5.0.tar.gz", "has_sig": false, "md5_digest": "1caf63d2a7f64782d8bf1a091aa09146", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 79849, "upload_time": "2018-04-27T16:18:28", "url": "https://files.pythonhosted.org/packages/e8/30/9de2d5657753b25f98ee359501f916397c8384bbe3776e824962da8785f6/google-cloud-dlp-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "c3dcfc5a71d5af66f38b0f2ba25e8bf5", "sha256": "bebd01e5685b061b75b39c11ad116155602acf8997ae556ba1a52ec51d80e80f" }, "downloads": -1, "filename": "google_cloud_dlp-0.6.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c3dcfc5a71d5af66f38b0f2ba25e8bf5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 88855, "upload_time": "2018-07-24T17:20:54", "url": "https://files.pythonhosted.org/packages/77/8c/eab30c13077636cd0ac0add4d123f2a892eab35ddd455585c7d28c636958/google_cloud_dlp-0.6.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "41d300e7eed45759b42ec26246e1e769", "sha256": "861a848127f0c21aaf1c4988654dc7d96dce20ff86e1a58fa0d4b2482c1a27f4" }, "downloads": -1, "filename": "google-cloud-dlp-0.6.0.tar.gz", "has_sig": false, "md5_digest": "41d300e7eed45759b42ec26246e1e769", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91850, "upload_time": "2018-07-24T17:20:55", "url": "https://files.pythonhosted.org/packages/2a/81/62e9699e76c67a559d95e7bea7220691977ea3fe5b4af12ca11d43db6b38/google-cloud-dlp-0.6.0.tar.gz" } ], "0.7.0": [ { "comment_text": "", "digests": { "md5": "f8afa7e4a2c7e195b89751d3e869a031", "sha256": "e6398b6cc63de49d008393757aa210f48d4a2e89da698b1ff35d30004e880371" }, "downloads": -1, "filename": "google_cloud_dlp-0.7.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f8afa7e4a2c7e195b89751d3e869a031", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 89137, "upload_time": "2018-08-16T17:45:05", "url": "https://files.pythonhosted.org/packages/f9/10/94b89e6a38dd4bdc56be2206b46b3074fabfb0bb7db2dbaedd42633b983c/google_cloud_dlp-0.7.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f307f9bd00b9280965d0b2c01e11f554", "sha256": "03063f5cc11d54f9bb8214ccb681a17bbf87943c3cff62ae346bd5fb36e01e94" }, "downloads": -1, "filename": "google-cloud-dlp-0.7.0.tar.gz", "has_sig": false, "md5_digest": "f307f9bd00b9280965d0b2c01e11f554", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 89841, "upload_time": "2018-08-16T17:45:06", "url": "https://files.pythonhosted.org/packages/91/ac/f39da6842a0fd49dbcd91e293703d70a2190a80f1270987af95e0cd989de/google-cloud-dlp-0.7.0.tar.gz" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "de3282fb3da4c06eb7e9cd480d271b94", "sha256": "5bdd9ebfcc76ce1e45e61fa3ad16058deca4b2e53f685dd2a94b17d4824b4c09" }, "downloads": -1, "filename": "google_cloud_dlp-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "de3282fb3da4c06eb7e9cd480d271b94", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 96703, "upload_time": "2018-09-26T16:16:07", "url": "https://files.pythonhosted.org/packages/25/85/7826cdca4782050f2cf69ee857c8568cc26865bd3e089b33731f1f04fda8/google_cloud_dlp-0.8.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8bf88bb9c14e209dc1f6c43aad800f89", "sha256": "84d6ba4671ed999e44af5a028d3d3ba62cb0b8c01897efb5c3ffc12783a255cf" }, "downloads": -1, "filename": "google-cloud-dlp-0.8.0.tar.gz", "has_sig": false, "md5_digest": "8bf88bb9c14e209dc1f6c43aad800f89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98513, "upload_time": "2018-09-26T16:16:09", "url": "https://files.pythonhosted.org/packages/b7/d1/1f2147cb678fef269230a6323cc9abf019abf771ecbbe65954e34c032b16/google-cloud-dlp-0.8.0.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "9bf64d100c347e0078219e38a3870393", "sha256": "8cbddd8dd6ee756fa2ca1f728addd311b41b1469578a62a930568225927ec4b4" }, "downloads": -1, "filename": "google_cloud_dlp-0.9.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9bf64d100c347e0078219e38a3870393", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 103182, "upload_time": "2018-10-18T20:27:47", "url": "https://files.pythonhosted.org/packages/0a/0e/57b00e2669b88009eb4153d7eeb027670ac5ab98da99dbed7ef8ea76c102/google_cloud_dlp-0.9.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c4f18ca1cc96d25931a7473ae1bda5f", "sha256": "408e5c6820dc53dd589a7bc378d25c2cf5817c448b7c7b1268bc745ecbe04ec3" }, "downloads": -1, "filename": "google-cloud-dlp-0.9.0.tar.gz", "has_sig": false, "md5_digest": "3c4f18ca1cc96d25931a7473ae1bda5f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101421, "upload_time": "2018-10-18T20:27:49", "url": "https://files.pythonhosted.org/packages/ff/e3/61513f73db755b6b7ec31b04390a5b62f142d578d74ab6aa07e04641280b/google-cloud-dlp-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "783d8bc7b16a10c1c8682d6215e2262d", "sha256": "c03f2c77633b68c62d89c12140409c15d6de0bf7efbdb9461e169e50ab0b5617" }, "downloads": -1, "filename": "google_cloud_dlp-0.12.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "783d8bc7b16a10c1c8682d6215e2262d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 147042, "upload_time": "2019-07-30T16:34:37", "url": "https://files.pythonhosted.org/packages/85/52/ee21c66b060b33fb126cc3acaca095067ea8038413eb34c86ee9bc86d155/google_cloud_dlp-0.12.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9c6fbaf55a30cdb2936d618303c5e3df", "sha256": "acf2b1f8388b0baf3286bd2a67e3adad70a28d0fa768fd2196a96710637c4b72" }, "downloads": -1, "filename": "google-cloud-dlp-0.12.1.tar.gz", "has_sig": false, "md5_digest": "9c6fbaf55a30cdb2936d618303c5e3df", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 143790, "upload_time": "2019-07-30T16:34:39", "url": "https://files.pythonhosted.org/packages/5e/2d/91f03076709e6c96135b1221e0daec8f5113f1b7e2a26ed298d4b6d31988/google-cloud-dlp-0.12.1.tar.gz" } ] }