Cloud Pub/Sub samples for Python

Overview

This repository contains several samples for Cloud Pub/Sub service with Python.

Run tests

Here are instructions to run the tests. You need a cloud project with Cloud Pub/Sub enabled.

$ pip install tox
$ export GOOGLE_APPLICATION_CREDENTIALS=your-service-account-json-file
$ export TEST_PROJECT_ID={YOUR_PROJECT_ID}
$ tox

Licensing

See LICENSE