Stackdriver Logging API client library
Project description
Cloud Logging API: Writes log entries and manages your Cloud Logging configuration.
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 Cloud Logging API.
- Setup Authentication.
Installation
Install this library in a venv using pip. venv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With venv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Supported Python Versions
Python >= 3.6
Unsupported Python Versions
Python == 2.7. The last version of the library compatible with Python 2.7 is google-cloud-logging==1.15.1.
Mac/Linux
python -m venv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-logging
Windows
python -m venv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-logging
Next Steps
- Read the Setting Up Cloud Logging for Python How-to Guide
- Read the Product documentation to learn more about the product and see other How-to Guides.
- Read the Client Library Documentation for to see other available methods on the client.
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size google_cloud_logging-2.0.0-py2.py3-none-any.whl (175.8 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size google-cloud-logging-2.0.0.tar.gz (172.0 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for google_cloud_logging-2.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cc66431efc441a67e7204d8afee2d06806a66ca31758e8353c4de98d999162e |
|
MD5 | 763230f14d3dc97ea5ff1e888bab1a1f |
|
BLAKE2-256 | 75df3cd5c5ec5dfd9774019a3e42bb8d02ee5c3bc4b7b5dce070009afdab5717 |
Hashes for google-cloud-logging-2.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c8e4869ec22aa7958ff937c1acbd34d7a2a8a446af9a09ce442f24128eee063c |
|
MD5 | 595b301dd3f3911260ba37a6f4978229 |
|
BLAKE2-256 | ac5389caff87f246cd1ada2713f2c117c62b355efbb27caa95f349afc2d7e421 |