Skip to main content

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


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

google_workspace-0.19.0-py3-none-any.whl (41.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page