API Client library for Google Cloud
Project description
Official documentation
If you just want to use the library (not contribute to it), check out the official documentation: http://jgeewax.github.io/gcloud/docs/
Incredibly quick demo
Start by cloning the repository:
$ git clone git://github.com/jgeewax/gcloud.git $ cd gcloud $ python setup.py develop
I’m getting weird errors… Can you help?
Chances are you have some dependency problems, if you’re on Ubuntu, try installing the pre-compiled packages:
$ sudo apt-get install python-crypto python-openssl
or try installing the development packages (that have the header files included) and then pip install the dependencies again:
$ sudo apt-get install python-dev libssl-dev
How do I build the docs?
Make sure you have sphinx installed and:
$ git clone git://github.com/jgeewax/gcloud.git $ pip install sphinx $ cd gcloud/docs $ make html
How do I run the tests?
Make sure you have nose installed and:
$ git clone git://github.com/jgeewax/gcloud.git $ pip install unittest2 nose $ nosetests
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
gcloud-0.02.tar.gz
(26.4 kB
view details)
File details
Details for the file gcloud-0.02.tar.gz
.
File metadata
- Download URL: gcloud-0.02.tar.gz
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ad2ee987bf150532c27791d2600e6faf7aa378b8deed5ee3fd0bcfc9515a1b05
|
|
MD5 |
2fd9db973c5bea973a20f9da79e4c8f3
|
|
BLAKE2b-256 |
c2e46d3985450f98b8386f7841c6e2392544a875c6df4548326d2a99026f7d89
|