Cloud Trace API client library
Project description
In order to use this library, you first need to go through the following steps:
Enable the Google Cloud Trace API.
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
python3 -m venv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install /path/to/library
Windows
python3 -m venv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install \path\to\library
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-trace-1.2.0.tar.gz
(62.2 kB
view hashes)
Built Distribution
Close
Hashes for google_cloud_trace-1.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8656fbf70775ec88dab72c6d90cb6eb8adae91f8a8c6d2e44c9b564cc88a5b4 |
|
MD5 | b09a726631125dbe3af320291f530d20 |
|
BLAKE2b-256 | 3f9b0379bcce497f28708bcc4c33a70882e07644e2454aa2abcd9b26291a478f |