Skip to content

jeremiedecock/pydfm

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PyDuplicateFileManager

Copyright (c) 2010,2011,2015,2016 Jérémie DECOCK (http://www.jdhp.org)

Note:

This project is still in beta stage, so the API is not finalized yet.

Description

PyDuplicateFileManager finds duplicated files and directories.

PyDuplicateFileManager is written in Python and released under the MIT license.

Dependencies

PyDuplicateFileManager is tested to work with Python 3.4 under Gnu/Linux Debian 8 and Windows 7. It should also work with Python 3.X under recent Gnu/Linux and Windows systems. It hasn't been tested (yet) on MacOSX and BSD systems.

Installation

Gnu/Linux

You can install, upgrade, uninstall PyDuplicateFileManager with these commands (in a terminal):

pip install --pre pydfm
pip install --upgrade pydfm
pip uninstall pydfm

Or, if you have downloaded the PyDuplicateFileManager source code:

python3 setup.py install

Windows

Note:

The following installation procedure has been tested to work with Python 3.4 under Windows 7. It should also work with recent Windows systems.

You can install, upgrade, uninstall PyDuplicateFileManager with these commands (in a command prompt):

py -m pip install --pre pydfm
py -m pip install --upgrade pydfm
py -m pip uninstall pydfm

Or, if you have downloaded the PyDuplicateFileManager source code:

py setup.py install

Documentation

Example usage

TODO...

Bug reports

To search for bugs or report them, please use the PyDuplicateFileManager Bug Tracker at:

https://github.com/jeremiedecock/pydfm/issues

License

PyDuplicateFileManager is provided under the terms and conditions of the MIT License.