Phishing Protection API API client library
Project description
Quick Start
In order to use this library, you first need to go through the following steps:
Supported Python Versions
Python >= 3.6
Unsupported Python Versions
Python == 2.7.
The last version of this library compatible with Python 2.7 is google-cloud-phishing-protection==0.4.0.
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-phishing-protection
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-phishing-protection
Next Steps
Read the Client Library Documentation for Phishing Protection API API to see other available methods on the client.
Read the Phishing Protection API Product documentation to learn more about the product and see How-to Guides.
View this repository’s main README to see the full list of Cloud APIs that we cover.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google-cloud-phishing-protection-1.5.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1e51caa0c21d430da8ff91e9f026f427793ccd1a87dbbd8d7965c47e6a8c754 |
|
MD5 | c892ab153f7d10c71d88126dc036c035 |
|
BLAKE2b-256 | 16ae82b572262cbc3a53dac779f63b47f5185fba0b59597ed9251f5489da5b67 |
Hashes for google_cloud_phishing_protection-1.5.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba187b8188fa42df11b57bea1eb8979198105a527e4c7751178603578bd3635b |
|
MD5 | 522532a50fe9d71c0c4b091df2060fa0 |
|
BLAKE2b-256 | 3a30ed545bc0f586122a1bbd1bdd9e7c3e97fea7847d5aff990d5d17b3675df5 |