Python wrapper for the Toodledo v3 API which is documented at http://api.toodledo.com/3/
Project description
Overview
Python wrapper for the Toodledo v3 API which is documented at http://api.toodledo.com/3/
Usage
toodledo = Toodledo(
clientId="YourClientId",
clientSecret="YourClientSecret",
tokenStorage=TokenStorageFile(YourConfigFile),
scope="basic tasks notes folders write")
account = toodledo.GetAccount()
allTasks = toodledo.GetTasks(params={})
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 Distribution
toodledo-1.0.0.tar.gz
(6.7 kB
view details)
Built Distribution
toodledo-1.0.0-py3-none-any.whl
(22.4 kB
view details)
File details
Details for the file toodledo-1.0.0.tar.gz
.
File metadata
- Download URL: toodledo-1.0.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.11 CPython/3.7.2 Windows/7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c4e4a44e5be9a336c5e3388b12df87616c70a5fa4365dfa80263cb6a32fd962 |
|
MD5 | a52b30b2c6508200a7f7a033f35254bc |
|
BLAKE2b-256 | bcc9ee3ada777c8da3a884c93484e7504645ca51a519fb0ca4bd7effa2268fde |
File details
Details for the file toodledo-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: toodledo-1.0.0-py3-none-any.whl
- Upload date:
- Size: 22.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.11 CPython/3.7.2 Windows/7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcfa79968194cf4b5cc90edd270c7901efc41e7fbba394ff981c6702cf417141 |
|
MD5 | f51098b2d2f1dd70d69b39d9fa54d6c0 |
|
BLAKE2b-256 | 72677022d2fb1f48273efff96ba1d6b5f7a62b76ac3bd9547c4313bf5822bae3 |