GoogleCloudPlatform / google-cloud-python-expenses-demo

Sample app exercising gcloud-python library
Apache License 2.0
67 stars 38 forks source link

Example App: Expense Reporting Using the Google Cloud Python Client

This project implements a simple, command-line expense reporting application as an example demonstrating gcloud-python, a Python idiomatic client for Google Cloud Platform services.

Installation

First, create a virtual environment, and get the gcloud Python library installed into it.

Then, install this project:

.. code-block:: sh

$ cd /path/to/gcloud-python-expenses-demo $ /path/to/virtualenv/bin/pip install -e .

See the narrative docs <http://googlecloudplatform.github.io/gcloud-python-expenses-demo/>__ .

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING <CONTRIBUTING.rst>__ for more information on how to get started.

License

Apache 2.0 - See LICENSE <LICENSE>__ for more information.

.. |build| image:: https://travis-ci.org/GoogleCloudPlatform/gcloud-python.svg?branch=master :target: https://travis-ci.org/GoogleCloudPlatform/gcloud-python .. |coverage| image:: https://coveralls.io/repos/GoogleCloudPlatform/gcloud-python/badge.png?branch=master :target: https://coveralls.io/r/GoogleCloudPlatform/gcloud-python?branch=master