No project description provided
Project description
Quick Start
In order to use this library, you first need to go through the following steps:
- Select or create a Cloud Platform project.
- Enable billing for your project.
- Enable the Pub/Sub Lite API.
- Setup Authentication.
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-pubsublite
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-pubsublite
Next Steps
- Read the Client Library Documentation for Pub/Sub Lite API to see other available methods on the client.
- Read the Pub/Sub Lite API Product documentation to learn more about the product and see How-to Guides.
- View this README to see the full list of Cloud APIs that we cover.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
google-cloud-pubsublite-1.3.0.tar.gz
(182.7 kB
view hashes)
Built Distribution
Close
Hashes for google-cloud-pubsublite-1.3.0.tar.gz
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 3b4a46d436c3ea356a9104f3bbba90b7fc5ab21d556cb782026a6c1d5d24cecb |
|
| MD5 | b7aa582f3927a22d9ae19dace0f0dca2 |
|
| BLAKE2-256 | 1df3c0737888926ee6aaae1e1aba4cc957a093a567ca2cff230bd1b5034e3706 |
Close
Hashes for google_cloud_pubsublite-1.3.0-py2.py3-none-any.whl
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 | 508ffcd1268acb614db0284f80ecfc801687dc4c2349b36d7a74195bff39ff0d |
|
| MD5 | ea1803a60a00011ac403a64123e3c7e3 |
|
| BLAKE2-256 | 48e36beff313f16554393ab6aaefa3dc25ba3d74c767315f63ff00e32c726d62 |