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.1.tar.gz (5.1 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for hyou-1.1.tar.gz
Algorithm Hash digest
SHA256 bb35f7d985620179f628715adcc8a24f02b96272e428cf871545000241a548a0
MD5 d797952a1ddd2c55accf4ad0a6865b22
BLAKE2b-256 5438e8e56e3a25733d0f4cf56ee32f0aa287af166d3e2feb11cd0cf858fbc393

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