Metadata-Version: 1.0
Name: soocii-pubsub-lib
Version: 0.2
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: # pubsub-broker
        
        A generic purpose google cloud pub/sub broker to dispatch subscribed topics.
        
        ## Prerequisites
        
        * Python 3.5+ is required for ayncio.
        * [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
