Metadata-Version: 1.1
Name: bandcampscrape
Version: 0.0.2
Summary: Downloader for BandCamp albums 
Home-page: https://github.com/ronier/bandcampscrape
Author: Ronier Lopez
Author-email: ronier@gmail.com
License: MIT License
Description: # BandCampScrape
        ==============
        
        **BandCamp Scrape** makes easy to download albums from BandCamp
          creating a directory adding ID3 information to the songs.
        
        Usage
        ---------
        
        First, install with:
        
        ```bash
        pip install bandcampscrape
        ```
        
        Then, just call it from  the CLI passing the URL of the album that you
        want to scrape:
        
        ```bash
        bandcampscrape <url>
        ```
        
        It also can be used like :
        
        ```bash
        bandcampscrape --album_url=https://decontextoydetextura.bandcamp.com/album/ep
        ```
        
        TODO
        --------------
        - Pass a url and download all the albums from that band
        - Add tests
        
Platform: UNKNOWN
Classifier: Environment :: Console
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
