Skip to main content

A Godspeed task manager API wrapper

Project description

Godspeed-API

Python 3.9+ License: MIT

A Python API wrapper for Godspeed.

Installation

Use the package manager pip to install Godspeed-API.

pip install godspeed-api

Features

  • Task creation (create_task)
  • Task modification (update_task)
  • Paginated task query (list_tasks)

Usage

from godspeed_api import API

api = API("your-username", "your-password")

# to create a task
api.create_task(
    title='Your Task Title', 
    list_id='list_id', 
    location='location', 
    notes='notes', 
    due_at=datetime.datetime.now(), 
    # Note that current godspeed api will fail to add a task with new label_names, however it will not throw an error
    label_names=['label1', 'label2']
)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

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

godspeed_api-0.2.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

godspeed_api-0.2.1-py3-none-any.whl (5.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