Metadata-Version: 1.0
Name: PyDirDuplicateFinder
Version: 0.1.2
Summary: Analyse all files in a directory and manage duplicate files (the same file present with different names)
Home-page: http://keul.it/develop/python/pydirduplicatefinder/
Author: Keul
Author-email: lucafbb@gmail.com
License: GPL
Description: Introduction
        ============
        
        This application help you cleaning you filesystem from duplicate files. The duplicate meaning here is:
        ''the same file is present with different names''.
        
        TODO
        ====
        
        * More option
        * Works with more that a folder, or recursively in subfolder.
        
        Subversion and other
        ====================
        
        The SVN repository is hosted at the `Keul's Python Libraries`__
        
        __ https://sourceforge.net/projects/kpython-utils/
        
        
        Changelog
        =========
        
        0.1.2
        -----
        
        * Bad bug in the setup.py. Code was ok but the 0.1.1 egg was not installable.
        Thanks to the everywhere present A. Jung.
        
        0.1.1
        -----
        
        * Fix to the setup.py script.
        * Added doc infos.
        * First egg official release.
        
        0.1.0 - Unreleased
        ------------------
        
        * First release
        
Keywords: filesystem file duplicate directory utility
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Topic :: Desktop Environment :: File Managers
Classifier: Topic :: Utilities
