https://github.com/mitar/python-deep-dircmp
A recursive directory comparison
https://github.com/mitar/python-deep-dircmp
diff python
Last synced: about 1 year ago
JSON representation
A recursive directory comparison
- Host: GitHub
- URL: https://github.com/mitar/python-deep-dircmp
- Owner: mitar
- License: bsd-3-clause
- Created: 2019-01-12T22:54:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:22:23.000Z (over 3 years ago)
- Last Synced: 2025-04-13T19:55:43.147Z (about 1 year ago)
- Topics: diff, python
- Language: Python
- Homepage: https://pypi.org/project/deep_dircmp/
- Size: 12.7 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deep-dircmp


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
```