Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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

PyPI version Build Status Coverage Status

Synopsis

import hyou

# Login to Google Spreadsheet with credentials
collection = hyou.login('/path/to/credentails.json')

# Open a spreadsheet by ID
spreadsheet = collection['1ZYeIFccacgHkL0TPfdgXiMfPCuEEWUtbhXvaB9HBDzQ']
print spreadsheet.title         # => "Hyou Test Sheet"

# Open a worksheet in a spreadsheet by sheet name
worksheet = spreadsheet['Sheet1']
print worksheet.title           # => "Sheet1"
print worksheet.rows            # => 5
print worksheet.cols            # => 3

# Worksheet objects can be accessed just like two-dimensional lists
print worksheet[1][0]           # => "banana"
print worksheet[1][1]           # => "50"

# Call Worksheet.commit() to apply changes
worksheet[2][0] = 'cinamon'
worksheet[2][1] = 40
worksheet.commit()

Documentation

Documentation is available at https://hyou.readthedocs.io/.

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-3.0b2.tar.gz (118.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hyou-3.0b2-py2.py3-none-any.whl (60.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file hyou-3.0b2.tar.gz.

File metadata

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

File hashes

Hashes for hyou-3.0b2.tar.gz
Algorithm Hash digest
SHA256 80caa05b66a346611fb5dc7bd3eb9fc2ba8d4654a0ba0436b5d3da59fd89480b
MD5 64d625de03ed02d259af8e2562354818
BLAKE2b-256 7ee9f8ac487d01bbcc1e46a2cbdcaabd8916e16b6d64b0daa8c277ec924babea

See more details on using hashes here.

File details

Details for the file hyou-3.0b2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for hyou-3.0b2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ff1c4d6876d0d3921b0b8f9dfc14c8890602966b49531dbe4f79464f23a4717c
MD5 0b5991894ce0e876d5382ed421321a6f
BLAKE2b-256 2e1064f0d652f2de78ee36cd4bf55449f83ff8dfafd8502700ac9fa0c1a5ba5f

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