Skip to main content

Create unified checksum from all the files and directories within a certain path

Project description

PyChecksum

A simple CLI tool to create unified checksum from all the files and directories within a certain path. You can use it within your CI/CD pipeline and automations to detect change or deterministically address a specific artifact.

How to use?

To view help:

./pychecksum -h

Get the checksum of current directories files and sub-directories:

./pychecksum

Create a checksum of all the files and sub-directoreis within src directory:

./pychecksum -d ./src

Exclude node_modules, __pycache__ directories and .env files:

./pychecksum -d . -e node_modules __pycache__ .env

Limit the size of the checksum to 10 characters:

./pychecksum -s 10

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

py_checksum-0.4.3.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

py_checksum-0.4.3-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

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