Metadata-Version: 1.1
Name: toodledo
Version: 0.3
Summary: Python wrapper for the Toodledo v3 API which is documented at http://api.toodledo.com/3/
Home-page: https://github.com/rkhwaja/toodledo-python
Author: Rehan Khwaja
Author-email: rehan@khwaja.name
License: UNKNOWN
Description: Overview
        ========
        Python wrapper for the Toodledo v3 API which is documented at http://api.toodledo.com/3/
        
        Usage
        =====
        
        .. code:: python
        
        toodledo = Toodledo(clientId="YourClientId", clientSecret="YourClientSecret", tokenStorage=TokenStorageFile(YourConfigFile), scope="basic tasks notes folders write")
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.5
