Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 1.27 KB

README.rst

File metadata and controls

40 lines (27 loc) · 1.27 KB

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:

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

See the narrative docs .

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING for more information on how to get started.

License

Apache 2.0 - See LICENSE for more information.