Skip to content

jeremiedecock/pydfm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Finds duplicated files and directories. http://www.jdhp.org/projects_en.html#pydfm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors