Metadata-Version: 1.0
Name: python-rdio
Version: 0.4
Summary: An unofficial wrapper for the Rdio API.
Home-page: http://github.com/kreeger/pyrdio
Author: Benjamin Kreeger
Author-email: benjaminkreeger@gmail.com
License: MIT
Description: An unofficial Python library for accessing the Rdio API, using OAuth. Inspired
        by Rdio's own 'rdio-python' library as well as python-twitter.
        
        To use, do:
        
        > import rdio
        > rdio_manager = rdio.Api(CONSUMER_KEY, CONSUMER_SECRET)
        > user = rdio_manager.find_user('benjaminkreeger@gmail.com')
        > print '%s %s's key is: %s.' % (user.first_name, user.last_name, user.key)
Keywords: api rpc rdio music
Platform: any
