deep-dircmp

A recursive directory comparison


Keywords
diff, python
License
BSD-3-Clause
Install
pip install deep-dircmp

Documentation

deep-dircmp

A version of dircmp which does not compare files shallow, and has recursive getters.

Installation

You can install latest stable version from PyPI:

$ pip3 install deep-dircmp

To install latest development version:

$ pip3 install git+https://github.com/mitar/python-deep-dircmp.git@master