Skip to main content

Hyou provides a simple Pythonic interface to manipulate your Google Spreadsheet data.

Synopsis

import hyou
collection = hyou.login('/path/to/credentails.json')
spreadsheet = collection['1ZYeIFccacgHkL0TPfdgXiMfPCuEEWUtbhXvaB9HBDzQ']
worksheet = spreadsheet['Sheet1']
print worksheet[1][0]  # "banana"
print worksheet[1][1]  # "50"
worksheet[2][0] = "cinamon"
worksheet[2][1] = 40
worksheet.commit()

Reference

TODO(nya): Write documentation.

Author

Shuhei Takahashi

Disclaimer

This library is authored by a Googler and copyrighted by Google, but is not an official Google product.

License

Copyright 2015 Google Inc. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hyou-1.2.tar.gz (5.5 kB view details)

Uploaded Source

File details

Details for the file hyou-1.2.tar.gz.

File metadata

  • Download URL: hyou-1.2.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for hyou-1.2.tar.gz
Algorithm Hash digest
SHA256 4110ae32f672c367286aa363883d1cfa85fa40570806adc4c4029d7806756cb8
MD5 cca51e57dfa36259876e9dbc18ee341b
BLAKE2b-256 572ab576a413007ecaf6cbbdfbbea8b6bed29e49976aafeafdad4b0fd486c4ab

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page