Skip to main content

Based on quickstart sample by Google

Project description

gtasks_api

Build Status CodeFactor PyPI

Installation

pip install gtasks-api

Usage

Import the package:

from gtasks_api import GtasksAPI

Obtain a Gtasks instance:

gtasks = GtasksAPI('credentials.json', 'token.pickle')
if gtasks.auth_url:
    gtasks.finish_login(auth_code)

Get all task lists:

gtasks.service.tasklists().list().execute()

API Documentation : https://developers.google.com/resources/api-libraries/documentation/tasks/v1/python/latest/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gtasks_api-0.0.8.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

gtasks_api-0.0.8-py3-none-any.whl (3.8 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