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
Release files for gsheet-access 1.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gsheet_access-1.1.1.tar.gz | 2.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gsheet_access-1.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:5.7 kB
Release files / gsheet_access-1.1.1.tar.gz
| Download URL | gsheet_access-1.1.1.tar.gz |
|---|---|
| Size | 2.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c523094a6bc1fba655bd3f113c76019215cd441d9a4bfb5232edb0874b4c6f1b
|
|
BLAKE2b-256 checksum How to use checksums |
46c24d9cd913c56d4d90d27b47208904925843b3c027be812ba3362dec68b6ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / gsheet_access-1.1.1-py3-none-any.whl
| Download URL | gsheet_access-1.1.1-py3-none-any.whl |
|---|---|
| Size | 2.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f39b2ddb46312f77b8dae1e301dbf4970d6fb7293d016a33aee2d2f17e8eed9f
|
|
BLAKE2b-256 checksum How to use checksums |
7580cb46e39b58eab734028bd489ebdbe31c8e66c4d6a3ed6f0d7ea8e4d3dcd6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|