Skip to main content

Simple package to compute a single deterministic hash of the file contents of a directory.

Project description

This is a simple module to create a single hash for a directory of files, taking into account only file contents, ignoring any metadata such as file name.

Usage

from checksumdir import dirhash

directory = '/path/to/directory/'
md5hash = dirhash(directory, 'md5')
sha1hash = dirhash(directory, 'sha1')

Or to use the CLI:

# Defaults to md5
$ checksumdir /path/to/directory

# Create sha1 hash
$ checksumdir -a sha1 /path/to/directory

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

checksumdir-1.1.1.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page