Metadata-Version: 1.1
Name: Pounce
Version: 1.1
Summary: A simple CLI file downloader written for Python-3.x
Home-page: https://github.com/darthlukan/pounce.git
Author: Brian Tomlinson
Author-email: darthlukan@gmail.com
License: GPLv2
Download-URL: https://github.com/darthlukan/pounce.git
Description: Readme:
        ====================================
        
        Pounce is a simple downloader written in Python.  It was designed specifically to be run from the Linux command line
        and provides DBUS notifications using notify2 when downloads are completed.
        
        Example usage:
        ------------------------------
        
        Simple single file downloading:
        
        $ pounce -u http://www.pathtoresource.com/resource.file -o /path/to/save/in/
        
        Download links contained in a text file:
        
        $ pounce -f /file/containing/links.txt -o /save/files/here/
        
        Extras:
        ------------------------------
        
        A test folder is provided with a text file and csv file which you can use to ensure that file input
        functionality works on your system.
        
        Developer contact info:
        -----------------------
        
        Brian Tomlinson
        darthlukan@gmail.com
        www.brianctomlinson.com
Platform: UNKNOWN
