to-mc / checksumdir

Simple package to compute a single deterministic hash of the file contents of a directory.
MIT License
94 stars 28 forks source link

Added followlinks parameter to dirhash() #3

Closed heaje closed 7 years ago

heaje commented 7 years ago

The os.walk() function has a followlinks parameter to enable following symlinks. This pull request adds a parameter to dirhash() for following symlinks.

to-mc commented 7 years ago

Included in version 1.1.1, along with command line option to enable following symlinks.