Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitar/python-deep-dircmp

A recursive directory comparison
https://github.com/mitar/python-deep-dircmp

diff python

Last synced: 1 day ago
JSON representation

A recursive directory comparison

Awesome Lists containing this project

README

        

# deep-dircmp

![codeql](https://github.com/mitar/python-deep-dircmp/actions/workflows/codeql.yml/badge.svg)

![python-package](https://github.com/mitar/python-deep-dircmp/actions/workflows/python-package.yml/badge.svg)

A version of [dircmp](https://docs.python.org/3/library/filecmp.html#filecmp.dircmp)
which does not compare files shallow, and has recursive getters.

## Installation

You can install latest stable version from [PyPI](https://pypi.org/):

```
$ pip3 install deep-dircmp
```

To install latest development version:

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