Metadata-Version: 1.0
Name: googlemusicplayer
Version: 0.3
Summary: a GTK music player using google music API
Home-page: UNKNOWN
Author: Yohann Gabory
Author-email: yohann@gabory.fr
License: UNKNOWN
Description: Google Music Player
        ===================
        
        A GTK music player based on google music API
        
        INSTALL
        -------
        
        .. code::
        
            apt-get install python-gtk virtualenv vlc
            virtualenv venv --system-site-packages
            source venv/bin/activate
            pip install googlemusicplayer
            run
        
        enjoy! ;)
        
        FEATURES
        --------
        
        - play library
        - playlist
        - radios
        
        - get album covers
        - play/pause/previous/next
Platform: UNKNOWN
