Python wrapper for the Toodledo v3 API which is documented at http://api.toodledo.com/3/
toodledo = Toodledo(clientId="YourClientId", clientSecret="YourClientSecret", tokenStorage=TokenStorageFile(YourConfigFile), scope="basic tasks notes folders write")