Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

docs: connect Python Translate client library to nebulous serverless example #162

Merged
merged 9 commits into from
May 28, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,25 @@ Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-translate
<your-env>\Scripts\pip.exe install google-cloud-translate

Samples
-----------

The `samples folder`_ contains all of the Cloud Translation API code snippets
found in `its documentation`_ as well as complete sample apps:

- `Mini Google Translate "MVP"`_ app

- Shows how to use the API in a Python/Flask web app
- Deployable locally or any on-prem or cloud host supporting Flask apps
- Also deployable to `Google Cloud serverless hosting platforms`_ (`App Engine`_, `Cloud Functions`_, or `Cloud Run`_) with only minor configuration changes

.. _samples folder: samples
.. _its documentation: https://cloud.google.com/translate/docs
.. _Mini Google Translate "MVP": https://github.com/googlecodelabs/cloud-nebulous-serverless-python
.. _Google Cloud serverless hosting platforms: https://cloud.google.com/serverless#serverless-products
.. _App Engine: https://cloud.google.com/appengine
.. _Cloud Functions: https://cloud.google.com/functions
.. _Cloud Run: https://cloud.google.com/run

1 change: 1 addition & 0 deletions samples/cloud-nebulous-serverless-python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This sample can be found at <https://github.com/googlecodelabs/cloud-nebulous-serverless-python>.