Metadata-Version: 1.1
Name: duphunter
Version: 0.1.5
Summary: An application that finds and lets you delete duplicate files
Home-page: http://github.com/Rudd-O/duphunter
Author: Manuel Amador (Rudd-O)
Author-email: rudd-o@rudd-o.com
License: GPL
Description: # Duphunter
        
        Duphunter is a very simple application that finds and lets you delete duplicate files interactively, using a very efficient list interface where you can mark files for preservation or deletion, and later commit your changes.
        
        The repository, bug tracker and Web site for this tool is at [http://github.com/Rudd-O/duphunter](http://github.com/Rudd-O/duphunter).
        
        ## Setting up
        
        1. Install PyQt5
        2. Install this package using `pip`, `python setup.py install` or `python setup.py bdist_rpm`
        
        ## Running
        
        Run the command `duphunter` on the command line, optionally specifying paths to scan as arguments to the command.
        
Keywords: duplicate file management
Platform: UNKNOWN
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
