Metadata-Version: 1.1
Name: DedupeCopy
Version: 0.1
Summary: Find duplicates / copy and restructure file layout command-line tool
Home-page: http://pypi.python.org/pypi/DedupeCopy/
Author: Erik Schweller
Author-email: othererik@gmail.com
License: Creative Commons Attribution-Noncommercial-Share Alike license
Download-URL: http://www.bitbucket.org/othererik/dedupe_copy
Description: Find duplicates / copy and restructure file layout command-line tool.
        
        This is a simple multi-threaded file copy tool designed for consolidating and
        restructuring sprawling file systems.
        
        The most common use case is for backing up data into a new layout, ignoring
        duplicated files.
        
        Other uses include:
          1. Getting a .csv file describing all duplicated files
          2. Comparing different file systems
          3. Restructuring existing sets of files into different layouts (such as
            sorted by extension or last modification time)
        
        This tool is *NOT* a Robocopy or rsync replacement and does not try to fill
        the role those play.
        
        As with all code that walks a file tree, please use with caution and expect
        absolutely no warranty! :)
        
        This project is on bitbucket: http://www.bitbucket.org/othererik/dedupe_copy
        
Keywords: de-duplication,file management
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
