Metadata-Version: 1.0
Name: soundscrape
Version: 0.1.2
Summary: Scrape an artist from SoundCloud
Home-page: https://github.com/Miserlou/SoundScrape
Author: Rich Jones
Author-email: rich@openwatch.net
License: MIT License
Description: ![SoundScrape!](http://i.imgur.com/fEFQqlK.png)
        
        SoundScrape
        ==============
        
        **SoundScrape** makes it super easy to download artists from SoundCloud. Automatically creates ID3 tags as well!
        
        Usage
        ---------
        
        First, install it:
        
        ```bash
        pip install soundscrape
        ```
        
        Then, just call soundscrape and the name of the artist you want to scrape:
        
        ```bash
        soundscrape kaiwaichi
        ```
        
        And you're done! Hooray!
        
        Issues
        -------
        
        There's probably a lot more that can be done to improve this. Please file issues if you find them!
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
