Metadata-Version: 1.0
Name: thunkapi
Version: 0.1.0
Summary: Python library for the thunk.us API
Home-page: http://github.com/mrtazz/thunkapi.py
Author: Daniel Schauenberg
Author-email: d@unwiredcouch.com
License: MIT
Description: ============
        thunkapi.py
        ============
        
        Introduction
        =============
        thunkapi.py is a python library and command line client for
        interacting with the thunk.us_ web service.
        
        
        Usage
        ======
        thunk.py can be imported into any python module::
        
        import thunkapi
        
        thunkapi.create()
        thunkapi.poke(UID, state, payload)
        thunkapi.check(uid)
        
        There is also a command line client to use::
        
        thunk.py UID
        thunk.py -x check UID
        thunk.py -x check "UID1,UID2,UID3"
        thunk.py -x poke -s state -p payload UID
        thunk.py -x create
        
        .. _thunk.us: http://thunk.us
        
        
        History
        ========
        
        0.1.0 (2010-06-02)
        -------------------
        * add basic API access
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
