Metadata-Version: 1.0
Name: callbackToReturnVal
Version: 0.1.1
Summary: Wrapper function that returns the value that is sent to a callback value as the value that the wrapper gives
Home-page: http://github.com/theblazehen/python-callbackToReturnVal
Author: Jeandre Le Roux
Author-email: theblazehen@theblazehen.com
License: MIT
Description: For example a function `client.call` needs a callback, this can be returned as a value by doing `callbackToReturnVal.runSync(client.call('getRoomIdByNameOrId', ['general'], callback=callbackToReturnVal.returnCallback))`
        
Platform: UNKNOWN
