This repository is holds the samples used in the python documentation on cloud.google.com.
For more detailed introduction to a product, check the README in the corresponding folder.
- See CONTRIBUTING.md
To run the tests, please install App Engine Python SDK and tox and run tox with the environment variable PYTHONPATH to the App Engine Python SDK.
You can install App Engine Python SDK with Google Cloud SDK with the following command:
$ gcloud components update gae-python
Here is instructions to run the tests with virtualenv, $GCLOUD is your Google Cloud SDK installation path.
$ pip install tox
$ export PYTHONPATH=${GCLOUD}/platform/google_appengine
$ export GOOGLE_APPLICATION_CREDENTIALS=your-service-account-json-file
$ export TEST_PROJECT_ID={YOUR_PROJECT_ID}
$ export TEST_BUCKET_NAME={YOUR_BUCKET_NAME}
$ tox
- See LICENSE