Metadata-Version: 1.1
Name: Piddle
Version: 0.3.dev
Summary: UNKNOWN
Home-page: https://github.com/darthlukan/piddle.git
Author: Brian Tomlinson
Author-email: darthlukan@gmail.com
License: GPLv2
Download-URL: https://github.com/darthlukan/piddle.git
Description: Readme:
        ====================================
        
        Piddle is a simple downloader written in Python.  It can be run from the command line where it presents
        a menu to the user, guiding them through a simple process in order to get online resources, or it can be
        provided with command line arguments, foregoing the walkthrough.
        
        Example usage (CLI with args):
        ------------------------------
        
        Simple single file downloading:
        
        ./pydl.py -u http://www.pathtoresource.com/resource.file -o /path/to/save/in/
        
        Download links contained in a text file:
        
        ./pydl.py -f /file/containing/links.txt -o /save/files/here/
        
        
        Developer contact info:
        -----------------------
        
        Brian Tomlinson
        darthlukan@gmail.com
        www.brianctomlinson.com
Platform: UNKNOWN
