Metadata-Version: 2.1
Name: soocii-pubsub-lib
Version: 1.3
Summary: Library for Soocii back-end services to integrate with Google Cloud Pub/Sub service.
Home-page: https://github.com/drmobile/pubsub-broker
Author: Soocii
Author-email: service@soocii.me
License: Apache Software License
Description: [![Build Status](https://travis-ci.org/drmobile/pubsub-lib.svg?branch=master)](https://travis-ci.org/drmobile/pubsub-lib)
        [![Coverage Status](https://coveralls.io/repos/github/drmobile/pubsub-lib/badge.svg?branch=master)](https://coveralls.io/github/drmobile/pubsub-lib?branch=master)
        
        # pubsub-lib
        
        A generic purpose google cloud pub/sub broker to dispatch subscribed topics.
        
        ## Prerequisites
        
        * [Setting Up Authentication for Server to Server Production Applications](https://cloud.google.com/docs/authentication/production)
            1. Go to the **Create service account key** page in the GCP Console.
            2. From the **Service account** drop-down list, select **New service account**.
            3. Input a name into the **Service account name** field.
            4. From the **Role** drop-down list, select **Project > Owner**.
            5. Click **Create**. A JSON file that contains your key downloads to your computer.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Provides-Extra: dev
