/python-deep-dircmp

A recursive directory comparison

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

deep-dircmp

codeql

python-package

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