A Python package to read gsheet from google drive using gsheet id and plot and save between two numerical axis.
Project description
Project Description
gsheet_access is a small wrapper around the Google Sheet (V4) to provide more convenient access to Google Sheets from Python scripts and plot the chart between two numerical columns . It contains gsheet method and it will take four arguments as oauth client ID as JSON file .Anyone can download the credentials file from Google Cloud Platform , sheet id ,x-axis and y-axis in their method.
Installation
This package runs under 3.5+, use pip to install:
$ pip install gsheet_access
This will also install pandas , matplotlib ,*oauth2client,gsheet , numpy as required dependencies
QuickStart
Log into the Google Developers Console with the Google account whose spreadsheets you want to access. Create a project and enable the Sheets API (under Google Apps APIs).Learn How to create oauth credentials . Take sheet id from google sheet and required columns for plotting.
import gsheet_access gsheet_access.gsheet('1SrZfvr2ee54r7HR1jGtAE9zHIj_YUzK9ok8bdwkpqc','creds.json','average_sales','timestamp')
SEE ALSO
- gspread – Google Spreadsheets Python API (more mature and featureful Python wrapper, currently using the XML-based legacy v3 API)
LICENSE
This package is distributed under the MIT license
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gsheet_access-1.1.1.tar.gz.
File metadata
- Download URL: gsheet_access-1.1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c523094a6bc1fba655bd3f113c76019215cd441d9a4bfb5232edb0874b4c6f1b
|
|
| MD5 |
93d661cc382059a08fe1fe5ee00e441f
|
|
| BLAKE2b-256 |
46c24d9cd913c56d4d90d27b47208904925843b3c027be812ba3362dec68b6ed
|
File details
Details for the file gsheet_access-1.1.1-py3-none-any.whl.
File metadata
- Download URL: gsheet_access-1.1.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f39b2ddb46312f77b8dae1e301dbf4970d6fb7293d016a33aee2d2f17e8eed9f
|
|
| MD5 |
bd6d01abe0abc01817bfe435e92320f8
|
|
| BLAKE2b-256 |
7580cb46e39b58eab734028bd489ebdbe31c8e66c4d6a3ed6f0d7ea8e4d3dcd6
|