Set of command line tools bundled in a python package
- 2015, Volker Kempert
Licensed under MIT type of open source license. See the LICENSE file for details.
- find-dups:
- program that helps to find duplicate files.
install via pip
Install the source as follow and build the documentation.
$ virtualenv tool
$ cd tool
$ source bin/activate
$ git clone <the remote repo> python-tools
$ cd python-tools
$ pip install -r requirement.txt
$ pip install -r dev_requirements.txt
$ python setup.py develop