Skip to main content

Pythonic Interface to manipulate Google Spreadsheet

Project description

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.

Project details


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

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for hyou-1.0.tar.gz
Algorithm Hash digest
SHA256 d0b9c03405438669bd3b790562db3cf4d52321b4314876458f8ebc41deb568bd
MD5 77897f55a977b13737f666594b0c0ec6
BLAKE2b-256 46d3901af25f912338832476697ba8bdf09ce58f97a7b6c4f1740c05d6988c83

See more details on using hashes here.

Supported by

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