A Godspeed task manager API wrapper
Project description
Godspeed-API
A Python API package for Godspeed'. The package implements basic authentication and task creation functionalities when the API is documented more.
Installation
Use the package manager pip to install Godspeed-API.
pip install godspeed-api
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
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.1.6.tar.gz
(3.4 kB
view hashes)
Built Distribution
Close
Hashes for godspeed_api-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5bd3c120e7f3621b6693f8c3a943671b882086a61662061bb7ef000e28975b9 |
|
MD5 | 0777bad743c4118d185018f2f37125b4 |
|
BLAKE2b-256 | 69131b44397e1b5f541dd6963c693920d3a209506a65d5eb84a9e7b09fbb284f |