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.
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 .
Contributions to this library are always welcome and highly encouraged.
See CONTRIBUTING for more information on how to get started.
Apache 2.0 - See LICENSE for more information.