| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
The goal of this project is to make it really simple and Pythonic to use Google Cloud Platform services.
The library is pip-installable:
$ pip install gcloud $ python -m gcloud.storage.demo # Runs the storage demo!
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 libffi-dev
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 libffi-dev $ pip install gcloud
Make sure you have sphinx installed and:
$ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git $ pip install sphinx $ cd gcloud-python/docs $ make html
Make sure you have nose installed and:
$ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git $ pip install unittest2 nose $ cd gcloud-python $ nosetests
Before we can accept any pull requests we have to jump through a couple of legal hurdles, primarily a Contributor License Agreement (CLA):
You can sign these electronically (just scroll to the bottom). After that, we'll be able to accept your pull requests.
| Back | FazBrowse Home | New Git URL |