Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions phishingprotection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

[PyPI History][1]

[1]: https://pypi.org/project/google-cloud-phishing-protection/#history

## 0.1.0

04-30-2019 15:03 PDT

### New Features
- Initial release of Phishing Protection. ([#7801](https://github.com/googleapis/google-cloud-python/pull/7801))

12 changes: 6 additions & 6 deletions phishingprotection/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Python Client for Phishing Protection API (`Alpha`_)
- `Product Documentation`_

.. _Alpha: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
.. _Phishing Protection API: https://cloud.google.com/phishingprotection
.. _Phishing Protection API: https://cloud.google.com/phishing-protection
.. _Client Library Documentation: https://googleapis.github.io/google-cloud-python/latest/phishingprotection/usage.html
.. _Product Documentation: https://cloud.google.com/phishingprotection
.. _Product Documentation: https://cloud.google.com/phishing-protection

Quick Start
-----------
Expand All @@ -23,7 +23,7 @@ In order to use this library, you first need to go through the following steps:

.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
.. _Enable the Phishing Protection API.: https://cloud.google.com/phishingprotection
.. _Enable the Phishing Protection API.: https://cloud.google.com/phishing-protection
.. _Setup Authentication.: https://googleapis.github.io/google-cloud-python/latest/core/auth.html

Installation
Expand All @@ -48,7 +48,7 @@ Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-phishingprotection
<your-env>/bin/pip install google-cloud-phishing-protection


Windows
Expand All @@ -59,7 +59,7 @@ Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-phishingprotection
<your-env>\Scripts\pip.exe install google-cloud-phishing-protection

Next Steps
~~~~~~~~~~
Expand All @@ -71,5 +71,5 @@ Next Steps
- View this `repository’s main README`_ to see the full list of Cloud
APIs that we cover.

.. _Phishing Protection API Product documentation: https://cloud.google.com/phishingprotection
.. _Phishing Protection API Product documentation: https://cloud.google.com/phishing-protection
.. _repository’s main README: https://github.com/googleapis/google-cloud-python/blob/master/README.rst
2 changes: 1 addition & 1 deletion phishingprotection/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

import setuptools

name = 'google-cloud-phishingprotection'
name = 'google-cloud-phishing-protection'
description = 'Phishing Protection API API client library'
version = '0.1.0'
release_status = '3 - Alpha'
Expand Down