~canonical-hwe-team/pm-graph/master

« back to all changes in this revision

Viewing changes to googlesheet.py

  • Committer: Todd Brandt
  • Date: 2019-09-05 20:10:27 UTC
  • Revision ID: git-v1:03b75f86e03a68331a288823a9d5ded9cde42bf7
googlesheet:
- add better header comments
- add README.googlesheet

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
# Google Sheet Creator
4
4
#
5
 
# If libraries are missing, use this command to install them:
6
 
#  pip install --upgrade google-api-python-client oauth2client
7
 
#
8
 
# To run -setup without local browser use this command:
9
 
#  ./googlesheet.py -setup --noauth_local_webserver
 
5
# The following additional packages are required beyond the base install:
10
6
#
11
7
# python2 package requirements:
12
8
# sudo apt-get install python-configparser python-requests python-psutil python-httplib2 python-pip
16
12
# sudo apt-get install python3-psutil python3-pip
17
13
# sudo pip3 install --upgrade google-api-python-client oauth2client
18
14
#
 
15
# To run -setup without local browser use this command:
 
16
#  ./googlesheet.py -setup --noauth_local_webserver
 
17
#
19
18
 
20
19
import os
21
20
import sys