michal-f / google-cloud-python-expenses-demo

Sample app exercising gcloud-python library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sample app exercising gcloud-python library

License:Apache License 2.0


Languages

Language:Python 92.9%Language:CSS 5.1%Language:Shell 2.0%