Python library for communicating with the Google Sheets API
Project description
myb-google-sheets-api
An API client for the Google Sheets API
Installation
The package is availble via PyPi and can be installed with the following command:
pip3 install myb-google-sheets-api
To install it from the repo, clone the repo and cd into the directory:
git clone https://github.com/mine-your-business/myb-google-sheets-api.git
cd myb-google-sheets-api
You can install this library with pip
:
pip3 install .
Testing
To run tests, simply run the following command:
pytest --verbose
Releases
Releases should follow a Semantic Versioning scheme.
When changes have been made that warrant a new release that should be published, modify the __version__
in setup.py
After the change is merged to the main
branch, go to releases and Draft a new release
. The Tag version
should follow the pattern v1.0.0
and should Target
the main
branch.
The Release title
should not include the v
from the tag and should have a reasonably detailed description of the new release's changes.
Once the release has been published, the .github/workflows/python-publish.yml
GitHub Actions Workflow should trigger and automatically upload the new version to PyPi using GitHub secrets credentials stored with the Mine Your Business GitHub Organization.
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
Hashes for myb-google-sheets-api-1.0.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91a7df440281f18776eed1664fe07e9e7b9fe5b78f0cc03ed30dd2198f5d62c7 |
|
MD5 | 48639ccaa2e6d02866ab04361f8d4940 |
|
BLAKE2b-256 | d569bfe85400e579a129298194f1e6c2d094f49cd3cf347feb652b170ad802ae |
Hashes for myb_google_sheets_api-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4851b8949e57f8d8ab32c11924d28cc10df63e4f9234044ba671a42b68143a5c |
|
MD5 | 2dc7ec40b91dcf48168d545392429e5e |
|
BLAKE2b-256 | 4d538c47f82e344810712e9fc3743f891e1c9f3f1ad63ee317a9f7ea67dbfd1a |