A Python wrapper for the google workspace APIs
Project description
Note
python-google-workspace is in it's very early stages and for now only has implemented a wrapper for Gmail.
Getting Started
pip3 install -U google-workspace
Then you need to get a client secret file from the google console and you need to enable the api you want to use, just google it.
After you saved the json file to your workdir - you are all set!
To use the Gmail API simply create a python file and enter this:
import google_workspace
mailbox = google_workspace.gmail.Gmail()
for msg in mailbox.get_messages('inbox'):
print(msg)
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for google_workspace-0.19.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b7841203eeda5d4315b0d6cdc8e413bf61fb8c29137a17330ff28a5d1e8f29c |
|
MD5 | 2239aacf0b163c65e31fd9408ff6207e |
|
BLAKE2b-256 | 1fadc4d8e9c609eb9571a16a893b0abf7be7116adad83fedd6bd33004a9dabe8 |